@charset "utf-8";
/* CSS Document */

body {
	width:680px;
	margin:60px auto;
	text-align:center;	
	background-color:#dfdfdf;	
	font-family:Verdana, Geneva, sans-serif;
}
	
#inhalt {
	background-color:#fff;
	font-size:12px;
	color:#666;
	line-height:1.5;
	text-align:left;
	border:10px solid #ccc;
	padding:35px;
}
#inhalt a{
	font-size:12px;
	color:#666;
	border:none;
	text-decoration:underline;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
	border-bottom:1px solid #ccc;
	color:#3B5F9F;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin:20px 0 0;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:30px 0 0 0;
}
img {
	border:none;
	padding-left:15px;
	float:right;
}
#impressum {
	float:none;
}
#nav {
	font-size:10px;
	float:right;
}
a {
	font-size:10px;
	color:#666;
	text-decoration:none;
}