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


/*
	RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	MAIN CSS
*/


* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;	
}

body {
	height: 100%;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #9c9e9f;
	background: #f29400 url(../images/bg_body_color.jpg) repeat-x top left;
}

.clear {
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.fl {
	float: left;	
}

.fr {
	float: right;	
}

#site {
	width: 100%;
	height: 100%;
	background: transparent url(../images/bg_body_image.jpg) no-repeat center 268px;
}

#wrapper {
	width: 972px;
	margin: 0 auto;
}

/* --------- HEADER ------------------------------------------------------------------- */

#header {
	width: 972px;
	height: 57px;
	margin: 36px 0 0 0;
	float: left;
	background: transparent url(../images/bg_header.png) no-repeat top left;
}

/* main nav*/

#mainNav {
	width: 711px;
	height: 47px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 10px;
}

#mainNav ul {
	width: 711px;
	height: 47px;
	float: left;
}

#mainNav ul li {
	height: 47px;
	float: left;
}

#mainNav ul li a {
	height: 47px;
	display: block;
	float: left;
	cursor: pointer;
	background-image: url(../images/bg_navi.png);
	background-repeat: no-repeat;
}

#mainNav ul li a span {
	display: none;	
}

/*home*/

#mainNav ul li a.home {
	width: 141px;
	background-position: 0 0;
}

#mainNav ul li a.home:hover {
	width: 141px;
	background-position: 0 -47px;
}

#mainNav ul li.active a.home {
	width: 141px;
	background-position: 0 -94px;
}

/*about*/

#mainNav ul li a.about {
	width: 146px;
	background-position: -141px 0;
}

#mainNav ul li a.about:hover {
	width: 146px;
	background-position: -141px -47px;
}

#mainNav ul li.active a.about {
	width: 146px;
	background-position: -141px -94px;
}

/*services*/

#mainNav ul li a.services {
	width: 141px;
	background-position: -287px 0;
}

#mainNav ul li a.services:hover {
	width: 141px;
	background-position: -287px -47px;
}

#mainNav ul li.active a.services {
	width: 141px;
	background-position: -287px -94px;
}

/*partner*/

#mainNav ul li a.partner {
	width: 141px;
	background-position: -428px 0;
}

#mainNav ul li a.partner:hover {
	width: 141px;
	background-position: -428px -47px;
}

#mainNav ul li.active a.partner {
	width: 141px;
	background-position: -428px -94px;
}

/*contact*/

#mainNav ul li a.contact {
	width: 142px;
	background-position: -569px 0;
}

#mainNav ul li a.contact:hover {
	width: 142px;
	background-position: -569px -47px;
}

#mainNav ul li.active a.contact {
	width: 142px;
	background-position: -569px -94px;
}




/* --------- CONTENT------------------------------------------------------------------- */

#contentBox {
	width: 972px;
	min-height: 220px;
	float: left;
	background: transparent url(../images/bg_content.png) repeat-y top left;
	position: relative;
}

.logoRight {
	width: 21px;
	height: 162px;
	display: block;
	position: absolute;
	bottom: 40px;
	right: 27px;
	z-index: 15;
}

.imprint {
	bottom: 15px;	
}

.topContentBox {
	width: 895px;
	float: left;
	margin: 15px 0 0 33px;
}

#logo {
	width: 377px;
	height: 144px;
	display: block;
	float: left;
	margin: 31px 0 0 15px;
}

#logo h1 a {
	width: 334px;
	height: 144px;
	display: block;
	background: transparent url(../images/logo.gif) no-repeat top left;
	cursor: pointer;
}

#logo h1 a span {
	display: none;
}

.welcome {
	width: 460px;
	float: right;
	padding: 0 30px 0 0;
	margin: 24px 0 0 0;
	position: relative;
	z-index: 16;
}

.welcome h2 {
	font-weight: bold;
	color: #f29400;
	margin: 0 0 21px 0;
}

.welcome p {
	margin: 0 0 19px 0;	
}

.mainContentBox {
	width: 895px;
	float: left;
	margin: 0 0 0 33px;
}


/*index*/

#slider {
	width: 847px;
	height: 450px;
	overflow: hidden;
	margin: 18px 0 40px 23px;
}

#slider ul {
	width: 5082px;	
}

#slider ul li {
	width: 847px;
	height: 450px;
	float: left;
	overflow: hidden;
}

/*über uns*/

#about {
	width: 870px;
	float: left;
	margin: 27px 0 32px 0;
}

.aboutBoxLeft {
	width: 350px;
	float: left;
	padding: 0 44px 0 0px;
}

.aboutBoxLeft p {
	margin: 0 0 20px 13px;
}

.aboutBoxLeft p.heading {
	margin: 0 0 0 13px;
	font-weight: bold;
	color: #f29400;
}

.aboutBoxRight {
	width: 476px;
	float: right;
	text-align: right;
}

.signature {
	width: 232px;
	height: 108px;
	display: block;
	margin: 11px 0 0 0;
	float: left;
}

/*leistungen*/

#services {
	width: 854px;
	float: left;
	margin: 35px 0 28px 20px;
}

.serviceBox {
	width: 268px;
	float: left;
	margin: 0 25px 0 0;
}

#services .last {
	margin: 0 0 0 0;
}

.serviceBoxTop {
	margin: 0 0 22px 0;
}

.serviceBoxBottom {
	width: 253px;
	padding: 0 15px 0 0;
}

.serviceBoxBottom p.heading {
	font-weight: bold;
	color: #f29400;
}

