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

* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
* html .clear {height:1%}

body { 
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	margin: auto;
	text-align: center;
	background-repeat: repeat;
}

#wrapper {
	position: relative;
	width: 969px;
	margin: auto;
	background-image: url(bilder/back-inhalt.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}

#oben {
	width: 969px;
	height: 25px;
	background-image: url(bilder/kopf.jpg);
	background-repeat: no-repeat;
}
#kopf {
	width: 949px;
	height: 240px;
	position: relative;
	margin: auto;
	clear: both;
}

#fuss {
	width: 750px;
	height: 38px;
	clear: both;
	background-image: url(bilder/fuss.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #999999;
	text-align: left;
	padding: 0 0 0 219px;
}

#balken {
	width: 949px;
	height: 13px;
	margin: 0 10px 0 10px;
	background-image: url(bilder/balken.jpg);
	background-repeat: no-repeat;
}

#inhalt {
	position: relative;
	width: 490px;
	float: left;
	display: inline;
	text-align: left;
	margin: 0 0 0 0;
	padding: 30px 60px 30px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
	color: #333333;
	min-height: 400px;
}
#inhalt p {
	margin-bottom: 20px;
}

#inhalt ul, #inhalt ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #333333;
	margin-bottom: 15px;
	line-height:28px;
}

#inhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
#inhalt h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}

#inhalt a, #fuss a {
	font-family: Arial, Helvetica, sans-serif;
	color: #B01E2B;
	text-decoration: none;
}
#inhalt a:hover, #fuss a:hover {
	color: #B01E2B;	
	text-decoration: underline;
}
#inhalt .klein {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

#boxen {
	float: left;
	display: inline;
	width: 180px;
	position: relative;
	text-align: left;
	margin: 25px 0 0 0;	
}
#boxen h1, #boxen h2 {
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 0 0 15px;
	text-align: left;
}
#boxen p {
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 0 0 0 15px;
	line-height: 19px;
}
#boxen a {
	color: #ffffff;
	text-decoration: underline;
}
#boxen a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#boxen hr {
	color: #666666;
	background: #666666;
	height: 1px;
	border: 0;
	margin: 5px 10px 5px 10px;
}

#inhalt hr {
	color: #333333;
	background: #333333;
	height: 1px;
	border: 0;
	margin: 5px 0 10px 0;
}

#navigation {
	position: relative;
	clear: both;
	float: left;
	display: inline;	
	width: 170px;
	text-align: left;
	margin: auto;
	padding: 30px 0 0 10px;
}

.navi1i {
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 5px 0 5px 0;
	margin: 0 15px 0 0;
	text-align: right;
}
.navi2i {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	padding: 4px 0 4px 0;
	margin: 0 25px 0 0;
	text-align: right;	
}
.navi1a {
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B01E2B;
	padding: 5px 0 5px 0;
	margin: 0 15px 0 0;
	text-align: right;	
}
.navi2a {
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #B01E2B;
	padding: 4px 0 4px 0;
	margin: 0 25px 0 0;
	text-align: right;		
}
.navi1i a {
	color: #666666;
	text-decoration: none;
}
.navi1i a:hover {
	color: #B01E2B;
	text-decoration: none;
}
.navi2i a {
	color: #666666;
	text-decoration: none;
}
.navi2i a:hover {
	color: #B01E2B;
	text-decoration: none;
}
.navi1a a {
	color: #B01E2B;
	text-decoration: none;
}
.navi1a a:hover {
	color: #B01E2B;
	text-decoration: none;
}
.navi2a a {
	color: #B01E2B;
	text-decoration: none;
}
.navi2a a:hover {
	color: #B01E2B;
	text-decoration: none;
}