* {
margin: 0;
padding: 0;
}

body {
font: 95 % Verdana, Arial, Helvetica, sans-serif;
background: #C8C8C8;
text-align: center;
}

#container {
width: 800px;
height: 508px;
margin: 0px auto;
background: #17C317;
text-align: left;
border: 4px solid #fff;
}

/* folgende anweisung wird nicht vom ie interpretiert */
#container[id] {
height:auto;
min-height:508px;
}
html>body #container { /* be nice to opera (&gekko) */
height: auto;
min-height: 508px;
}

#hintergrund {
width: 800px;
height: 464px;
background-image: url(../images/higrund.jpg);
background-repeat: no-repeat;
}

#logo {
width: 201px;
height: 110px;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#text {
position: absolute;
width: 449px;
height: 48px;
margin-left: 280px;
top: 20px;
background-image: url(../images/willkommen.jpg);
background-repeat: no-repeat;
}

/* HAUPT Navigation */

#navigation {
	z-index:2;
	position: absolute;
	top: 0px;
	border-top: 1px solid #fff;
	width: 180px;
}

#navigation ul {
    list-style-type: none;
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
    font-size: 1em;
}



#navigation a {
display: block;
padding-top: 25px;
background-image: url(../images/fleck.jpg);
background-repeat: no-repeat;
color: #000;
width: 130px;
height: 74px;
text-decoration: none;
}

#navigation a:hover {
background-image: url(../images/fleck1.jpg);
background-repeat: no-repeat;
}

#navigation li#fourth {
position: absolute;
margin-left: 310px;
top: 160px;
text-align: center;
}


#navigation li#second {
position: absolute;
margin-left: 205px;
top: 100px;
text-align: center;
}

#navigation li#first {
position: absolute;
margin-left: 15px;
top: 150px;
text-align: center;
}


#navigation li#fifth {
position: absolute;
margin-left: 390px;
top: 60px;
text-align: center;
}

#navigation li#third {
position: absolute;
margin-left: 150px;
top: 190px;
text-align: center;
}




#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
padding-top:3px;
}



