body {
	background:url(../bilder/back.png)#666;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:13px;
    margin: 0;
}
p{
	margin:5px 0 10px;
	}
#block {
    margin: 0 auto;
    width: 850px;
}
.header{
	position:relative;
	background:#994703;
	display:block;
	height:130px;
	border-radius:0 0 3px 3px;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.4);
}
.header h2{
	float:left;
	font-size:16px;
	color:#F7FFED;
	margin:86px 0 0 8px;
	}
.logo{
	float:left;
	display:block;
	margin:30px 0 0 30px;
	}
.navi{
	font-size:14px;
	margin-top:30px;
	display:block;
	}
.impressum{
	position:absolute;
	right:10px;
	top:105px;
	}
.impressum a:link, .impressum a:visited{
	color:#FFF;
	font-size:12px;
	opacity:0.7;
	}	
.impressum a:hover{
	opacity:1;
	}	
.navi a:link, .navi a:visited {
    color: #E1E0E3;
	text-decoration:none;
}
.navi a {
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    padding: 1px 12px 2px;
}	
.navi a.select{
    background: none repeat scroll 0 0 #fff;
    color: #93000E;
	border-radius:3px 3px 0 0;
	}
.content{
	background:#fff;
	display:block;
	float:left;
	width:790px;
	line-height:18px;
	padding:10px 30px;
	border-radius:0 3px 3px 3px;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.4);
	}
.content.start{
	width:706px;
	padding:50px 72px;
	}
	
.content p{
	margin:10px 0px 18px;
}
.content .bild{
	float:left;
	margin:5px 10px 40px 0px;
}
.tab1 {
    float: left;
    margin:0 12px 0 20px;
    width: 60px;
}
.tab2 {
    float: left;
    width: 500px;
}
.left{
	float:left;
	}	
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.floatbild{
	float:left;
	width:280px;
	
	}
a:link,a:visited{
	color: #484849;
	text-decoration: none;
	}
a:hover{
	color:#000;
	}
