/* Einzelne Stilangaben  */

body {
 margin-left:18px;
 margin-top:0px;
 padding: 0px;
 font-family: "Arial", "Verdana", "Tahoma", sans-serif;
 background-color: #ffffff;
 text-align: justify;
}


table tr, td {
 margin: 0px;
 padding: 0px;
 font-family: "Arial", "Trebuchet MS" ;
 font-size: 12px;
 color: #000066;
}


h1 {
 font-family:  "Arial", "Trebuchet MS";
 font-size: 14px;
 font-weight: bold;
 font-style: italic;
}


h2 {
 font-family: "Arial", "Verdana", "Trebuchet MS";
 font-size: 12px;
 font-weight: bold;
 font-style: italic;
}

li {
	list-style-position: outside;
 	line-height:16px;
	text-align: left;
}

.inhalt {
 padding-top: 30px;
 padding-left: 10px;
 padding-right: 10px;
 vertical-align: top;
 text-align: justify;
}

.trenner {
 background-color: #e3b032;
}


a.body:link { color: #e3b032; }
a.body:visited { color: #e3b032;}

/*
Im folgenden werden die Bereiche der Website definiert
*/
#bildleiste {
 top:0px;
 left: 0px;
 position:absolute;
}

#inhalt {
 top:134px;
 left: 0px;
 position:absolute;
 z-index: 4;
}

#hintergrund {
 top: 250px;
 left: 150px;
 z-index: 0;
 position:absolute;
}

#hauptmenue {
 top:83px;
 left: 0px;
 position: absolute;
 background-color: #000066;
 padding-left:111px;
 width: 892px;
 z-index:2;
}
#submenue {
 top:100px;
 position: absolute;
 background-color: #e3b032;
 color: #000066;
 z-index:3;
}



/*
Hier kommt die EInrichtung der Menueleisten
*/
.mainmenuline {
 border-bottom-width:1px;
 border-bottom-style: solid;
 border-bottom-color: #000066;
 border-top-width:1px;
 border-top-style: solid;
 border-top-color: #000066;
 background-color: #000066;

}
.submenuline {
 border-bottom-width:1px;
 border-bottom-style: solid;
 border-bottom-color: #e3b032;
 background-color: #e3b032;
}

.mainmenu, .submenu, .help {
margin: 0px;
border-right-width:1px;
border-right-style: solid;
padding-left: 5px;
padding-right: 5px;
font-size:12px;
font-weight:bold;
font-style: italic;
text-decoration:none;
font-family:"Verdana", "Arial", "Trebuchet MS";
}
.mainmenu { background-color: #000066;border-right-color: #e3b032;}
.submenu {background-color:#e3b032; border-right-color: #000066;}

/*--LINKS----------------------------------------------------------------------*/

a.mainmenu:link { color: #e3b032; }
a.submenu:link { color: #000066; }

a.mainmenu:visited { color: #e3b032; }
a.submenu:visited { color: #000066; }

a.mainmenu:hover { background-color: #e3b032; color: #000066;}
a.submenu:hover{ background-color: #000066; color: #e3b032;}

a.mainmenu:active { background-color: #e3b032; color: #000066; }
a.submenu:active { background-color: #000066; color: #e3b032;}



