/*steuert die Position der Layer*/

#imBalkenRechts {
	float : right;
}


/*BOXEN im Haupttext, mit Rahmen, 48 % Breite---------------------------------------------------------------------*/	
	.rechts48ProzRahmen {
	float : right;
	width : 48%;
	border : 1px solid Gray;
	padding : 5px;
}
	.links48ProzRahmen {
	float : left;
	width : 48%;
	border : 1px solid Gray;
	padding : 5px;
}
/*EOF BOXEN im Haupttext---------------------------------------------------------------------------------------------------*/	

/*Roter Rahmen-----------------------------------------------------------------------------*/	
	.roterRahmen {
	border : 1px solid #990033;
	padding : 5px;
	margin : 2px;
}
	.roterRahmenRot {
	border : 1px solid #990033;
	padding : 5px;
	background-color: #FFA680;	
	margin : 2px;
}

.roterRahmenHtgRot {
	border : 1px solid #990033;
	padding : 5px;
	background-color : #FFEEEE;
	margin : 2px;
}
/*EOF Roter Rahmen---------------------------------------------------------------------*/	

#haupttext {
	position:absolute; 
	left:180px; 
	top:140px; 
	width:70%; 
	z-index:3; 
	visibility: visible; 
	height: 30%;
	}
#balkenOben1 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:50px; 
	z-index:1; 
	background-color: #666666; 
	layer-background-color: #666666; 
	border: 1px none #000000; 
	visibility: visible; 
	overflow: hidden;
	}
#balkenOben2 {
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	height:50px;
	z-index:2;
	background-color: #075F5F;
	layer-background-color: #075F5F;
	border: 1px none #000000;
	visibility: visible;
	overflow: hidden;
}
	
#navLinks {
	position:absolute;
	left:0px;
	top:200px;
	width:130px;
	z-index:4;
	visibility: visible;
}
	
#navPfeil{
	position:absolute; 
	left:36px; 
	top:107px; 
	width:73px; 
	z-index:8; 
	visibility: visible; 
	height: 70px;
}

.feinGitter {
	background-image: url(../../layout/bilder_allg/htg/feinGitter.gif);
	background-repeat: repeat;
}

.editorhinweise {
	color: #00CC00;
}


/*NAVIGATION links----------------------------------------------*/

#navLinks, #nav, #nav ul li, #nav ul li ul li, #nav ul li, ul li, ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #555555;
	padding-right : 10px;
	padding-left : 5px;
	list-style: none;
	margin: 0px;
}
#nav{
	width:150px;
	}

#nav  a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-decoration: none;
	display : block;
	float : left;
	width : 100%;
	background-color : #fefefe;
	border-top:1px solid #BBBBBB;	
	padding-top: 3px;
	padding-bottom: 3px;
	/*padding-left: 3px;*/
}
#nav a:link{
	color: #0000CC;
	text-decoration: none;
}
#nav a:visited{
	color: #000066;
	text-decoration: none;
}

#nav a:hover{
	color: #000099;
	text-decoration: underline;
	background-color : #EFEFEF;
}
#nav a:active{
	color: #000066;
	text-decoration: none;
	background-color : #FFCC00;
}
/*ENDE NAVIGATION LINKS.......................................................*/
