* {
	margin: 0px;
	padding: 0px;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

#mother {
	position:absolute;
	top:0px;
	width:870px;
	z-index:1;
	left: 50%;
	margin-left: -435px;
	height: 500;
}
#content {
	position:absolute;
	left:280px;
	top:150px;
	width:390px;
	z-index:6;
	background-color: #000000;
	background-image: url(../css/bg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#links {
	position:absolute;
	left:0px;
	top:150px;
	width:280px;
	height:450px;
	z-index:2;
	background-image: url(../css/links.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
p {
	padding-bottom: 10px;
}
#content a {
	color: #FE9900;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#rechts {
	position:absolute;
	left:680px;
	top:150px;
	width:190px;
	height:430px;
	z-index:3;
	background-image: url(../css/rechts.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
}
#mother #rechts .navi1 a {
	color: #000000;
	text-decoration: none;
}
#mother #rechts .navi1 a:hover {
	color: #FE9900;
}
#mother #rechts .navi2 a {
	color: #000000;
	text-decoration: none;
}
#mother #rechts .navi2 a:hover {
	color: #FE9900;
}

#oben {
	position:absolute;
	left:280px;
	top:0px;
	width:400px;
	height:150px;
	z-index:4;
	background-image: url(../css/oben.jpg);
	background-repeat: no-repeat;
}
#unten {
	position:relative;
	left:-5px;
	width:400px;
	height:100px;
	z-index:5;
	background-image: url(unten.jpg);
	background-repeat: no-repeat;
}

.navi1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navi2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FE9900;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.img_rechts {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.gelb-fett {
	color: #FDFF66;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FDFF66;
	padding-bottom: 10px;
}
form {
	background-image: url(gelb-transparent.png);
	padding: 5px;
}

