body{
    background-color: #FFDEAD;
    font-family: arial;
    text-decoration: none;
}

.clear{
    clear: both;
}

#mainContainer{
    margin: 10px, 10px, 10px, 10px;
    text-align: center;
	width: 1004px; 
	min-height: 746px;
    background-color: #CDB79E;
    margin-left: auto;
	margin-right: auto;
}

#rahmen{
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 1002px; 
	min-height: 746px;
}

#kopf{
    width: 1000px;
    height: 200px;
    z-index: 1;
}

#img{
    margin-left: 0px;
    width: 81px;
    height: 200px;
    background-color: aqua;
}

#logo{
    margin-top: -200px;
    margin-left: 81px;
    width: 300px;
    height: 200px;
    background-color: blue;
}

#menue1{
    width: 219px;
    height: 200px;
    margin-top: -200px;
    margin-left: 381px;
    background-color: fuchsia;
    position: relative;
    z-index: 5;
}

#img2{
    margin-top: -200px;
    margin-left: 600px;
    width: 81px;
    height: 200px;
    background-color: gray;
}

#daten{
    margin-top: -200px;
    margin-left: 681px;
    width: 309px;
    height: 170px;
    background-color: #EEE9BF;
    text-align: left;
    padding-left: 10px;
    padding-top: 30px;
    text-decoration: none;
    color: #000000;
}

#infoleiste{
    width: 990px;
    height: 20px;
    text-align: left;
    padding-left: 10px;
    background-image: url(bg_top-menu_03.png);
    filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#inhalt{
    width: 980px;
    min-height: 506px;
    background-color: #EEE9BF;
    text-align: left;
    text-align: justify;
    padding: 10px;
    line-height: 27px;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
}

A:link {text-decoration: none; color: #000000; }
A:visited {text-decoration: none;  color: #000000; }
A:active {text-decoration: none;  color: #000000; }
A:hover {text-decoration: underline; color: blue; }