/*
ONE WORLD CAMP PRORA
Jugenderberge auf Rügen

Notiz:
Orange:			#FF9900
Grün:				#99CC00

*/


/*________________________________________
TEXTBEREICH*/
/*Box im Text Überschrift*/
#ueberschrift {
	position:static;	
	visibility: visible;
	width:100%;
	/*height:50px;
	border: 1px none #000000;
	border-bottom : 1px dotted #999999;
	border-bottom-width : 1px;     */
	text-align : left;
	vertical-align : middle;
}
/*Text*/
#text{
	position:absolute;
	width:65%;
	z-index:13;
	left: 200px;
	top: 100px;
	visibility: visible;
}
/*Box im Text Fussteil*/
#textFuss{
	position:static;
	visibility: visible;
	width:100%;
	height:50px;
	border: 1px none #000000;
	border-top : 1px solid #999999;
	text-align: center;
	float : left;
}
/*Box im Text für Navigation*/


#textNav{
	position:static;
	visibility: visible;
	width:100%;
	background-color: #FAFAFA;
	border: 1px none #000000;
	border-bottom : 1px solid #999999;
	border-bottom-width : 1px;
	text-align: center;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 50px;
	/*  
	float : none;
	*/
}

#textNav a{
background-color: #eee;
width: 110px;
padding-left: 5px;
padding-right: 5px;
height: 17px;
color: #777;
}
#textNav a:hover{
background-color: #adadad;
color: #fff;
}


/*Titel der Navigationsbox*/
#textNavTitle{
	position:static;
	visibility: visible;
	width:100%;
	background-color: #FFFFFF;
	border-bottom : 1px solid #999999;
	border-bottom-width : 1px;
	margin-bottom : 0px;
	text-align: left;
	float : none;
	color: #999999;
}

/*Box im Text für Bilder*/
#textBilder{
	position:static;
	visibility: visible;
	width:200px;
	background-color: #EFEFEF;
	border: 1px none #000000;
	border-bottom : 1px solid #999999;
	border-bottom-width : 1px;
	border-top : 1px solid #999999;
	text-align: center;
	margin-top : 10px;
	margin-left : 10px;
	margin-bottom : 10px;
	float : right;
}
/*TEXTBEREICH ende______________________*/



/*POS. NAVIGATION________________________*/

#navigation {
	position:absolute; 
	width:610px; 
	height:19px; 
	z-index:14; 
	left: 270px; 
	top: 52px; 
	/*background-color: #808080; */
	border: 1px none #000000;	
}
#navigation a{
padding-left: 7px;
padding-right: 7px;
padding-top: 3px;
color:#fff;
font-weight: bold;

}

/*ENDE  POS. NAVIGATION__________________*/




/*POS DESIGNELEMENTE___________________*/
#htgObenGrau{
	position:absolute; 
	width:100%; 
	height:70px; 
	z-index:1; 
	left: 0px; 
	top: 0px; 
	background-color: #B3B3B3; 
	layer-background-color: #B3B3B3; 
	border: 1px none #000000;
}

#streifenOben{
	position:absolute; 
	width:100%; 
	height:19px; 
	z-index:2; 
	left: 0px; 
	top: 51px; 
	background-color: #999999; 
	layer-background-color: #999999; 
	border: 1px none #000000; 
	background-image: url(/layout/material/bilder/htg_schraffur_oben.gif); 
	layer-background-image: url(/layout/material/bilder/htg_schraffur_oben.gif);
}

#htgSchalter{
	position:absolute; 
	width:65%; 
	height:19px; 
	z-index:3; 
	left: 200px; 
	top: 51px; 
	background-color: #808080; 
	layer-background-color: #808080; 
	border: 1px none #000000; 
	visibility: visible; 
	overflow: hidden;
}

txtOneWorldCamp{
	position:absolute; 
	width:50%; 
	height:15px; 
	z-index:12; 
	left: 50%; 
	top: 25px;
}

#htgBildOben{
	position:absolute; 
	width:634px; 
	height:70px; 
	z-index:5; 
	left: 137px; 
	top: 0px; 
	background-color: #CCCCCC; 
	layer-background-color: #CCCCCC; 
	border: 1px none #000000;
}

#htgLogo{
	position:absolute; 
	width:137px; 
	height:137px; 
	z-index:7; 
	left: 0px; 
	top: 0px; 
	background-color: #FF9900; 
	layer-background-color: #FF9900; 
	border: 1px none #000000;
}

#logo{
	position:absolute; 
	width:111px; 
	height:112px; 
	z-index:8; 
	left: 15px; 
	top: 15px; 
	background-color: #B3B3B3; 
	layer-background-color: #339933; 
	border: 1px none #000000;
}

#bildLinks{
	position:absolute;
	 width:137px; 
	 height:100px; 
	 z-index:9; 
	 left: 0px; 
	 top: 300px; 
	 background-color: #CCCCCC; 
	 layer-background-color: #CCCCCC; 
	 border: 1px none #000000;
}

#unterBild{
	position:absolute; 
	width:137px; 
	height:84px; 
	z-index:10; 
	left: 0px; 
	top: 400px;
} 

#htgLinks{
	position:absolute; 
	width:137px; 
	height:401px; 
	z-index:6; 
	left: 0px; 
	top: 0px; 
	background-color: #E5E5E5; 
	layer-background-color: #E5E5E5; 
	border: 1px none #000000;
}

#navEmailSitemap{
	position:absolute;
	 width:137px; 
	 height:20px; 
	 z-index:11; 
	 left: 0px; 
	 top: 270px;
}


/*ENDE  POS DESIGNELEMENTE______________*/






/*AUSRICHTUNG
________________________________________*/
.rechts {
	text-align : right;
}
.mitte {
	text-align : middle;
}
.links {
	text-align : left;
}













