@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/hintergrund.jpg);
	margin: 0px;
	padding: 0px;
	
	
}


#wrapper {
	height: 450px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#menu #naviright {
	float: left;
	position: relative;
	top: 65px;
	left: 360px;
	z-index: 99;
}
.space {
	margin-left: 40px;
}

#menu #navileft {
	float: left;
	position: relative;
	top: 65px;
	left: 40px;
	z-index: 99;
}

#wrapper #content {
	float: left;
	height: 450px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#wrapper #right {
	position: relative;
	height: 450px;
	width: 13px;
	background-image: url(none);
	float: left;
	left: 0px;
	top: 0px;
}
#wrapper #bottom {
	position: relative;
	height: 13px;
	width: 900px;
	left: 0px;
	background-image: url(../images/bottom.png);
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a60000;
}

#wrapper #left {
	position: relative;
	height: 450px;
	width: 13px;
	top: 0px;
	left: 0px;
	background-image: url(none);
	float: left;
}



a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #content #bildcontainer {
	background-image: url(none);
	height: 450px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#text-left {
	height: 400px;
	width: 290px;
	float: left;
	position: absolute;
	left: 10px;
	top: 15px;
	overflow: auto;
	z-index: 10;
}
h3 {
	text-align: center;
	color: #a60000;
	font-size: 10px;
}

#text-right {
	height: 400px;
	width: 400px;
	float: left;
	position: absolute;
	left: 645px;
	top: 15px;
	z-index: 10;
	overflow: auto;
}

#wrapper #content #bildcontainer #text-right #formular fieldset {
	background-image: url(none);
}

#red {
	color: #FF0000
}
#menu {
	background-image: url(../images/menu2.png);
	height: 85px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.rot {
	color: #FF0000;
}
.weiss {
	color: #FFFFFF;
}
