/* CSS Document */
@import url(anzeigen.css);
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Arial", Verdana;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	background-color: #000;
}
img {
	margin: 0;
	padding: 0;
}
/* IDs */

#container {
	margin-left:-450px;
	margin-top:-300px;
	width: 900px;
	height: 600px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-300px;
	z-index: 1;
}
#topleiste {
	height: 120px;
	width: 900px;
	background-color: #FFF;
	z-index: 1;
	margin-left: 0px;
	margin-top: 0px;
}
#toplbildlinks {
	height: 120px;
	width: 300px;
	background-color: #FFF;
	z-index: 1;
	background-image: url(GFX/logo_links.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}
#topbildlogo {
	height: 120px;
	width: 300px;
	background-color: #FFF;
	z-index: 1;
	background-image: url(GFX/logo.gif);
	float: left;
	background-repeat: no-repeat;
}
#topbildrechts {
	height: 120px;
	width: 300px;
	background-color: #FFF;
	z-index: 1;
	background-image: url(GFX/logo_rechts.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}
#navi {
	height: 20px;
	width: 900px;
	background-color: #0286D0;
	z-index: 1000;
}
#linksnavi1 {
	height: 20px;
	width: 150px;
	background-color: #0286D0;
	float: left;
	margin-left: 20px;
}
#linksnavi2 {
	height: 20px;
	width: 145px;
	background-color: #0286D0;
	float: left;
	position:relative;
}
#mittenavi1 {
	height: 20px;
	width: 150px;
	;
	background-color: #0286D0;
	z-index: 1;
	float: left;
	position:relative;
	margin-left: 20px;
}
#mittenavi2 {
	height: 20px;
	width: 150px;
	background-color: #0286D0;
	z-index: 1;
	float: left;
	position:relative;
}
#rechtsnavi1 {
	height: 20px;
	width: 150px;
	background-color: #0286D0;
	z-index: 1;
	float: left;
	position:relative;
}
#rechtsnav2 {
	height: 20px;
	width: 150px;
	background-color: #0286D0;
	z-index: 1;
	float: left;
	position:relative;
}
/** Menue ende**/

#main {
	height: 440px;
	width: 900px;
	background-color: #FFF;
	z-index: 1;
	position: absolute;
}
#content {
	height: 370px;
	width: 900px;
	background-color: #FFF;
	z-index: 1;
}