/*partner*/

#partner {
	width: 845px;
	float: left;
	margin: 35px 0 22px 27px;
}

#partner .item {
	width: 153px;
	height: 93px;
	float: left;
	margin: 0 20px 18px 0;
}

#partner .last {
	margin: 0 0 18px 0;	
}

/*contact*/

#contact ul li label.error {
	display: none !important;	
}

#contentBox .bgContact {
	width: 410px;
	height: 435px;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 21px;
	background: transparent url(../images/bg_contact.jpg) no-repeat center right;	
	z-index: 10;
}

#contact {
	width: 850px;
	height: 270px;
	float: left;
	margin: 40px 0 40px 30px;
	position: relative;
	z-index: 12;
	color: #ffffff;
}

#contact .mandatory {
	font-weight: bold;	
}

.formLeft {
	width: 630px;
	float: left;
}

.formTop {
	width: 630px;
	float: left;
	margin: 0 0 30px 0;
}

.contactLeft {
	width: 325px;
	float: left;
}

.contactRight {
	width: 285px;
	float: right;
	margin: 23px 0 0 0;
}

#contact ul li {
	float: left;
	margin: 0 0 5px 0;
	clear: both;
}

#contact ul li label {
	width: 123px;
	float: left;
}

#contact ul.contactRight li label {
	width: 84px;
	float: left;
}

#contact ul li input {
	width: 191px;
	height: 14px;
	float: right;
	border: #5c5c5c 1px solid;
	padding: 2px 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#contact ul li input.error, #contact ul li textarea.error {
	background: #ffcccc;
}

#errorContainer {
	width: 353px;
	border: #8E3F3A 1px solid;
	display: none;
	float: left;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background: #efefef;
}

#errorContainer h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
}

#errorContainer ul {
	width: 353px;
	float: none;
	margin: 0px 0px 0px 15px;
	list-style-type: disc;
}

#errorContainer ul li {
	width: 353px;
	float: none;
	margin: 0px 0px 5px 0px;
	list-style-type: disc;
}

#errorContainer ul li label.error {
	font-weight: normal;
	float: none;
	margin: 0px;
	width: 353px;
	font-size: 12px;
}

#contact ul li input.address {
	width: 144px;	
	float: left;
	margin: 0 4px 0 0;
}

#contact ul li input.addressnr {
	width: 35px;
	float: right;
}

#contact ul li input.zip {
	width: 35px;
	float: left;
	margin: 0 4px 0 0;
}

#contact ul li input.city {
	width: 144px;
	float: right;
}

#contact ul li select.gender {
	width: 64px;
	height: 18px;
	float: right;
	border: #5c5c5c 1px solid;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#contact ul li select.subject {
	width: 197px;
	height: 18px;
	float: right;
	border: #5c5c5c 1px solid;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#contact ul li textarea {
	width: 496px;
	height: 91px;
	float: right;
	border: #5c5c5c 1px solid;
	padding: 2px 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

.formBottom {
	width: 630px;
	float: left;
	margin: 0 0 0 0;
}

.formRight {
	width: 180px;
	float: right;
}

.buttonBox {
	width: 192px;
	height: 228px;
	display: block;
	margin: 46px 0 0 0;
	position: relative;
	background: transparent url(../images/bg_button_contact.jpg) no-repeat top left;
}

.buttonBox input {
	width: 152px;
	height: 35px;
	display: block;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 165px;
	left: 11px;
	text-indent: -9999px;
}

/*impressum*/

.imprintBox {
	width: 478px;
	float: right;
	padding: 0 40px 0 0;
	margin: 10px 0 0 0;
	font-size:12px;
	line-height:15px;
}

.leftImprintBox {
	width: 230px;
	float: left;
}

.rightImprintBox {
	width: 248px;
	float: left;
}

.imprintBox span.name {
	font-weight: bold;
	color: #f29400;
}

.imprintBox span.hint {
	color: #f29400;
}

.imprintBox a.email {
	color: #9c9e9f;
	text-decoration: none;
}

.imprintBox p {
	margin: 0 0 19px 0;	
}

/* --------- FOOTER ------------------------------------------------------------------- */

#footer {
	width: 972px;
	height: 73px;
	float: left;
	background: transparent url(../images/bg_footer.png) no-repeat top left;
	font-size:12px;
	line-height:15px;
}

#footer span.hint {
	font-weight: bold;
	color: #f29400;
}

#footer a.email {
	text-decoration: underline;
	color: #9c9e9f;
}

#footer a.contact {
	text-decoration: underline;
	color: #f29400;
	font-weight: bold;
}


.boxLeft {
	width: 263px;
	float: left;
	margin: 12px 0 0 56px;
	border-left: #848687 1px solid;
	padding: 0 0 0 12px;
}

.boxMiddle {
	width: 222px;
	float: left;
	margin: 12px 0 0 0px;
	border-left: #848687 1px solid;
	padding: 0 0 0 12px;
}

.boxRight {
	width: 325px;
	float: left;
	margin: 12px 0 0 0px;
	border-left: #848687 1px solid;
	padding: 0 0 0 12px;
}

#footerLinks {
	width: 940px;
	float: left;
	text-align: right;
	margin: 0 0 0 10px;
}

#footerLinks ul li {
	display: inline;
	color: #bb7000;
}

#footerLinks ul li.break {
	margin: 0 5px;	
}

#footerLinks ul li a {
	color: #513e22;
	text-decoration: none;
}






























