/*
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:254px;
	z-index:13;
	left: 150px;
	top: 219px;
	visibility: visible;
	background-color: #F6F6F6;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 7px;
	border-left : 1px solid Gray;
	border-right : 1px solid Gray;
	border-bottom : 1px solid Gray;
}
/*Box im Text Fussteil*/
#textFuss{
	position:static;
	visibility: visible;
	width:100%;
	height:20px;
	border: 1px none #000000;	
	border-top : 1px dotted #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;
	*/
}

/*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
________________________________________*/

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

