@charset "UTF-8";
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	text-align: center;
	color: #666;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../bilder/bggradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#box {
	position:relative;
	padding:0px;
	margin: 0 auto;
	text-align:left;
	width:850px;
	z-index:1;
}
#top {
	position:absolute;
	top: 0px;
	width: 645px;
	height: 30px;
	padding-left: 205px;
	padding-bottom: 5px;
	background-color: #00396E;
	background-image:url(../bilder/bgheadder.jpg);
	background-repeat:no-repeat;
}
#imghead {
	position:absolute;
	left: 0px;
	top: 35px;
	height: 160px;
	width: 850px;
	background-image: url(../bilder/imghead.jpg);
	background-repeat: repeat;
}
#img01 {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 160px;
	width: 180px;
	background-image: url(../bilder/img01.jpg);
	background-repeat: no-repeat;
}
#img02 {
	position:absolute;
	left: 190px;
	top: 0px;
	height: 160px;
	width: 210px;
	background-image: url(../bilder/img02.jpg);
	background-repeat: no-repeat;
}
#img03 {
	position:absolute;
	left: 410px;
	top: 0px;
	height: 160px;
	width: 210px;
	background-image: url(../bilder/img03.jpg);
	background-repeat: no-repeat;
}
#img04 {
	position:absolute;
	left: 630px;
	top: 0px;
	height: 160px;
	width: 210px;
	background-image: url(../bilder/img04.jpg);
	background-repeat: no-repeat;
}
#agb {
	position:absolute;
	left: 45px;
	top: 14px;
	height: 25px;
	width: 150px;
}
#headder {
	position:absolute;
	top: 10px;
	left: 190px;
	width: 634px;
	height: 20px;
	background-color: #AAA;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#navi {
	position:absolute;
	left: 10px;
	top: 270px;
	height: 175px;
	width: 170px;
	z-index: 10;
}
#background {
	position:absolute;
	width:850px;
	min-height: 320px;
	height: auto !important;  /* für moderne Browser */
	height: 320px;  /*für den IE */
	left: 0px;
	top: 195px;
	background-image: url(../bilder/bgcontent.png);
	background-repeat: repeat;
}
#content {
	top: 0px;
	width: 450px;
	min-height: 320px;
	height: auto !important;  /* für moderne Browser */
	height: 320px;  /*für den IE */
	padding-top: 90px;
	padding-right: 170px;
	padding-bottom: 10px;
	padding-left: 230px;
	left: 5px;
	
}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:40px;
	background-image: url(../bilder/bgfooter.jpg);
	background-repeat: no-repeat;
	padding-left: 100px;
}
.tablehead {
	background-color: #00396E;
	padding-left: 10px;
}.tablegrey {
	background-color: #E3E4E5;
	padding-left: 10px;
}
.tablewhite {
	background-color: #FFF;
	padding-left: 10px;
}
