@charset "UTF-8";

body {
	background-color:#a4a9b3;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial;
	font-size:12px;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#bb0400;
	text-decoration:underline;
}

#main {
	width:735px;
	margin:0 auto;
	position:relative;
}

#nav {
	width:735px;
}

#menu {
	width:735px;
	height:41px;
	margin:27px 0 0 0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu li {
	float:left;
	height:41px;
}

#l1 a {
	background:url(images/nav/nav_start.jpg);
	background-position:top;
	display:block;
	width:85px;
	height:41px;
}

#l1 a:hover {
	background-position:bottom;
}

#l2 a {
	background:url(images/nav/nav_produkte.jpg);
	background-position:top;
	display:block;
	width:116px;
	height:41px;
}

#l2 a:hover {
	background-position:bottom;
}

#l3 a {
	background:url(images/nav/nav_portfolio.jpg);
	background-position:top;
	display:block;
	width:113px;
	height:41px;
}

#l3 a:hover {
	background-position:bottom;
}

#l4 a {
	background:url(images/nav/nav_wissen.jpg);
	background-position:top;
	display:block;
	width:144px;
	height:41px;
}

#l4 a:hover {
	background-position:bottom;
}

#l5 a {
	background:url(images/nav/nav_funktion.jpg);
	background-position:top;
	display:block;
	width:175px;
	height:41px;
}

#l5 a:hover {
	background-position:bottom;
}

#l6 a {
	background:url(images/nav/nav_kontakt.jpg);
	background-position:top;
	display:block;
	width:102px;
	height:41px;
}

#l6 a:hover {
	background-position:bottom;
}

#content {
	width:735px;
	margin:0;
	padding:0;
	position:relative;
}

#header {
	background:url(images/logo.jpg);
	width:735px;
	height:222px;
}

#header_customer {
	background:url(images/logo_customer.jpg);
	width:735px;
	height:222px;
}

.box {
	width:607px;
	border:8px solid #d3d5db;
	margin:0 0 20px 120px;
}

.boxcontent {
	width:597px;
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
}

.paket_box1 {
	width:270px;
	float:left;
	border:8px solid #d3d5db;
	margin:0 0 20px 120px;
	position:relative;
}

.paket_box2 {
	width:270px;
	float:right;
	border:8px solid #d3d5db;
	margin:0 -8px 20px 0;
}

.paket_boxcontent {
	width:260px;
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
}

.paket_preis {
	font-size:22px;
	color:#bb0400;
	font-weight:bold;
}

.paket_preis sup {
	font-weight:normal;
	color:#333333;
	font-size:9px;
}

.paket_button {
	float:right;
	margin:0 -5px -5px 0;
}

.verlauf_pic {
	float:left;
	width:100px;
}

.verlauf_content {
	float:right;
	width:490px;
	height:96px;
}

.aktuell_pic {
	float:left;
	width:211px;
}

.aktuell_content {
	float:right;
	width:379px;
	height:96px;
	vertical-align:middle;
}

.headline {
	color:#bb0400;
	font-weight:bold;
}

.red {
	color:#bb0400;
}

.facebook_box {
	width:40px;
	margin:0 0 10px 703px;
}

#footer {
	font-size:10px;
	color:#777a81;
	word-spacing:5px;
	padding:0 0 50px 0;
	margin:0 -8px 0 120px;
	position:relative;
}

#footer a {
	color:#777a81;
	text-decoration:underline;
}

#footer a:hover {
	color:#bb0400;
	text-decoration:underline;
}

#fussnote {
	float:left;
	color:#777a81;
	font-size:10px;
	margin:0 0 0 120px;
}

#fussnote a {
	color:#777a81;
	text-decoration:underline;
}

#fussnote a:hover {
	color:#bb0400;
	text-decoration:underline;
}

/* FORMULARE */


form#book label.personel { 
    float:left;
    text-align:right;
    width:110px; 
	margin-top:7px;
	margin-right:7px;
}

.boxcontent label.personel { 
    float:left;
    text-align:right;
    width:110px; 
	margin-top:7px;
	margin-right:7px;
}

.boxcontent textarea { 
    width:590px; 
	height:100px;
	margin-bottom:5px;
}

form#book label.extras { 
    width:425px; 
	margin-bottom:5px;
	float:right;
}

form#book input.checkbox {
	width:20px;
	padding:2px;
	margin:0px;
	float:left;
}

form#kontakt textarea {
	width:489px;
	height:100px;
	margin-top:5px;
}

form#kontakt label.personel { 
    float:left;
    text-align:right;
    width:90px; 
	margin-top:7px;
	margin-right:7px;
}

input, select {
	margin-top:4px;
	width:300px;
}

.error {
	font-family:Arial;
	font-size:12px;
	color:red;
}

.clear {
	clear:both;
}
