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

* {
	margin:0;
	padding:0;
	}
	
html, body, #wrap {
	height:100%;
	}
	
body > #wrap {
    height: auto;
    min-height: 100%;
}

body {
	background-image:url(images/bg_body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}

a:link {
	color:#9e1019;
	text-decoration:underline;
	}

a:visited {
	color:#9e1019;
	text-decoration:underline;
	}

a:hover {
	color:#9c9e9f;
	text-decoration:none;
	}

h1 {
	font-size:160%;
	font-weight:bold;
	color:#9e1019;
	margin-bottom:15px;
	line-height:24px;
	font-family:Syntax, Arial, Helvetica, sans-serif;
	}

h2 {
	font-size:140%;
	font-weight:bold;
	font-family:Syntax, Arial, Helvetica, sans-serif;
	}

p {
	margin-bottom:10px;
	}

img {
	border-width:0px;
	}

strong {
	color:#9e1019;
	}

.spacer {
	height:21px;
}


/* #################### LAYOUT #################### */

#wrap {
	width:1412px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(images/bg_wrap.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#header {
	width:920px;
	height:72px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;
	width:264px;
	height:25px;
	margin-right:50px;
}

#logo img {
	border:none;
}

#navigation {
	color:#666;
	line-height:28px;
	margin-left:264px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	display:inline;
	margin-right:15px;
	padding-right:15px;
	padding-top:6px;
	padding-bottom:6px;
	border-right:1px solid #ccc;
}

#navigation .last {
	border:none;
}

#navigation a:link {
	color:#666;
	text-decoration:none;
	}

#navigation a:visited {
	color:#666;
	text-decoration:none;
	}

#navigation a:hover {
	color:#9e1019;
	text-decoration:none;
	}
	
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SLIDER xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	
#bildcontainer {
	width:960px;
	height:334px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	overflow:hidden;
}

#slides {
	width:960px;
	height:312px;
	overflow:hidden;
	margin-bottom:10px;
}

.slide {
	float:left;
}

#menu {
	/* This is the container for the thumbnails */
	height:10px;
	text-align:center;
}

#menu li {
	/* Every thumbnail is a li element */
	width:10px;
	margin-right:5px;
	display:inline-block;
	list-style:none;
	height:10px;
	overflow:hidden;
	background-image:url(images/btn_grey.png);
	background-repeat:no-repeat;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(images/btn_grey2.png) repeat;
	background-repeat:no-repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(images/btn_grey2.png) no-repeat;
	background-repeat:no-repeat;
}

#menu li a{
	display:block;
}

#menu a img{
	border:none;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ENDE SLIDER xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#main {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 100px;  /* Muss genau so hoch sein wie der Footer */
	line-height:140%;
}

#main ul {
	list-style-position:inside;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:20px;
}

#content {
	width:558px;
}

.beitrag {
	margin-top:20px;
}

.beitrag img {
	float:left;
	width:160px;
	margin-right:20px;
	border:5px solid #fff;
}

.beitrag h1 {
	float:right;
	font-size:120%;
	margin-bottom:2px;
	margin-top:15px;
	width:360px;
}

.beitrag p {
	float:right;
	width:360px;
}

.referenzen {
	margin-top:30px;
}

.referenzen img {
	width:80px;
	margin-right:20px;
	margin-bottom:20px;
}

#kontaktformular {
	margin-top:30px;
}

#side {
	float:right;
	width:292px;
	margin-left:30px;
}

#balken {
	height:25px;
	background-color:#9e1019;
	text-align:center;
	margin-bottom:10px;
}

#facebook {
	margin-bottom:30px;
}

#balken h1 {
	font-size:140%;
	font-weight:bold;
	text-transform:uppercase;
	line-height:25px;
	color:#fff;
}

#adresse {
	margin-left:50px;
	margin-bottom:40px;
}

#adresse h1 {
	font-style:normal;
	font-weight:bold;
	color:#9e1019;
	font-size:140%;
	margin-bottom:0px;
}

#footer {
    position: relative;
	width:920px;  /* Gleiche Breite wie #main */
	margin-left:auto;
	margin-right:auto;
	margin-top: -100px; /* Negativer Wert der Footer-Höhe */
	height: 100px;
	clear:both;
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:80%;
	text-align:right;
}

#footer_content {
}

#footer_content ul {
	list-style:none;
	margin-right:30px;
	line-height:60px;
}

#footer_content li {
	display:inline;
	margin-right:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	border-right:1px solid #ccc;
}

#footer_content .last {
	border:none;
}

#footer_content a:link {
	color:#666;
	text-decoration:none;
	}

#footer_content a:visited {
	color:#666;
	text-decoration:none;
	}

#footer_content a:hover {
	color:#9e1019;
	text-decoration:none;
	}

/* #################### ENDE LAYOUT #################### */




/* #################### MENÜ AKTUELL #################### */

#ueberuns #navUeberuns a,
#leistungen #navLeistungen a,
#aktivfahrer #navAktivfahrer a,
#passivfahrer #navPassivfahrer a,
#service #navService a,
#kontakt #navKontakt a,
#impressum #navImpressum a {
	color:#9e1019;
	text-decoration:none;
	}
	
/* #################### ENDE MENÜ AKTUELL #################### */




/* #################### CLEARFIX HACK #################### */

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* Bereich nicht für IE-mac Ende */

/* #################### ENDE CLEARFIX HACK #################### */