@charset "utf-8";

/*-----------------------------------*/
/*---------- Global Styles ----------*/
/*-----------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.team img {border:1px solid #CCCCCC; margin:0 16px 0 0; padding:2px;}
.team {float:left; padding:0 0 0 0;}

#contentMain ul.list  {
	list-style-type:none;
}

.footerPrint, .logoPrint {display:none;}

#contentMain ul.list li {
    list-style: disc outside none;
    margin: 0 0 0 13px;
    padding: 0;
}

#contentMain ul.list li.none {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
    list-style: none outside none;
    margin: 0 0 0 0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

h4 {font-weight:bold;}

q:before,
q:after {
	content:'';
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	height: 0;
	clear: both;
}

.hidden {
	display: none;
}

.indented {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

.noBorder {
	border: none !important;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	background: url(../images/layout/bg-body.jpg) no-repeat center top #ffcc00;
	font: 62.5%/normal Arial, Helvetica, sans-serif;
	color: #000000;
}

/*-----------------------------------*/
/*---------- Layout Styles ----------*/
/*-----------------------------------*/

/*---------- Container ----------*/
#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto -210px;
}

/*---------- Header ----------*/
#header {
	width: 960px;
	height: 390px;
	position: relative;
	z-index: 2;
}

/*---------- Branding ----------*/
h1#branding {
	width: 196px;
	height: 67px;
	position: absolute;
	right: 15px;
	top: 341px;
	z-index: 1;
}

h1#branding a {
	display: block;
	width: 196px;
	height: 67px;
}

/*---------- Navigation ----------*/
ul#navigation {
	width: 960px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 236px;
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	background: url(../images/layout/bg-navigation.jpg) no-repeat 0 0;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	height: 120px;
}

ul#navigation li a.startseite {
	background-position: 0 0;
	width: 99px;
	margin: 0 49px 0 0;
}

ul#navigation li a.startseite:hover,
ul#navigation li.active a.startseite {
	background-position: 0 -120px;
}

ul#navigation li a.wir-ueber-uns {
	background-position: -148px 0;
	width: 127px;
	margin: 0 47px 0 0;
}

ul#navigation li a.wir-ueber-uns:hover,
ul#navigation li.active a.wir-ueber-uns {
	background-position: -148px -120px;
}

ul#navigation li a.ansprechpartner {
	background-position: -322px 0;
	width: 169px;
	margin: 0 44px 0 0;
}

ul#navigation li a.ansprechpartner:hover,
ul#navigation li.active a.ansprechpartner {
	background-position: -322px -120px;
}

ul#navigation li a.unsere-staerken-und-leistungen {
	background-position: -535px 0;
	width: 276px;
	margin: 0 38px 0 0;
}

ul#navigation li a.unsere-staerken-und-leistungen:hover,
ul#navigation li.active a.unsere-staerken-und-leistungen {
	background-position: -535px -120px;
}

ul#navigation li a.fuhrpark {
	background-position: -849px 0;
	width: 111px;
}

ul#navigation li a.fuhrpark:hover,
ul#navigation li.active a.fuhrpark {
	background-position: -849px -120px;
}

/*---------- ContentContainer ----------*/
#contentContainer {
	font-size: 1.1em;
	line-height: 1.636em;
	width: 960px;
}

#contentContainer h2 {
	font-size: 2.27em;
	line-height: 1em;
	font-weight: bold;
	color: #08279e;
	letter-spacing: -0.075em;
	position: absolute;
	left: 20px;
	top: -21px;
}

#contentContainer h2 span {
	font-size: 0.48em;
	letter-spacing: 0;
	position: relative;
	left: 5px;
	top: -5px;
}

#contentContainer h3 {
	font-size: 1.54em;
	line-height: normal;
	font-weight: bold;
	color: #08279e;
	letter-spacing: -0.05em;
	margin: 0 0 10px 0;
}

#contentContainer p {
	margin: 0 0 18px 0;
}

#contentContainer a {
	color: #000000;
	text-decoration: underline;
}

#contentContainer a:hover {
	text-decoration: none;
}

#contentContainer strong {
	font-weight: bold;
}

#contentContainer em {
	font-style: italic;
}

#contentContainer img.imageDefault {
	float: left;
	margin: 0 0 18px 0;
}

#contentContainer img.imageLogo {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
}

#contentContainer .contentColumn {
	float: left;
	width: 305px;
	margin: 0 30px 0 0;
}

#contentContainer img.image	{border:1px solid #CCCCCC; padding:2px; float:left;}

