body{
	background-color:rgb(244,188,35);
	font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
/*	background-image:url(pix/vmenubg1.gif);*/
	margin: 0px;
	text-align:center; /*zentrieren nur MS IE*/
}
div#meta {
	margin: 0px auto; /*zentrieren*/
	text-align:center;
	padding-top:20px;
	
}


div#oben {				/*Millimeter & Variante*/
	position:absolute;
/*	width:350px;
	height:500px;
	left:670px;*/
	left:450px;
	top:19px; 
	z-index:1; 
}

#oben H1 {
	z-index:0;
	font-size:1.6em;
	color:rgb(120,120,120);
}

div#logo {				/*Logo / Publish*/
	position:relative; 
	text-align:left;
	/*width:145px;*/
	height:124px;
	left:5px; top:0px; 
	background-image:url(../px/Rologo1.gif);
	font-size:0.8em;
	z-index:0; 
}

div#logotext{
	position:relative;
	left:295px;
	top:-18px;
}

					/*vertikale Navigation*/
#hierV {
	background-image:url(pix/vmenubg1.gif);
	color: #E06828;
	font-weight:bold;
	display:block;
}

div#navigation {
	font-size:0.9em;
 	text-align:left;
	position: absolute;
	float:left;
	top:120px; 
	left:11px;
	height:2000px;
	width:200px;
	z-index:4;
}
				/*Navigationspunkte 3 Ebene*/
	#sub {
		Font-size:0.8em;	
	}


	ol#menu {
		list-style-type: none;
		float: left;
		width: 100%;
		margin-top:5px;
		margin-left: 0px;
		padding-left: 0px;
		margin-bottom:0px;
	}
	
	ol#menu li {
		line-height: 120%;
	 	border-bottom: 1px dashed #DEE;
	 	margin-left: 0px;
		clear:left;
	}
	
	ol#menu li a {
		color:black;
		display: block;
		padding-left:10px;
		padding-top:2px;
		padding-bottom:2px;
	}
	
	ol#menu li a:hover {
		color: black;
		background-color:#FFF;
	}
	ol#menu li#head{
	  	font-weight:bold;
		margin-left:-10px
	}
	
					/*Inhalt*/

div#inhalt {
	background-color:rgb(244,188,35);
	text-align:left;
	border-left:1px solid black;
	float:right;
	position:relative;
	padding:10px;
	top:-40px;
	left:-60px;
	width:750px;
	z-index:5;
}

div#startblock {
	padding-left:20px;
	font-size:1.1em;
	line-height:1.8em;
}

div#footer { 
	clear:both;
	font-size:0.6em;
	font-weight:bold;
	text-align:center;
}

a:link, a:visited, a:active{
	color: #C04606;
	text-decoration: none;
}

a:hover {
	color:#C04606;
	background-color:white;
}

img {
	border:none;
}

div#alt {
	text-align:center;
	font-size:0.7em;
}

div#Bild {
	border-bottom: 1px solid white;
	float:left;
	padding: 15px;
}

h1 {
	color: black;
	font-size:1.2em;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:10px;
}

div#KText {
	font-size:0.8 em;
	font-weight:bold;
	margin-top:10px;
/*	margin-bottom:10px;*/
}

div#Text {
	font-size:0.75 em;
	margin-top:10px;
/*	margin-bottom:10px;*/
}
