/*****************************/
/* benutzerdefinierte styles */
#wrapper_body {
	width: 955px;
	padding:0;
	text-align: left;
	margin: 0px auto;
}
#shadow_left {
	background: url("../images/shadow_left.png") left top no-repeat;
	height: 837px;
	width: 8px;
	float: left;
}
#center {
	width: 939px;
	float: left;
	background-color: #6f6f6f;
}
#shadow_right {
	background: url("../images/shadow_right.png") left top no-repeat;
	height: 837px;
	width: 8px;
	float: right;
}
#header {
	background-color: #fff;
	width: 911px;
	height: 214px;
	clear: both;
}
#logo {
	float: left;
	width: 205px;
}
#mono_slideshow {
	float: right;
	width: 706px;
	height: 214px;
}
#between {
	width: 911px;
	height: 29px;
	clear: both;
}
#between_navi {
	height: 29px;
	float: left;
	width: 205px;
	background: url("../images/between_left.png") left top repeat-x;
}
#between_text {
	height: 29px;
	float: right;
	width: 706px;
	background: url("../images/between_right.png") left top repeat-x;
}
#wrapper_content {
	width: 911px;
	clear: both;
}
#wrapper_navigation {
	float: left;
	width: 205px;
}
#navigation {
	margin: 26px 20px;
}
#wrapper_textblock {
	float: left;
	width: 706px;
	background-color: #ffffff;
	min-height: 547px;
	height: auto !important;
	height: 547px;
	margin-bottom: 18px;
}
#wrapper_right {
	float: right;
	width: 210px;
	background-color: #ffffff;
	margin: 28px 0px;
}
#textblock, #textblock_home {
	margin: 26px 50px 26px 28px;
}
#textblock_home {
	width: 414px;
	float: left;
}
#footer {
	position: relative;
	line-height: 28px;
	height: 28px;
	background-color: #095ba6;
	color: #fff;
	font-size: 10px;
	padding: 0 28px;
}
#footer a, #footer a:hover {
	color: #fff;
	font-size: 11px;
}
#adresse {
	position: absolute;
	top: -110px;
	left: 28px;
	width: 170px;
	line-height: 14px;
}
#adresse a, #adresse a:hover {
	color: #fff;
	font-size: 10px;
}
#service_navi {
	float: left;
}
#grunder {
	float: right;
}
.clear {
	clear: both;
}

/* navigation */
.navi, .navi  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi li {
	border-bottom: #bcbcbc solid 1px;
}
.navi li.last {
	border-bottom: none;
}
.navi a, .navi a:hover, .navi a.selected, .navi a.selected:hover {
	display: block;
	position: relative;
	padding: 4px 10px;
	font-size: 13px;
}
.navi a {
	color: #fff;
}
.navi a:hover, .navi a.selected, .navi a.selected:hover {
	color: #095ba6;
}
/* unternavigation */
.navi ul li {
	border-bottom: none;
}
.navi ul li.last {
	padding-bottom: 4px;
}
.navi ul a, .navi ul a:hover, .navi ul a.selected, .navi ul a.selected:hover {
	padding: 0 0 0 20px;
}
/* unter-unternavigation */
.navi ul ul a {
	padding-left: 30px;
}




/* standard-styles */
body {
	background: #fff url("../images/bg_body.png") top left repeat-x;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
body, td, th, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a171b;
	line-height: 16px;
}
.kleiner {
	font-size: 90%;
}
a, a:hover {
	color: #095ba6;
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #999900;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul, ol {
	padding: 0;
	margin: 0 0 15px 15px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
	color: #095ba6;
}
h1 {
	font-size: 16px;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	padding-bottom: 10px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}