a:link { color: #16397D; text-decoration: none;  font-weight: bold;}
a:visited { color:#16397D; text-decoration:none;  font-weight: bold;}
a:hover { color: #FFA500; text-decoration:none;  font-weight: bold;}
a:active { color:#FFA500; text-decoration:none;  font-weight: bold;}

body {
	font-family: Arial, sans-serif;
	background-image: url(/pictures/main_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
  	margin: 0px;
}


.font12 {
	color: #FFA500;
	font: 16px;
	font-weight: bold;
}


.content {

	font-size: 13px;
	color: Black;
	}


.plan {
	font-size: 13px;
	color: Black;
	}


.schnellsuche {

	font-size: 12px;
	color: Black;
	margin-left: 16px;
	}


.planhead {

	font-size: 14px;
	color: #ffffff;
	background-color: #16397D;
	font-weight: bold;
	}


.sitemap {

	font-size: 12px;
	color: #B0C4DE;
		}

.sitemap a:link {
 color: #B0C4DE; text-decoration: none;  font-weight: bold;
}

.sitemap a:visited {
 color: #B0C4DE; text-decoration: none;  font-weight: bold;
}

.sitemap a:hover{
 color: #FFA500; text-decoration: none;  font-weight: bold;
}


input, select, textarea {

	background: #B5C0CD;
	border-color: #F5F5F5;
	}

input.submit {
	margin-top: 5px;
	margin-left: 15px;
	
	}

input:focus, textarea:focus {
color: #000;
background: #999999;
}