body {
        font-family: Arial, Sans-Serif;
         font-size: 10pt;
         margin: 0px;
	}

body img {
	border: 0;
         }

hr {
	color: #3a5193;
}

.text hr {

	color: #000000;

	}

#main h1 {
	font-size: 20pt;
         text-align: center;
         }

#main h2 {
	font-size: 18pt;
         text-align: center;
         }

#main h3 {
	font-size: 12pt;
         text-align: left;
         }
         
#main h4 {
	font-size: 10pt;
	font-weight: bold;
	}

#logo {
	left: 0px;
	top: 0px;
         width: 200px;
         height: 160px;
         text-align: center;
         position: absolute;
         background-color: #D4D6DA;
         }

#logo a {
         left: 60px;
         top: 15px;
         position: absolute;
         }

#header {
	top: 0px;
	left: 200px;
         right: 0px;
         height: 160px;
         position: absolute;
         text-align: center;
         background-color: #D4D6DA;
         }

#header h1 {
	color: #3a5193;
         font-size: 24pt;
	 text-shadow: #aaaaaa 2px 2px;
         }

#header h2 {
	color: #000000;
	font-size: 12pt;
         margin: 0px
         }

#header p {
	color: #000000;
	font-size: 7pt;
         margin: 0px;
         }

#menu {
	top: 160px;
         left: 0px;
         width: 200px;
         bottom: 0px;
         position: absolute;
         font-size: 8pt;
	z-index: 1;
         }

.menurubrik {
	background-color: #3a5193;
         color: #FFFFFF;
         font-weight: bold;
         padding: 5px;
	 text-shadow: #aaaaaa 2px 2px;
         }

.menueintrag {
         padding: 5px;
	  background-color: #D4D6DA;
         }

.menueintrag a {
	color: #000000
         }

.menueintrag a:hover {
	color: #FF0000;
         }

#main {
	left: 200px;
         top: 160px;
         right: 0px;
         position: absolute;
         padding-top: 40px;
         padding-left: 50px;
         padding-right: 50px;
         padding-bottom: 30px;
         font-size: 10pt;
         background-color: #FFFFFF;
	 bottom: 20px;
         }

#main a {

	

	color: #000000;
}

#footer {
         bottom: 0px;
         left: 0px;
         right: 0px;
         position: fixed;
         font-size: 8pt;
         text-align: right;
         background-color: #D4D6DA;
	 z-index: 0;
         }

.inhalt {

	font-size: 14pt;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:400px;
	padding-left: 0px;
}

.inhalt h1 {
	padding-left: 0px;
	text-align: left;
}

.inhalt a {

	padding-bottom: 10px;
}



