a       {color:#000000;}
body	{
         margin:0px; padding:0px;
         font-family:Verdana,Arial;
         font-size:12px;
         }
p {font-family:Arial, Verdana;font-size:12px;}         
h1       {
         font-size:14px;
         font-weight:bold;
         
         
         }
h5	{
	color:white;
	font-size:11px;
	font-weight:normal;
	margin-left:5px;
	font-family:Verdana,Arial;
	}
h5 a {color:white;}

sup	{
	color:orange;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
	font-family:Verdana,Arial;
	}
sup a {color:orange;}

sub	{
	color:#c66;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
	font-family:Verdana,Arial;
	}
sub a {color:orange;}
b        { color:#000000;}
.rahmen  { border:1px solid black; 	
		width:1024px;
         margin-left:10px;margin-top:10px;

+
	}
.alles	{
	width:1024px;
		}
.logo	{
	height:126px;
	background-image:url(logo4.jpg);
	border-bottom:0px solid black;
	
	}
.button {
	
	background-color:#C58D5C;
	background-color:#173D17;
	background-image:url(hgrundr.jpg);
	border:0px solid gold;
	/*margin-bottom:1px;*/
	width:1024px;
	height:22px;
		}

.linkesfester	{
	width:184px;
	background-color:#ffffff;
	background-image:url(links_03.gif);
	float:left;
	min-height:800px;
	border-left:0px solid black;
	}
.hauptfenster	{
	float:left;
	width:840;
	background:#ffffff;
		
	
	}
.footer	{
	clear;
	width:1024px;
	background-color:#ffffff;
	}

/* ######### CSS for top level tabs ######### */

ul.menu, ul.menu ul {
margin: 0px;
padding: 0px;
    list-style-type: none;
margin-left:240px;

}



ul.menu a {
    margin:0px;
    padding: 0px;
text-decoration: none;
    color:#2B440B;
display: block;text-align:center;
}




ul.menu ul a {
    padding: 0 0px;text-align:center;
}


ul.menu li {
    
	padding:0px;
    margin:0px;
margin-left:2px;
      text-decoration: none;
	/**/
    font: bold 13px Arial;
    float:left;
    width:140px;
    height:17px;
    background-image:url(button_a.gif);

}



ul.menu ul {
    margin-left:0;
  
 position: absolute;
    min-width:140px;


    display:none;
    
}



/* IE-Hack für die Breite */

*html ul.menu ul {

width:140px;
line-height:0px;;
}
*html ul.menu ul li {
 }


/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul {
    display:block;
    font-color:#000000;	
    }
a:hover {
color:#000000;}



ul.menu ul li {
    	
    margin-bottom:0px;
    margin-top:0px;
    float:none;
    background-color: transparent;
    background-image:url(button2a.gif);
}

/*html ul.menu ul li {*/
/ margin-bottom:-3px;}*/