@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	background-color: #869bbf;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0px;
}

#page {
	position: absolute;
	width: 850px;
	background-color: #ffffff;
	top: 0px;
	left: 50%;
	margin-left: -425px;	
}

#header {
	height: 101px;
	background-image: url(images/bg_header.gif);	
}

#header .logo {
	width: 365px;
	height: 101px;
	border: none;
	float: left;
}

#header .banner {
	width: 468px;
	height: 60px;
	border: none;
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}

#header .topmenu {	
}

#header .topmenu a {
	display: block;
	position: absolute;
	top: 70px;
	background-image: url(images/bg_topnavi_0.png);
	width: 86px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
}

#header .topmenu a:hover {
	background-image: url(images/bg_topnavi_1.png);
}

#main {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	width: 850px;
}

#navi {
	width: 188px;
	background-image: url(images/bg_navi_top.png);
	background-repeat: no-repeat;
	float: left; /* beseitigt Navibox Fehler */
}

#navi ul {
	margin: 0px;
	list-style-type: none;
	padding: 5px 0px;
	background-image: url(images/bg_navi_middle.png);
	background-repeat: no-repeat;
	background-position: 0px 430px;
}

#navi ul li {
	margin: 0px;
	padding: 0px;
}

#navi ul li a {
	display: block;
	color: #006296;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3px;
	height: 18px;
}

#navi ul li a:hover {
	font-weight: bold;
}

#navi ul li h3 {
	display: block;
	margin: 10px 0px 5px 0px;
	font-size: 15px;
	color: #fff;
	background-image: url(images/bg_navi_h3.png);
	height: 23px;
	padding: 0px 15px;
}

#navi .bottom {
	width: 188px;
	height: 20px;
	background-image: url(images/bg_navi_bottom.png);
	background-repeat: no-repeat;
}

/* ****************************************** */

#content_2spaltig {
	width: 481px;
	float: right;
	margin-top: 0px;
	margin-right: 11px; /* 5px */
}

#content_2spaltig h1 {
	height: 35px;
	background-image: url(images/bg_content2_top.png);
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	color: #fff;
	font-size: 22px;
}

#content_2spaltig .padding {
	padding: 5px 15px;
	background-image: url(images/bg_content2_middle.png);
}

#content_2spaltig .bottom {
	width: 481px;
	height: 20px;
	background-image: url(images/bg_content2_bottom.png);
	background-repeat: no-repeat;
}

#content_2spaltig_features {
	width: 157px;
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}

#content_2spaltig_features h4 {
	height: 29px;
	background-image: url(images/bg_content2_features_top.png);
	margin: 0px;
	padding-top: 13px;
	padding-left: 20px;
	color: #fff;
	font-size: 15px;
}

#content_2spaltig_features .padding {
	padding: 5px 15px;
	background-image: url(images/bg_content2_features_middle.png);
}

#content_2spaltig_features .bottom {
	width: 157px;
	height: 20px;
	background-image: url(images/bg_content2_features_bottom.png);
	background-repeat: no-repeat;
}

#content_1spaltig {
	width: 646px;
	float: right;
	margin-top: 1px;
	margin-right: 8px; /* 2px */
}

#content_1spaltig h1 {
	height: 35px;
	background-image: url(images/bg_content1_top.png);
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	color: #fff;
	font-size: 22px;
}

#content_1spaltig .padding {
	padding: 5px 15px;
	background-image: url(images/bg_content1_middle.png);
}

#content_1spaltig .bottom {
	width: 646px;
	height: 20px;
	background-image: url(images/bg_content1_bottom.png);
	background-repeat: no-repeat;
}

/* ****************************************** */

#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	color: #888888;
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #888888;
	text-decoration: underline;
}

#footer h6 {
	color: #006296;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.clear {
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
	float: none;
}

a {
	color: #f68500;
}

a:hover {
	color: #f6b900;
}

img {
	border: none;
}

h2 {
	margin: 0px;
}

form {
	margin: 0px;
}