/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
    background: none repeat scroll 0 0 ;
    color: #505050;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}


a, a:visited {
	text-decoration:none;
}



#wrapper { 	
	background: url('../images/middle.png') repeat-y;		/* Hintergrundbild das senkrecht wiederholt wird */
	width:  940px;										/* Breite des Div-Elements */
	margin: 0px auto;									/* Aussenabstand - durch auto = mittige Ausrichtung */
	padding:0px 0px 0px 0px;
	
}


#header {
	background: url('../images/head.png') no-repeat;		/* Hintergrundbild das senkrecht wiederholt wird */
	width: 940px;										/* Breite des Div-Elements */
	height: 245px;										/* Hoehe des Div-Elements */
	margin: 0px 0px 0px 0px;										/* Aussenabstand */
	padding: 0px;										/* Innenabstand */
}

#content {		
	width: 920px;										/* Breite des Div-Elements */
	/*height: 400px;*/
	padding: 0px 0px 0px 0px;							/* Innenabstand */
/*	float: left;										/* Element umfließen lassen - links */
	/*overflow: auto;*/
}

#info{

	width: 204px;
	padding: 0px 10px 10px 14px;
	float: right;
	color: black;
	
	
}

#leistungen {

	width: 640px;
	padding: 0px 10px 10px 23px;
}

#leistungen p {
	text-align:justify;
}

#unternehmen {

	width: 640px;
	padding: 0px 10px 10px 23px;
	
}

#unternehmen a , a:visited{
	
	color: blue;
	text-decoration:none;
}
#unternehmen a:hover, a:active {
	color: blue;
	text-decoration:none;
}

#unternehmen_qual {
	margin: 0px 0px 0px 20px;
}

#mitarbeiter p {
	color:black;
}

#mitarbeiter {

	text-align: center;
}
#fuhrpark {
	width:640px;
	margin:20px;
}

#fuhrpark p {
	text-align: justify;
}

#spartner {
	width:640px;
	margin:20px;
	
}
#spartner img{

	padding: 10px 20px 10px 10px;
}

#certi {


}
#kontakt {

	width: 640px;
	padding: 0px 10px 10px 23px;
	text-align: center;
}

#impressum {
	width: 500px;
	margin: 50px 0px 40px 100px;
	text-align: center;
}

.shadow {
	background-color:white;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


#spalte1{

	width: 400px;
	padding: 0px 0px 30px 20px;
	float:left;
	
	
}

#spalte1 a, a:visited {
	color:#505050;
	text-decoration:none;
}
#spalte1 a:hover, a:active {
	color:#a5222a;
	text-decoration:none;
}

#spalte2{
	width: 200px;
	padding: 0px 0px 0px 20px;
	float:left;
}
#spalte2 a, a:visited {
	color:#5a5a5a;
	text-decoration:none;
}
#spalte2 a:hover, a:active {
	color:#a5222a;
	text-decoration:none;
}
#spalte3{
	width: 200px;
	padding: 0px 0px 0px 20px;
	color:grey;
	float:left;
}


.licol {
	margin: 0px 0px 0px 14px;
}


#footer {
	background: url('../images/foot.png') top no-repeat;	/* Hintergrundbild das nicht wiederholt wird */
	clear: both;										/* hebt float: left; wieder auf*/
	width: 940px;										/* Bereit des Div-Elements */
	height: 66px;										/* Hoehe des Div-Elements */
	margin: 0px auto 0px 0px;									/* Aussenabstand */
	padding: 0px 0px 0px;								/* Innenabstand */
	line-height: 36px;									/* Zeilenhoehe*/
	text-align: center;									/* Textausrichtung */
	color: #969789;										/* Textfarbe */	
}
	



/* Navigation */




ul#navigation{
clear: both;
list-style-type:none;
color: #4C4F50;
font-weight: bold;
padding: 221px 0px 0px 0px;

font-size: 17px;

}

.active {
background-color:#f4f4f4;
}

ul#navigation a.active {
color:black;
}

ul#navigation li{

float:left;

padding-right:10px;

}

ul#navigation li a{


color: #4C4F50;

padding:0.3em;

}


ul#navigation li a:hover{

background-color:#efefef;
color: black;

}

/* Textformatierung */


h1 {
    border-bottom: 1px dashed #4C4F50;
    color: #a5222a;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 9px;
    padding-bottom: 8px;
}

h2 {
    border-bottom: 1px dashed #4C4F50;
    color: #4C4F50;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 9px;
    padding-bottom: 8px;
	text-align:center;
}



h3 {
	color: black;
	font-size: 13px;
	font-weight:bold;
}

h4 {
    border-top: 1px dashed #4C4F50;
    color: #4C4F50;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 9px;
    padding-top: 13px;
	text-align:center;
}
#slider {
	width: 640px;
	height:230px;
	margin: 20px 20px;
}

.slider-wrapper { 
	width: 645px; 
	margin: 20px 20px;
}

.theme-default #slider {
    margin:0px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}