body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
        background: #000000;
	}
	
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
	
#kopf{
	position: relative;
	left: 0em;
	text-align: left;
	font-size: 4em;
	}

#navigation{
	position: relative;
	top: 0%;
	width: 15%;
        border-style: solid solid none solid;
        border-color: #677D92;
        border-width: 1px;
        margin: 10px;	
        }
 
#navigation li a {
	height: 32px;
	          voice-family: "\"}\"";
	          voice-family: inherit;
	          height: 24px;
        text-decoration: none;
	}

#navigation li a:link, #navigation li a:visited {
        color: #fff;
        display: block;
        background: url(menu2.gif);
        padding: 8px 0 0 10px;
        }

#navigation li a:hover, #navigation li #current {
        color: #283A50;
        background: url(menu2.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#navigation li a:active {
        color: #283A50;
        background: url(menu2.gif) 0 -64px;
        padding: 8px 0 0 10px;
        }

#inhalt{
	position: relative;
	left:17%;
	top: -200px;
	width: 60%;
	background-color: #ffdab9;
	color: #806640;
	}
#infobox { 
   	position:relative; 
   	top:-70em; 
   	left:77%; 
   	width:18%; 
   	height:100%; 
   	background-color:#000000; 
   	text-align:center;
   	color:#ffffff;
   	} 

#infobox p, #infobox li{
	font-size: small;
	text-align: left;
	text-indent: 0em
	}

#infobox h1{
	font-size: medium;
	}

#infobox a:link,#infobox ,#infobox a:visited, #infobox a:active{
	background-color:#000000; 
   	text-align: left;
   	color:#ffffff;
   	text-decoration:none;
   	} 
#infobox a:hover{
	text-decoration: underline;
	}

h1,p{
	margin: 10px;
	}
h1 {
	margin-top:0;
	padding-top:5px;
	font-size: 1.6em;
	text-align: center;
	}
p{
	text-align: left;
	}

li{
	text-indent: 2em;
	}

