* {
margin: 0;
padding: 0;
}



body {
background-color:  #f7f1e6;
scrollbar-face-color: #339999;
font: bold 12px  verdana, arial;
text-align: center;

}


#iframe_leiste {
background-color:  white;
border: 3px  solid #339999;
border-right: 1px  solid #339999;
scrollbar-face-color: #339999;
width: 197px;
}


#iframe_hauptteil {
background-color:  white;
border: 3px  solid #339999;
border-left:  2px solid #339999;
scrollbar-face-color: #339999;
width: 686px;
}


#leiste-1 {
margin-top: 0px;
}

#leiste-2 {
margin-bottom: 0px;
z-index: 0;
}



/*

Beginn Navigationsleiste
Menue-styles fuer non-IEs
        Achtung:
        Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
        Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
text-align: center;
position: relative;
margin-left: auto;
margin-right: auto;
color: #339999;
width: 900px;
border:1px solid     black;


}
.stupidie {
display: none;
}
#menue {
display: block;
position:absolute;
top: 0px;
left: 0;
z-index: 200;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 148px;
height: 14px;
font-weight: bold;
font-size: 12px;
text-align: center;
background-color: #f4a460;
color: black;
border-top:1px solid    #778899;
border-right:1px solid  #d3d3d3;
border-bottom:1px solid #d3d3d3;
border-left:1px solid   #778899;
}
#menue .aussen:hover {
height: auto;
background-color: #f4a460;
color: #339999;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 135px;
padding: 2px 0;
text-decoration: none;
font-size: 11px;
font-weight: normal;
border-bottom: 1px solid #d3d3d3;
background-color:  #f7f1e6;
color: black;
}
a:visited.innen,
a:visited.innen-1 {
background-color: #dcdcdc;
color:#555;
}
a:hover.innen,
a:hover.innen-1 {
background-color: #fffaf0;
color: #339999;
}

span.menutag {
display: block;
cursor: default;

}

a:link.menutag, {
text-decoration: none;
color: black;
}

