@charset "utf-8";
/* CSS Document */

/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/asap-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/asap-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v24-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
}

* {
	margin: 0px;
	padding: 0px;
	}
html{
	}	
body{
	font: 0.93em/1.5em 'Asap', Arial, Helvetica, sans-serif;
	color: #000;
}


/*-------Layout------------*/

#wrapper{
	width: 960px;
	background: url(../images/supervision.jpg) no-repeat 0px 210px;
	margin: 40px auto 0px;
	position: relative;
	}
#nav{
	width: 310px;
	text-align: right;
	position: absolute;
	top: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
#head{
	height: 57px;
	padding-left: 110px;
	
	}
#content{
	width: 685px;
	background: url(../images/nav_box.png) no-repeat right 60px;
	padding-right: 50px;
	margin-left: 225px;
}
.footer{
	margin-left:110px;
	text-align: left;
	margin-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.02em;
	font-style: italic;
	line-height: 1.2em;
	padding-bottom:35px;
	}

.footer a:link, .footer a:visited{
	color: #258341;
	text-decoration: none;
	padding-right:15px;
	}
		
.footer a.act{
	font-weight: bold;
	}
hr{
	margin-left: 110px;
	background: #258341;
	height: 1px;
	border: none;
	width: 60px;
	margin-top: 45px;
}
.zitat{
	border: 1px solid #258341;
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	margin-right: 30px;
	
}
.clear{
	clear: both;
	height: 0px;
	width: 0px;
}
.clear_img{
	float: left;

}	
.dotted{
	border-bottom: 2px dashed #258341;
	margin-left: 110px;
	padding-left: 0px;
	padding-bottom: 20px;
}

/*-------Typo------------*/
a:link, a:visited{color: #258341;}
a:hover, a:active{
	color: #258341;
	text-decoration: none;
}
h1{
	font-size: 1.1em;
	padding-bottom: 30px;
	padding-left: 110px;
}
h2, h3{
	font-size: 1.08em;
	padding-bottom: 15px;
	padding-top: 15px;
	font-style: italic;
	font-weight: normal;
	padding-left: 110px;
}
h2, h3{
	padding-bottom: 5px;
}
h4{
	font-size: 1.03em;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 110px;
}
p{
	padding-left: 110px;
}

ol {
	margin-top: 10px;
	margin-left: 125px;
}

strong {
  font-size: 0.9em;
}
ul{
	margin: 0px;
	padding: 0px 0px 0px 110px;
	list-style: url(none) none;
}
li{
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 2px;
	background: url(../images/bullet.png) no-repeat 0px 11px;
}
li.einzug{
	background: url(../images/bullet.png) no-repeat 140px 11px;
}
.web{color:#666;}
.web a:link, .web a:visited {color:#666;}
.web a:hover, .web a:active{color:#666;}

/*-------Navigation------------*/
#nav li{
	background: url(none) no-repeat left 11px;
	color: #258341;
	font-size: 1.02em;
	font-style: italic;
	line-height: 1.2em;
	}
#nav li a:link, #nav li a:visited{
	color: #258341;
	text-decoration: none;
	}
		
#nav li a.act{
	font-weight: bold;
	}
