body {
 font-family: "Arial", arial, sans-serif;
}
img {
padding: 0px;
margin: 0px;
border: none;
}
a {
 color:#A40000;
 text-decoration:underline;
}
a:hover {
 color:#A4A4A4;
 text-decoration:none;
 background-color:#A40000;
}

h1 {
color:#a40000;
font-weight: bold;
font-size: 1.4em;
margin-left: 90px;
padding-top: 20px;
}
h2 {
margin-top: 0.8em;
font-size: 1.2em;
}
h4 {
margin-top: 0px;
}
#container {
width: 650px;
margin: auto;
}
#title {
position: absolute;
background-image: url(../Grafiken/hg.gif);
width: 650px;
padding: 0px;
}
#title h1 {
font-size: 130%;
margin-top: 30px;
margin-bottom: 0px;
}
#titleunten {
position: relative;
width: 650px;
height: 20px;
}
#feld {
position: absolute;
margin-left: 560px;
top: 18px;
height: 120px;
width: 120px;
}
#name {
position: absolute;
width: 500px;
margin-left: 25px;
top: 25px;
}
/*Die Navigationsdefinierung für START*/
.auswahlstart {
width: 60px; height: 60px;
padding: 15px;
float: left;
position: absolute;
top: 70px;
width: 60px;
height: 60px;
margin-left: -20px;
}
.auswahlstart a {
	display: block;
	text-decoration: none;
	width:60px; height:60px;
	}
.auswahlstart span {
	display: block;
	width:60px; height:60px;
	margin:0; padding: 0px;
	}
.auswahlstart #start a {
	background: url(../auswahl/start.gif) left no-repeat;
}
.auswahlstart #start a:hover {
	background: url(../auswahl/start.gif) -60px no-repeat;
	}
.auswahlstart #start span {
	background: url(../auswahl/start.gif) -120px no-repeat;
	}

#main {
position: absolute;
background-image: url(../Grafiken/hg.gif);
width: 650px;
text-align: left;
top: 150px;
}
.maintext {
width: 550px;
margin: auto;
}
#main p {
padding-left: 30px;
}
.oben {
font-size: 10%;
}
.unten {
position: relative;
width: 650px;
font-size: 10%;
}
#footer {
position: relative;
background-image: url(../Grafiken/hg.gif);
}
#footertext {
color: #A4A4A4;
font-size: 0.75em;
width: 550px;
margin: auto;
}
#footer a {
color: #A4A4A4;
}
#randunten {
height: 30px;
background-color: #fff;
}