/*---------- ContentMain ----------*/
#contentMain {
	background: #ffffff;
	float: left;
	width: 640px;
	min-height: 150px;
	margin: 30px 50px 244px 0;
	padding: 28px 22px;
	position: relative;
}

/*---------- NavigationAdditional ----------*/
ul#navigationAdditional {
	background: #ffffff;
	height: 25px;
	padding: 8px 7px 0;
	position: absolute;
	left: 0;
	bottom: -34px;
}

ul#navigationAdditional li {
	float: left;
	margin: 0 15px;
}

ul#navigationAdditional li a {
	text-decoration: none;
}

ul#navigationAdditional li a:hover,
ul#navigationAdditional li.active a {
	text-decoration: underline;
}

/*---------- ContentSidebar ----------*/
#contentSidebar {
	float: left;
	width: 226px;
	position: relative;
	z-index: 1;
}

/*---------- Address ----------*/
#address {
	background: #ffffff;
	margin: 0 0 3px 0;
	padding: 38px 15px 18px;
}

#address p {
	margin: 0 0 7px 0;
}

/*---------- Newsletter ----------*/
#newsletter {
	background: #ffffff;
	margin: 0 0 3px 0;
	padding: 18px 15px 28px;
}

#newsletter form.newsletter {
	width: 196px;
}

#newsletter form.newsletter label,
#newsletter form.newsletter input {
	background: none;
	border: none;
	font: 1em/normal Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

#newsletter form.newsletter input.text {
	background: url(../images/layout/form-newsletter-input-text.png) no-repeat 0 0;
	line-height: 15px;
	width: 190px;
	height: 15px;
	padding: 2px 3px;
}

#newsletter form.newsletter label.radio-small {
	margin: 0 10px 10px 0;
}

#newsletter form.newsletter input.radio {
	background: transparent;
	border: none;
	width: auto;
	height: auto;
	margin: 1px 2px;
}

*+html #newsletter form.newsletter input.radio {
	margin-top: -3px;
}

#newsletter form.newsletter input.submit {
	background: url(../images/layout/form-newsletter-input-submit.png) no-repeat 0 0;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	width: 196px;
	height: 18px;
	cursor: pointer;
}

#newsletter #meldung {
	background: #ffcc00;
	margin: 0 0 10px 0;
	padding: 10px;
}

#newsletter #meldung .error {
	color: #08279e;
	font-weight: bold;
}

#newsletter form.newsletter br {
	clear: left;
}

#newsletter form.newsletter fieldset.hidden,
#newsletter form.newsletter input[type=hidden] {
	display: none;
	border: 0;
	padding: 0;
}

/*---------- News ----------*/
#news {
	background: #ffffff;
	padding: 18px 15px 18px;
}

#news p {
	margin: 0;
}

#news a {
	font-weight: bold;
	color: #092fa4;
}

/*---------- White ----------*/
#white	{background:#fff; margin:3px 0 0 0; height:180px;}

/*---------- FooterContainer ----------*/
#footerContainer {
	background: url(../images/layout/footerContainer.jpg) no-repeat center top;
	width: 100%;
	height: 210px;
}

/*---------- Footer ----------*/
#footer {
	width: 960px;
	height: 210px;
	margin: 0 auto;
	position: relative;
}

/*---------- Map ----------*/
#map {
	width: 140px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
}

#map a {
	background: url(../images/layout/bg-map.jpg) no-repeat 0 0;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	width: 140px;
	height: 210px;
}

/*---------- Navigation2 ----------*/
ul#navigation2 {
	width: 535px;
	height: 70px;
	position: absolute;
	left: 149px;
	top: 79px;
}

ul#navigation2 li {
	float: left;
}

ul#navigation2 li a {
	background: url(../images/layout/bg-navigation2.jpg) no-repeat 0 0;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	height: 70px;
}

ul#navigation2 li a.startseite {
	background-position: 0 0;
	width: 78px;
	margin: 0 58px 0 0;
}

ul#navigation2 li a.startseite:hover,
ul#navigation2 li.active a.startseite {
	background-position: 0 -70px;
}

ul#navigation2 li a.oekologisches-denken {
	background-position: -136px 0;
	width: 217px;
	margin: 0 45px 0 0;
}

ul#navigation2 li a.oekologisches-denken:hover,
ul#navigation2 li.active a.oekologisches-denken {
	background-position: -136px -70px;
}

ul#navigation2 li a.referenzkunden {
	background-position: -398px 0;
	width: 137px;
}

ul#navigation2 li a.referenzkunden:hover,
ul#navigation2 li.active a.referenzkunden {
	background-position: -398px -70px;
}
