* {
	margin:0px;
	padding:0px;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	line-height:18px;
	height:100%;
	text-align:left;
	background:url(../images/bg.jpg) top center no-repeat #000000;
}

#wrapper {
	width:950px;
	margin:0px auto;
}

#header {
	width:950px;
	height:344px;
}

#links {
	width:50px;
	height:432px;
	float:left;
	background:url(../images/links.gif) no-repeat;
}

#rechts {
	width:50px;
	height:432px;
	float:left;
	background:url(../images/rechts.gif) no-repeat;
}

#navi {
	width:245px;
	height:432px;
	float:left;
	background:url(../images/bg_navi.jpg) no-repeat;
}

#navi ul {
	list-style:none;
	font-family:"Arial Black",Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:30px;
	margin-left:50px;
}

#navi ul li a {
	text-decoration:none;
	color:#bfd4ff;
	font-weight:normal;
}

#navi ul li a:hover, #navi ul li a.active {
	color:#ffffff;
	margin-left:5px;
}

#content {
	width:604px;
	float:left;
	background:#162749;	
}

#text {
	width:474px;
	padding:20px 65px 20px 65px;
	background:url(../images/bg_text.jpg) no-repeat;
}

#footer {
	clear:both;
	float:none;
	width:604px;
	height:70px;
	font-size:12px;
	line-height:16px;
	text-align:center;
}

#footer_inner {
	width:564px;
	height:30px;
	margin:10px;
	padding:10px;
	background:#294988;
}

h1 {
	margin:0px 0px 25px -25px;
	font-family:"Arial Black",Arial,Helvetica,sans-serif;
	font-size:25px;
}

h2 {
	margin:10px 0px 10px -10px;
	font-size:18px;
}

p {
	margin-bottom:14px;
	text-align:justify;
}

.gross {
	font-size:16px;
}

.klein {
	font-size:12px;
	line-height:16px;
}

.img {
	padding:4px;
	border:1px solid #bfd4ff;
}

.right {
	float:right;
	padding:4px;
	border:1px solid #bfd4ff;
	margin-left:25px
}

ul.liste {
	margin:0px 0px 18px 50px;
	list-style-type:square;
}

a {
	color:#ffffff;
}

a:hover {
	color:#bfd4ff;
}