/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B2D0D7;

}

.nav-links {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F60;
}

.nav-li-ho {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

.nav-oben {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

/* verlinkungen */

a.link1{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	
}
	
	
a.link1:hover{
	color: #F00;
	text-decoration: none;	
	font-weight: bold;

}
a.link1:visited1 {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.link1:active1 {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

/* verlinkungen links*/

a.link2{
	color: #F69A7B;
	text-decoration: none;
	font-weight: bold;
}

a.link2:hover{
	color: #F00;
	text-decoration: none;
	font-weight: bold;

}
a.link2:visited1 {
	color: #F69A7B;
	text-decoration: none;
	font-weight: bold;
}
a.link2:active1 {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
.headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F00;
	font-weight: bolder;
}

.headers_black {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bolder;
}

.text {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

.text_black {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.text_red_bold {
	color: #F00;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.footer {
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
