/*Hauptelemente*/
html body{
	background:url(hintergrund.png) repeat-x #A50000;
	font-family:Calibri, Verdana, Tahoma, Times, Courier;
	font-size:10pt;
	width: 1000px; 
	margin: auto;
}

#body {

    width:970px;
    margin:auto;
}

#header {
    background:url(Kopf.png) no-repeat top;
    padding-top: 0px;
    margin-top: 39px
    
}


/*Navigation*/
/*Ausklapp-Navi ANFANG*/
* /*<![CDATA[*/

* {
margin: 0;
padding:0;
}

#menu {
width: 170px;
padding-right:0px;
background:;
font-family: ;
font-size: 1em;
line-height:27px;
float: left;
margin-top: 50px

}

#menu ul {
width: 170px;
list-style-type: none;
}

/*--definiert die Blocküberschriften--*/
#menu h3 {
font-size:11pt;
font-family:Calibri, Tahoma;
font-weight: bold;
text-align:left;
text-indent:10px;
color: #FFFFFF;
border-left: #000000 1px solid;
border-right: #000000 1px solid;
border-bottom: #222222 1px solid ;
background: #000000;
cursor: pointer;
}

/*--definiert die "Ausklappen-Links" im Normalzustand--*/
#menu a {
font-family:Calibri, Tahoma;
text-decoration: none;
display: block;


text-align: left;
text-indent:10px;
background: #000000;
color: #FFFFFF;
}

/*--definiert die "Ausklappen-Links" im Hoverzustand--*/
#menu a:hover {
color: #FFFFFF;
background: #FF0000
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
position: relative;
}

/*--versteckt die "Ausklappen-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
top:0;
left:170px;
z-index: 2;
display: none;
}

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
float: left;
width: 100%;
}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #menu ul li a {
height: 1%;
}

/*--definiert einen Einzellink im Normalzustand, wenn kein Ausklappen erforderlich--*/

#menu a.direkt:link {
font-size: 1em;
font-weight: bold;
text-align: center;
color: #000;
border: 1px solid #003366;
background: #ff8000;
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Ausklappen erforderlich--*/

#menu a.direkt:hover {
color: #ff9224;
background: #003366;
border: 1px solid #ccc;
}

/*]]>*/

* /*<![CDATA[*/
 h1.c-1 {margin: 20px 0;}
/*]]>*/
/*Ausklapp-Navi ENDE*/

#navi-top {
    background:url(navi-top.png) no-repeat bottom;
    height: 10px;
}

#navi-bottom {
    
    height: 80px;
}

#hauptseite{
    background: #000000;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 12pt; 
    padding-left: 30px; 
    border-bottom:1px   #222222 solid;
    color: #FFFFFF;
    font-family: Comic Sans MS
   
}

#link a:link {color:#a0522d; text-decoration:none}
#link a:visited {color:#a0522d}
#link a:focus {color:;}
#link a:hover {color:#cd853f;}
#link a:active {color:#a0522d}