/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image:url(bilder/hintergrund.jpg);	
}

.mainnavi {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.mainnavi:hover {
	color:#1A4C8B;
}

.mainnavi_2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.divfooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 55px;
	background-image: url(bilder/footer.jpg);
	color:#16528E;
	text-align:center;
	font-family:Impact;
	letter-spacing:2px;
	font-size:14px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color:#000000;
	text-decoration: none;
}
