@import url(basis.css);

#seitentitel
  { background: url(bilder/seitenkopf.jpg) repeat-x; margin: 0px; border: black; position: absolute; top: 0px; left: 0px; width: 100%; height: 13ex }

/*.menuitem {background-color: rgb(60%,90%,00%); } DarkGray Beige , LightGray, Gainsboro,AntiqueWhite*/


/*a.menuitem:hover
{
Color: Black;
Padding: 1px;
Background-Color: LightGray;
Border-Color: ; /*Gainsboro*/
/*Border-Style: solid;
Border-Width: 1px;
}
a.menuitem
{    Padding:1px;  }
*/
#menu    { padding: 0px; border: 0; position: absolute; z-index: 2; top: 13ex }

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li  { line-height: 3ex; text-align: center; float: left; margin: 0; padding: 0 }

#menu ul li a  { color: green; font-weight: normal; font-size: small; text-decoration: none; background-color: #f5f5dc; text-align: center; letter-spacing: 1px; border-top: 1px solid #888; border-right: 1px solid #888; border-bottom: 1px solid #888; border-left: none; width: 9em; display: block }
#menu ul li a:hover   { color: black; font-weight: bold; background-color: #f93 }

#menu ul #selektiert a  { background-color: #ddd; border-bottom: thin solid #ddd }




#submenu
  { background-color: #ddd; 
      border-bottom: thin solid #333; 
      position: absolute; z-index: 1; 
      top: 16.1ex; width: 100%;}
#submenu div
 { 
      border-bottom: thin solid #aaa; 
      padding-left: 2em; padding-top: .6ex;padding-bottom: .5ex;
}
      
#submenu a { color: black; text-decoration: none;  
            border:  thin solid #ddd; width: auto; padding-left: 0.7ex; padding-right:0.8ex; }
#submenu a:hover { text-decoration: none; background-color: #ccc; 
             border:  thin solid #999; width: auto }
#submenu a.an
{
    font-weight:bold;
}

#submenu span { color: DarkGray; padding: 0 0.5ex;}
/*#submenu span { background-image:url(bullet1.png);}*/



#sidebar {
    position:absolute;
    border: 1px solid black;
    top:28ex;
    left:0;
    width:18ex;
}



#inhalt  { border: dotted 1px black; position: absolute; top: 21ex; left: 20ex; width: 60% }
h1  { color: #888; text-decoration: underline; position: absolute; top: -15px; left: 410px }
h2 { position: absolute; top: 40px; left: 410px }


div.verborgen { color: #444;  }
