@charset "UTF-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #524b26;
	background-image: url(pics/bg_big.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 10px;
	margin-top: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size:14px;
	color:#900;
	margin-bottom:0px;
}

a:link, a:visited, a:active, a:focus {
	font-size: 10px;
	color: #003399;
}
a:hover {
	text-decoration:none;
}

.divLogo {
	background-color: #003479;
	height: 240px;
	float: left;
	margin-right: 10px;
	position:fixed;
	left:10px;
}

.divMenu {
	background-color: #bccddd;
	width: 145px;
	height: 240px;
	float: left;
	margin-right: 10px;
	left:165px;
	position:fixed;
}

.divText {
	background-color: #ffffff;
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-left: 310px;
}
.divTextBreit {
	background-color: #ffffff;
	width: 455px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 310px;
}
.divTextGanzBreit {
	background-color: #ffffff;
	width: 610px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 310px;
}
.divBild {
	background-color: #003479;
	height: 240px;
	float: left;
	margin-right: 10px;
}

.divInhalt {
	width: auto;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	clear: left;
}
.footer {
	clear:left;
	color:#ACA898;
	font-size:9px;
	position:absolute;
	position:fixed;
	text-decoration:none;
	top:470px;
	left:20px;
	width:300px;
}
.footer a:link{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover {
	text-decoration:underline;
}