* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
*:active, *:focus {
	outline: none;
}
@font-face {
font-family: 'LewFont';
src: url('../font/arti-webfont.eot');
src: url('../font/arti-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../font/arti-webfont.woff') format('woff'), 
	url('../font/arti-webfont.ttf') format('truetype'), 
	url('../font/arti-webfont.svg#webfont') format('svg'); 
}
html {
	height:101%;
	background: #DEEDC6 url(../bilder/verlauf.jpg) repeat-x;
}
body {
	color: #3b3b3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	min-height: 997px;
	height: auto !important;
	height: 997px;
	background: url(../bilder/html-bg.jpg) top center no-repeat;
}
#absmitte {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 940px;	
	text-align: left;
	margin: 0 auto; 
	position: relative;
}
#header {
	height: 160px;
/*	background: url(../bilder/lago-siegel-klein.png)  99% 50% no-repeat;*/
}
h1{
	background: url(../bilder/logo.png) 10px 10px no-repeat;
	height: 160px;
	text-indent: -9999em;
	width: 458px;
}
h1 a {	
	height: 160px;
	width: 458px;
	position: absolute;
	top: 0px;
	left: 0px;
}
h2 {
	color: #008434;
	padding-bottom: 4px;
	border-bottom: 2px dotted #008434;
	font-family: LewFont;
	font-size: 40px;
	font-weight: bold;
}
#header2 {
	height: 40px;
	line-height: 40px;
	background: #008434;
	color: #FFF;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
}
#nav {
	float: left;		
	width: 160px;
	height: 530px;/*mir aktuelles 580px*/
	background: url(../bilder/unter-nav.jpg)  0px bottom no-repeat;
}
#nav a, #nav a:visited { 
	color: #FFF;  
	font-weight: bold;
	display: block;   
	padding: 6px 4px 6px 10px;
	margin: 10px 4px 10px 0;		
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #008434;
	border-radius: 10px;
	background: #008434;
}
#nav a:hover {
	background: #FFF;
	color: #008434;
	border-right: 6px solid #F00;
 }
#nav a.activ {
	background: #FFF;
	color: #008434;
	border-right: 6px solid #F00;
 }
#content {
	margin-left: 160px;	
	padding: 10px 20px 20px 20px;
	width: 740px;
}
#content p, #content ul {
	line-height: 1.5em;
}
#content p {
	margin-top: 20px;
	text-align: justify;
}
a {
	 text-decoration: underline;
	 color: #000000;
}
/*abstand*/
#content p:first-child {
	margin-top: 0px;
}
/**/
#content ul {
	list-style: disc;
	margin-top: 10px;
	margin-left: 40px;
}
#content h3 {
	padding-top: 30px;
	color: #008434;
}
.bold {
	font-weight: bold;
}
div.div-neben {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}





