/* Layouts & Fonts Startseite
 * @author: Richard Geike
 * @date: 2006-12-09
 * @version: 0.1
 */
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#111239;/* c3b189*/
	color: #FBFCF0;
	font-size:12px;
	height:100%;
	text-align:center;
}
#distance { 
	width:1px;
	height:50%;
	background-color:#00035A;
	margin-bottom:-354px; 
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	height:708px;
	width:1000px;
	clear:left;
	background-color:#000128;
	border: 1px solid #2B4466;
}

div.header {
	background-image:url(../img/header.jpg);
	height: 92px;
	background-position:center;

}
div.content_wrapper {
	width: 1000px;
}
div.navi_left {
	float: left;
	width:260px;
	padding-left: 0px;
	
}
div.navi_left ul {
	list-style: none;
	text-align:left;
	margin: 0px;
	padding:0 0 0 25px;
}
div.navi_left ul li{
	margin: 0px;
	padding: 0px;
}
div.content_title {
	float: left;
	width: 496px;	
}
/* startseite content right */
div.content_right {
	width: 200px;
	float:left;
	padding-left: 25px;
}
/* alle absätze content right */
div.content_right p {
	text-align: justify;	
	font-size: 12px;
	line-height: 30px;
}
/* absatz mit einzug content right */
div.content_right p.indention {
	text-indent: 52px;	
}
/* erste buchstabe gross und kapitälchen content right */
div.content_right p.indention span{
	font-variant:small-caps;
	font-size:16px;	
}
