
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1f1f1f;
}

#main {
	width:100%;
	color:#222984;
	margin: 30px auto;
	font-size:80%;
	line-height:130%;
	background-color:#222984;
	height: 560px;
	padding: 0px;
}


/*#header_wrapper, #nav_wrapper, #content_wrapper {
	width:910px;
}*/

/* top right breadcrumbs */
#breadcrumbs {
	float:right;
	margin:0 10px -12px 0;
	font-size:85%;
}

/* headline images */
#header {
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		background-color:#222984;
		float: right;
		color: #fa4846;
		color: #FCB64E;
		font-size: 120%;
		line-height:140%;
		text-align: center;
}
#header h1 { 
	color: #ff9900;
	text-align: center;
	font-size: 140%;
	display: inline;
	 }
#head {	 
	height: 100px; 
	width:570px; 
		display: none;
} 

/* left navigation area */
#oben {
	width:100%;
	display: block;

	height: 170px;
	}
#navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width:140px;
	line-height:140%;
	padding:5px;
	margin:0 0 0px 10px;
	text-align:left;
	font-size:80%;
		display: none;
}

#navi p {
	padding:0;
	margin:8px 0 0 8px;
}
#navi ul { /* starts left navigation */
	margin:8px 0 0 8px;
	padding:0;
	text-align:left;
}
#navi li { /* main navigation list item */
	display:block;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	font-weight:bold;
	
}

#navi li.sub { /* sub navigation list item */
	display:block;
	/*list-style:none;*/
	width:100%;
	padding:0;
	margin:0 0 0 10px;
	font-weight:normal;
	font-size:110%;
}

#navi a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color: #858BE0;
	
}
#navi a:hover, #navi a:visited:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:white;
	text-decoration:underline;
	}

/* main textual content area */
#bilder {
	padding:1px;
	margin:30px 0px 0px 15px;
	background-color: #171717;
	float: left;
	background-color: white;
	display: none;

}
#content {
	position: absolute;
	left: 0;
	line-height:140%;
	text-align:left;
	width:100%;
}

#content p {
	padding:0;
	margin:8px 0 0 2px;
}


/* header tags */
h1 {
	color:#2a56d6;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0;
	padding:0;
	color:#557ef5;
}

/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#2a56d6;
}
a:hover, a:visited:hover {
	color:#2a56d6;
	text-decoration:underline;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:910px;
	text-align:center;
	clear:both;
	display: none;

}
#footer {
	padding-right:460px;
	padding-bottom: 10px;
	margin:0;
	text-align:right;
	clear:both;
	display: none;

	}
#footer a, a:visited {
	text-decoration:none;
	color:#858BE0;
}
#footer a:hover, a:visited:hover {
	color: white;
	text-decoration:underline;
}