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

* {
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	}
	
img {
	border: 0px;
	}
	
.clear {
	clear: both;
	}
	
a {
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	color: #C4E3E0;
	}
	
ul {
	margin: 0px;
	padding-left: 0px;
	}
	
li {
	list-style: none;
	background-image:url(../images/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	}
	
h1 {
	color: #c4e3e0;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #c4e3e0;
	text-transform: uppercase;
	font-weight: normal;
	}
	
.h2_sub {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #63b2c4;
	font-size: 20px;
	display: block;
	}
	

.topbar {
	height: 8px;
	background-color: #21458f;
	}
	
.wrapper {
	margin: auto;
	width: 864px;
	padding: 0px 8px 0px 8px;
	background-color: #fff;
	}
	
/******** MENU ************/
.menu {
	height: 60px;
	background-image:url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	}
	
.menu a {
	color: #3d4245;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	}
	
.menu a:hover {
	color: #216eb1;
	}
	
.menu .menupoint a.active {
	color: #216eb1;
	font-weight: bold;
	}
	
.menu img {
	float: left;
	}
	
.menupoint {
	padding: 10px;
	height: 40px;
	float: left;
	text-align: center;
	}
	
.menu .eins {
	width: 71px;
	}	
	
.menu .zwei {
	width: 90px;
	}
	
.menu .drei {
	width: 130px;
	}

.menu .vier {
	width: 150px;
	}
	
.menu .fuenf {
	width: 130px;
	}	

.menu .sechs {
	width: 70px;
	}	

.menu .sieben {
	width: 71px;
	}	
	
	
	
.head {
	height: 117px;
	background-image:url(../images/banner_top.jpg);
	}
	
.logo {
	width: 286px;
	float: left;
	margin-left: 40px;
	}
	
.hotline {
	width: 205px;
	float: left;
	margin: 10px 0px 0px 170px;
	color: #807f84;
	font-weight: bold;
	}
	
.hotlinetext {
	padding-left: 27px;
	}
	
.phonenumber {
	color: #216eb1;
	font-size: 23px;
	font-weight: bold;
	word-spacing: -4px;
	}
	
.banner {
	height: 328px;
	}
	
.content {
	margin-top: 5px;
	background-image:url(../images/bg_contactbox.gif);
	background-repeat: repeat-y;
	background-color: #1d68a4;
	padding: 30px;
	}
	
.footer {
	color: #999;
	text-align: right;
	padding: 5px;
	}
	
.footer a {
	color: #7e7e7e;
	text-decoration: none;
	padding-left: 15px;
	}
	
.footer a:hover {
	color: #216eb1;
	}
	
/******* SUB TPL *********/

.contactbox {
	margin-top: 5px;
	background-image:url(../images/bg_contactbox.gif);
	background-repeat: repeat-y;
	padding:20px 30px 20px 30px;
	}
	
.contactbox .important {
	color: #c4e3e0;
	font-size: 23px;
	font-weight: bold;
	word-spacing: -4px;
}

.contactbox .contenttable {
	margin-top: 25px;
	}

.contactbox .contenttable p {
	margin: 5px 0px;
	}

.contactbox .contenttable td {
	padding-right: 10px;
	}
	
.sub .head {
	background-image: url(../images/subpage_top.jpg);
	}
	
.sub  .content {
	margin-top: 0px;
	background-image: url(../images/bg_content_sub.jpg);
	background-repeat: repeat-y;
	}
	
/****** 2er BOX ************/

.left_2er, .right_2er {
	float: left;
	}
	
.left_2er {
	padding-right: 20px;
	}	
	
/******* Kontaktform ****************/

.csc-mailform {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
.csc-mailform label {
	width: 100px;
	float: left;
	color: #C4E3E0;
	}
	
.csc-mailform input, .csc-mailform textarea {
	width: 194px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
.csc-mailform-submit {
	margin-left: 100px;
	width: 88px!important;
	}
	
