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

* {
	margin:0;
	line-height: 1.5;
	font-family:Verdana, Geneva, sans-serif;
}
body {
	background-color:#dbdeea;
}
#main {
	margin: 15px auto 15px;
	background-color:#e3e6eb;
	width:960px;
	border: 5px solid #8396b9;
}
#main #header {
	height: 130px;
	padding: 10px 0 0 40px;
	background-image:url(img/banner_head.jpg)
}
#main #header h1 a {
	color: #39477a;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration:underline;
}
#main #header h1 a:hover {
	text-decoration:none;
}
#main #header h2 {
	color: #555;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.75em;
}
#main #menu {
	padding:0 0 0 700px; /*achtung, sollte wenn #main #content: {padding-left} verändert werden muss hier nachgebessert werden*/
	
}
#main #menu ul li {
	list-style:none;
	float:left;
	border-right: 1px solid black;
}
#main #menu a {
	color:#39477a;
	padding: 0 5px;
}
#main #menu a:hover {
	text-decoration:overline;
}
#main #content {
	padding:0 40px 20px 40px;
}
#main #content h3 {
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#39477a;
}
#main #content p {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.45;
	color:#2d313f;
	text-align:justify;
}
#main #content p strong { color:#39477a;}
.img_left {
	float:left;
	padding:5px 10px 10px 0;
}
.img_right {
	float:right;
	padding:5px 0px 10px 10px;
}
#main #footer {
	padding:0 40px 20px 40px;
	font-size: 0.7em;
}
#main #footer h4 {
	font-weight: bold;
}
#main #footer ul {
	list-style-type:circle;
	padding-bottom:5px;
}
#main #footer ul li a {
	font-style:italic;
	font-weight: normal;
	color: #333;
	text-decoration:none;
}
#main #footer a:hover {
	text-decoration:overline;
}
#main #footer p {
	text-align: center;
}

