* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 15px 0;
}
h1 {
	font-weight: bolder;
	font-size: 17px;
	color: #00007e;
	margin: 0px;
}
h2 {
	font-weight: bolder;
	font-size: 14px;
	color: #00007e;
	margin: 0px;
}
a {
	color: #000099;
}
a:hover {
	color: #FF0000;
}
#page {
	width: 950px;
	height: auto;
	background-color: #b3e0ff;
	margin: auto;
}
#index_header {
	width: 950px;
	height: 172px;
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
}
#unterseite_header {
	width: 950px;
	height: 172px;
	background-color: #fff;
}
#footer {
	width: 950px;
	height: 10px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align: center;
	color: #000;
	font-size: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer a {
	color: #000;
	font-size: 10px;
	text-decoration: underline;	
}
#footer a:hover {
	color: #666;
	font-size: 10px;
	text-decoration: underline;	
}
#sponsor {
	width: 950px;
	background-color: #b3e0ff;
	height: 196px;
	background-image: url(../images/sponsor_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
}
#nav {
	width: 950px;
	height: 65px;
	background-color: #b3e0ff;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.nav_btn {
	margin: 10px 15px 0px 15px;
}
#nav a {
	color: #00256c;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#content {
	width: 890px;
	height: auto;
	background-color: #b3e0ff;
	background-image: url(../images/main_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 10px 0 50px;
}
.index_btn {
	margin-left: 100px;
}
#stoerer {
	width: 217px;
	height: 216px;
	float: right;
}
#list {
	width: 470px;
	height: 290px;
	float: right;
	clear: right;
}
ul {
	font-size: 16px;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(../images/list_point.png);
	padding-left: 20px;
	color: #00007e;
	line-height: 20px;
}
ul.small {
	font-size: 12px;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(../images/list_point.png);
	padding-left: 20px;
	color: #00007e;
	line-height: 18px;
}
ul.black {
	font-size: 14px;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(../images/list_point.png);
	padding-left: 20px;
	color: #000;
	line-height: normal;
}

ul ul {
	font-size: 12px;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: url(../images/list_point.png);
	padding-left: 20px;
	color: #00007e;
	line-height: 20px;
	margin-bottom: 10px;
}
.clearer {
	clear: both;
	height: 1px;
}
#content_right {
	float: right;
	width: 380px;
}
a.red {
	color: #FF0000;
	font-weight: bolder;
	font-size: 17px;
	text-decoration: none;
}
#portraits {
	margin: 0 15px 15px 0px;
	width: 100px;
	height: 75px;
	font-size: 10px;
	float: left;
}
img.big {
	border: 3px solid #fff;
	margin: 10px 30px 10px 0;
}