   *{
	margin:0;
	padding:0;
	}
    body{
	font-family: 'Verdana', sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 0.8em;
	background:url('../bilder/body_b.png') left top repeat;
    height:100.1%;
	color:#484848;
	margin:35px 0 15px 0;
    }
    html{
    height:100.1%;
    }
	a{
	outline:none;
	}
	img{
	}
	p{
	margin:3px;
	}
	h1{
	font-size:175%;
	margin:15px;
	color:#fff;
	}
	h2{
	font-size:140%;
	margin-top:5px;
	}
	h3{
	font-size:125%;
	}
	h4{
	font-size:115%;
	width:100%;
	margin:10px 0;
	}
	h5{
	margin:5px 0;
	padding:5px;
	font-size:110%;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow: 1px 2px 3px 0px #949494;
	-moz-box-shadow: 1px 2px 3px 0px #949494;
	box-shadow: 1px 2px 3px 0px #949494;
	}
	h6{
	font-size:105%;
	margin:2px 0;
	color:#ccc;
	}
	hr{
	float:left;
	width:970px;
	border: 0px;
	border-top: 1px solid #ccc;
	margin:2px 10px;
	}
	#alles{
	width:990px;
	height:100%;
	min-height:100%;
	height:auto !important;
	margin:0 auto;
	background:#fff;	
	-webkit-box-shadow:0 1px 2px 2px #ccc;
	-moz-box-shadow:0 1px 2px 2px #ccc;
	box-shadow:0 1px 2px 2px #ccc;
	}
	#kopf{
	width:970px;
	margin:10px 10px 2px 10px;
	height:120px;
	background:#262626;
	float:left;
	}
	#navi{
	width:970px;
	margin:0 10px 2px 10px;
	height:80px;
	background:url('../bilder/navi.png') left top repeat-x #095f94;
	float:left;
	}
	#navi ul{
	margin:0;
	padding:0;
	}
	#navi ul li{
	margin:20px 0 0 20px;
	float:left;
	display:block;
	}
	#navi ul li a{
	text-decoration:none;
	color:#fff;
	}
	#navi ul li a:hover{
	color:#ccc;
	}
	#inhalt{
	width:970px;
	margin:15px 10px;
	float:left;
	}
	#inhalt .box-links{
	width:740px;
	margin-right:10px;
	float:left;
	}
	#inhalt .box-rechts{
	width:218px;	
	float:left;
	}
	.aufheben{
	height:160px;
	clear:both;
	visibility:hidden;
	}
	#unten{
	margin:-150px auto 15px auto;
	width:990px;
	height:150px;
	background:#fff;
	}
	#unten .unten{
	margin:0 10px 10px 10px;
	width:970px;
	height:140px;
	background:#262626;
	}
	.text-unten{
	width:313px;
	margin:10px 5px;
	float:left;
	color:#fff;
	}