body{
 background-color:#FAF289;

        margin: 0;
        padding: 0;
         font-family:verdana,arial,sans-serif;
        }

#header {
        height: 80px;
        background-image: url(Kopfleiste.jpg);
        padding: 0px;
        }
#content {
        height: 700px;
        background-image: url(hintergrund.jpg);
        }

#navcontainer1{position: absolute;
            top:81px;
            left:0px}

#navcontainer2{position: absolute;
            top:140px;
            left:0px}


#navcontainer1
{
font-family: verdana;
margin:  auto;
width: 100%;
border-bottom: 1px solid #000000;
}

#navlist1
{
width: 100%;
text-align: center;
margin: 0px;
padding: 0;
list-style-type: none;
}

#navlist1 li
{
padding: 0px;
margin: 4px;
text-indent: 0;
display: inline;
}

#navlist1 li a
{
letter-spacing: 2px;
text-decoration: none;
color: #000000;
font-size: 13px;
padding: 0px;
margin: 3px;
border-top: 3px solid #fdec3b;
}

#navlist1 li a:hover,
#navlist1 a#current
{
color:#000000;
border-top: none;
font-size: 18px;
}



#navlist2 a#current { color: #000000; }

#navcontainer2 { width: 160px; }

#navcontainer2 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: square ;
font-family: verdana;
}


#navlist2 a#current { color: #000000; }

#navcontainer2 { width: 160px; }

#navcontainer2 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: square ;
font-family: verdana;
}

#navcontainer2 a
{
display: block;
padding: 3px;
width: 100px;
background-color: #FdEC3B;
border-bottom: 0px solid #FdEC3B;
}

#navcontainer2 a:link, #navlist a:visited, #navlist2 a:visited
{
color:#000000;
text-decoration: none;
}


#navcontainer2 a:hover
{
/* background-color:#FdEC3B;     */
background-color:#FFFF00;
color:#000000;
}




#main{position: absolute;
            top:120px;
            left:80px;
            width:60%
            }
#main {

   padding: 20px;
   border: 0px solid #FF3F00;
   margin-left: 120px;
font: 14px  Verdana;
   color:#000000;
   }

/*
#center{position: absolute;

        top:380px;

           }
*/



#footer {position: absolute;
            top:510px;
            left:180px;
            width:30%
            }



#footer{ margin-top:70px; font: 18px  Verdana;width:100%;
   padding: 20px;}

