/*steuert die Position der Layer*/
body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}


#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; 
	border: 1px none #000000; 
	visibility: visible; 
	overflow: hidden;
	}
#balkenOben2 {
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	height:50px;
	z-index:2;
	background-color: #113F72;
	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;
}
#Hinweis {
	top: 0px;
	left: 180px;
	position: absolute;
	width: 250px;
	height: 62px;
	background-image: url(../../Material/Bilder_Redaktionell/Hinweise/hinweis_fehlendeBilder.gif);	
	background-repeat: no-repeat;	
	background-position: left;
	/*
	background-color: #FFFACD;
	border-color: #FFD700;
	border-style: solid;
	*/
	z-index: 100;
	padding: 0px;
	border-width: 0px;	
}
#Hinweis h1{	
	padding-left: 0px;
	color: #900;
	font-size: 10pt;
	font-weight: bold;
}
.feinGitter {
	background-image: url(../Bilder_Allgemein/bilder_allg/htg/feinGitter.gif);
	background-repeat: repeat;
}

.editorhinweise {
	color: #00CC00;
}
