body, html{ 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial;
    font-size: 0.75em;
	color: #000;
	background-color:#fff;
	text-decoration: none;

}

#wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -215px;
	width: 760px;
	height: 430px;
	border: 1px solid black;
	visibility:visible;
	z-index: 1;
}
	
#inhalt{ 
margin: 15px 0px 0px 330px;
padding: 0px 0px 0px 0px;   
width: 415px;
height: 400px;
overflow: auto;
}

#navigation{ 
margin: 30px 0px 0px 330px;
padding: 0px 0px 0px 0px;   
width: 415px;
height: 30px;
text-align:right;
}

#bild{
margin: -400px 0px 0px 0px;
padding: 0px 0px 0px 15px;
}

h1 {
	font-weight:normal;
	font-size:24px;
	color:#eeac18;
	margin:0px;
	line-height:24px;
	text-decoration:none;
}

p {
padding-right: 15px; }


.gelb1{
	margin:0px;
	color:#eeac18;
}

.schriftplus{
    font-size: 160%;	
}

a { 
	text-decoration:none; 
	color:#eeac18; 
	border:0px; 
	font-size: 160%;
}

a:hover { 
	text-decoration:none; 
	color:#000;
}

.active { 
	text-decoration:none; 
	color:#000;
}





