@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin: 0;
	padding:0;
/*	background: url('images/hintergrund_def_clean.jpg') no-repeat center 25px; */
}

#container {
	padding: 10px 0 0 0;
	margin: auto;
}

#inhalt{
	position:absolute; 
	z-index:2;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	}
	
#background {
	text-align: center;
	}
	


#header {

}

/* xPerto Klasse die nur im Front-End angezeigt wird */
#xperto_content /* Hautpklasse */
	{
	padding: 90px 0 0 0;
	margin: 0 auto 0 auto;
	width: 850px;
	text-align: left;
	}
/* End xPerto Klasse */

#navi {
	
}

#content {
	text-align: center;
}

#footer {
	text-align: center;
}

.navigation {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	padding: 0 0 10px 0;
	}
	
	.navigation a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	}
	
	.navigation a:hover {
	text-decoration:underline;
	}
	
	.navigation a.active {
	color: #666666;
	}