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

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,  form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/*--------------------------------------------------------------
				Main
---------------------------------------------------------------*/

body{
	background: #dfdfdf url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 980px;
}

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

#header {
	margin: 0 auto;
	width: 980px;
	height: 265px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#navigation {
	padding-top: 174px;
	margin-left: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f0f4f7;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #f0f4f7;
	text-decoration: none;
	display: block;
	float: left;
	padding: 11px 12px 12px 12px;
	width: auto;
}

#navigation ul li a:hover {
	background-color: #666;
}

#navigation ul li a.current {
	background-color: #737373;
}

/*--------------------------------------------------------------
				Content
---------------------------------------------------------------*/

#contentwrap {
	background: url(../images/content_bg.jpg) repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}

#submenu {
	padding-left: 30px;
	width: 139px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/content_trenner.jpg) no-repeat top right;
	font-size: 11px;
	line-height: 23px;
	float: left;
	text-transform: uppercase;
	height: 363px; /* Dies dient dazu, dass der Trenner im Hintergrund in voller Höhe angezeigt wird */
}

#submenu ul li a {
	color: #666;
	text-decoration: none;
	padding: 0px 0px 0px 7px;
	display: block;
	margin-right: 15px;
	border-bottom: #CACACA 1px dotted;
}

#submenu ul li a:hover {
	color: #999999;
}

#submenu ul li a.subcurrent {
	color: #333333;
	background: url(../images/ul_pfeil.jpg) no-repeat center left;
}

#content {
	width: 655px;
	margin-left: 205px;
	padding-bottom: 40px;
	/*min-height: 750px;*/
}

#content a {
	color: #c8412f;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*text-align:justify;*/
}

.headlines {
	padding-top: 30px;
}

.headlines img {
	position: relative;
	bottom: 27px;
}

h1 {
	color: #c8412f;
	font-size: 27px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

h2 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 5px;
}

#content img.fotoleft {
	position: relative;
	float: left;
	margin-left: -10px;
	border: none;
}

#content img.fotoright {
	position: relative;
	float: right;
	margin-right: -45px;
	border: none;
}

#content ul {
margin: 10px 0 20px 0;
padding: 0px 0px 0px 0px;
list-style: none;
}
#content li {
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 24px;
background: transparent url(../images/li.jpg) no-repeat 0px 2px;
}

/*--------------------------------------------------------------
				Zitatbox
---------------------------------------------------------------*/

.kundenstimmen {
	float: right;
	width: 330px;
	background: url(../images/quotes.jpg) no-repeat top left;
	margin-bottom: 10px;
	clear: both;
}

.kundenstimmen div {
	border-left: 1px solid #CCCCCC;
	width: 300px;
	margin-left: 30px;
}

.kundenstimmen div p {
	color: #c8412f;
	font-style: italic;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

.kundenstimmen div p.zitat {
	color: #b2b2b2;
	font-size: 11px;
	font-style: normal;
}

.kundenstimmen div p.zitatquelle {
	background: url(../images/felger_lkw.jpg) no-repeat top right;
	height: 79px;
}

/*--------------------------------------------------------------
				Kontaktseite
---------------------------------------------------------------*/

.kontakthighlight {
	width: 360px;
	height: 178px;
	padding: 30px 0 0 25px;
	background-image: url(../images/kontakt_highlight.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
}

.kontakthighlight a {
	color: #c8412f;
	text-decoration: none;
}

.kontakthighlight a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
				Kontakt-Tabelle
---------------------------------------------------------------*/

.kontakt-tabelle td {
	border-bottom: #999999 1px dotted;
	padding: 15px 0px 15px 0px;
	vertical-align: top;
}

.kontakt-tabelle td a {
	color: #c8412f;
	text-decoration: none;
}

.kontakt-tabelle td a:hover {
	text-decoration: underline;
}


.kontaktname {
	color: #444;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 2px;
}

/*--------------------------------------------------------------
				Footer
---------------------------------------------------------------*/

#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	height: 95px;
	margin-bottom: 15px;
}

#footermenu {
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 23px;
	margin-bottom: 0px;
}

#footer-logo {
	float: left;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 37px;
	margin-top: 16px;
}

#footermenu ul li {
	display: inline;
	margin-right: 15px;
}

#footermenu ul li a {
	text-decoration: none;
	color: #888;
}

#footermenu ul li a:hover {
	text-decoration: none;
	color: #555;
}

#footeradresse {
	margin-left: 200px;
	width: 666px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 12px;
	margin-bottom: 0px;
	text-align: center;
}

#footeradresse a {
	color: #888;
}

#footeradresse a:hover {
	color: #333;
}
