/* ################################################################################*/
/* ----------------------- STYLESHEET SONNENBUETTEL ----------------------------- */
/* ----------------------- LAYER DEFINITION ----------------------------- */


/* ## 0.0 #########################################################################*/
/* ----------------------- BASISC LAYER ----------------------------- */	
/*
#container {
	margin: 0.2em auto;
	width: 682px;
	padding: 9px 9px 0px 9px;
	height: 1000px;
	background-color:#FFF;
	text-align: center;
}
*/
#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #bebdbc;
	text-align: center;
}

#inner {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 682px;
	height: auto;
	margin-left: -341px;
	padding: 9px 9px 0px 9px;
	background-color: #FFF;
	text-align: right;
}

#header {
	margin: 0px;
	width: 682px;
	height: 100px;
}


#main_area {
	clear: both;
	margin-top: 2px;
	width: 682px;
	height: 500px;
	overflow: visible;
}




/* ## 2.0 #########################################################################*/
/* ----------------------- NAVIGATION: META / HEADER-CONTENT LAYER ----------------------------- */
#nav_meta_area {
	float: right;
	width: 511px;
	height: 100px;
	background-color: #858692;
	overflow: hidden;
	text-align: left;
	color: #FFFFFF;
}

#logo {
	float: left;
	width: 169px;
	height: 100px;
	text-align: left;
}

#nav_meta_container {
	margin-top: 85px;
	width: 504px;
	height: 15px;
	padding-left: 4px;
}

#nav_meta {
	float: left;
	width: 382px;
	height: 15px;
}

#nav_meta_language {
	float: right;
	width: 118px;
	height: 15px;
}
/* weitere div styles werden im doc selbst angelegt, da dynamische nummerierung 112*/



/* ## 3.0 #########################################################################*/
/* ----------------------- NAVIGATION: MAIN LAYER ----------------------------- */
#nav_main_area {
	float: left;
	width: 169px;
	height: auto;
	overflow: visible;
	text-align: left;
	color: #FFF;
}

#nav_main_header {
	clear: both;
	width: 169px;
	height: 33px;
	background-color: #2968b1;
	overflow: hidden;
}

#nav_main_header_item {
	margin-left: 4px;
	margin-top: 17px;
}
/* weitere div styles werden im doc selbst angelegt, da dynamische nummerierung */



/* ## 4.0 #########################################################################*/
/* ----------------------- BASIC CONTENT LAYER ----------------------------- */
#content_area {
	float: right;
	width: 511px;
	height: auto;
	overflow: visible;
	text-align: left;
}

#content_header {
	width: 507px;
	background-color: #5e99c6;
	height: 16px;
	padding-left: 4px;
	padding-top: 17px;
	color: #FFF;
}

#content_txt {
	height: auto;
}
