@charset "UTF-8";
body {
	background-color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #C60;;
	line-height: 20px;
	margin: 0px;
}
h2 {
	font-size: 13px;
	color: #C60;;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 16px;
}
h3 {
	font-size: 13px;
	color: #999;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 16px;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	color: #999;
	margin-top: 8px;
	margin-bottom: 12px;
}
p {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 16px;
}
strong {
	font-weight: bold;
}
em {
	font-style: oblique;
}
a:visited, a:link {
	color: #444;
	text-decoration: none;
}
a:hover, a:active, #aktuell {
	color: #C60;
	text-decoration: none;
}
#wrapper {
	position:relative;
	width:880px;
	height:120px;
	margin:20px 0px 0px 0px;
	display:inline;
	float:left;
	z-index:1;
}
#logo {
	position:relative;
	margin:30px 20px 0px 40px;
	height:15px;
	width:200px;
	display:inline;
	float:left;
	background-image: url(../material/decarium.png);
	background-repeat: no-repeat;
	padding: 50px 0px 25px 0px;
	font-size: 13px;
	color: #C60;;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	z-index:2;
}
#bild {
	position:relative;
	height:120px;
	margin:0px 0px 0px 20px;
	display:inline;
	float:left;
	z-index:2;
}
nav {
	position:absolute;
	left:40px;
	top:180px;
	width:200px;
	z-index:1;
	margin:0px;
	padding:0px 0px 40px 0px;
}
hr {
	background-color: #CCC;
	height:1px;
	margin:0px;
	padding:0px;
	border: none;
}
#navi {
	font-size: 14px;
	color: #2C517F;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	display: block;
}
#subnavi {
	font-size: 12px;
	color: #2C517F;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-align: left;
	padding-left:10px;
}
#subsubnavi {
	font-size: 10px;
	color: #2C517F;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-align: left;
	padding-left:20px;
}
#page_header {
	position: absolute;
	top: 0px;
	left: 0px;
	height:20px;
	width:100%;
	min-width:920px;
	z-index:7;
	background-color: #CCC;
	margin:0;
}
#headernavi {
	width:880px;
	margin:0;
	background-color: #CCC;
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	display: block;
}
section {
	position: absolute;
	top: 180px;
	left: 280px;
	width:600px;
	margin:0px;
	padding:0px;
	display:inline;
	z-index:1;
}
#section_header {
	position: relative;
	width:600px;
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	z-index:2;
}
article {
	position: relative;
	margin:20px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	width:600px;
	display:inline;
	float:left;
	z-index:2;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
article ul, article ol {
	margin:0px 0px 16px 0px;
}
article li {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin:0px 0px 2px 0px;
	list-style-position: outside;
}
article ul li {
	list-style-type: square;
}
article ol li {
	list-style-type: decimal;
}
.formular {
	position:relative;
	font-size: 12px;
	font-weight: normal;
	color: #C60;
	line-height: 16px;
	background: #FFF;
	width:150px;
	border: 1px solid #C60;
}
.button {
	margin: 0px 0px 0px 20px;
	height: 20px;
	font-size: 11px;
	color: #C60;
	line-height: 20px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}