/* ====================================== 
   1. kalibrierung und allgemeine styles 
   ====================================== */

/* kalibrierung der wichtigsten abstände */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}

remember to highlight inserts somehow! 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}*/

/* tables still need 'cellspacing="0"' in the markup */

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

/* schriften laden */

/*@font-face {
    font-family: 'bureaubold';
    src: url('../fonts/bureau_bold-webfont.eot');
    src: url('../fonts/bureau_bold-webfont.eot?#iefix') format('eot'),
         url('../fonts/bureau_bold-webfont.woff') format('woff'),
         url('../fonts/bureau_bold-webfont.ttf') format('truetype'),
         url('../fonts/bureau_bold-webfont.svg#webfontgMfDi6pI') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'bureauregular';
    src: url('../fonts/bureau_regular-webfont.eot');
    src: url('../fonts/bureau_regular-webfont.eot?#iefix') format('eot'),
         url('../fonts/bureau_regular-webfont.woff') format('woff'),
         url('../fonts/bureau_regular-webfont.ttf') format('truetype'),
         url('../fonts/bureau_regular-webfont.svg#webfont5OB5TQe2') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* allgemeine selektoren */

html {
	background-color: #fafafa;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 1;
	color: #000;
	background: #fafafa url(../img/hg_kopf.png) repeat-x;
}

/* hyperlinks */

a {
	color: #aa0b46;
	text-decoration: none;
} 

a:hover,
a:active, 
a:focus { 
	color: #000;
	text-decoration: underline;
}

/* allgemeine klassen */


h2 {
	font-family: bureaubold, sans-serif;
	color: #aa0a46;
	font-size: 45px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

h3 {
	font-family: bureaubold, sans-serif;
	color: #aa0a46;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 10px 0;
}

#inhalt {
	line-height: 1.4;
	font-size: 15px;
}

#inhalt p {
	margin-bottom: 20px;
}

#inhalt ul {
	list-style: none;
	margin-bottom: 1em;
}

#inhalt ul li {
	padding-left: 1.5em;
	background: transparent url(../img/bullet.png) no-repeat 0 4px;
}

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

.invisible { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ==================================== 
   2. styles für die layoutbereiche 
   ==================================== */

h1 {
	float: left;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#kopf {
	padding-top: 24px;
	overflow: hidden;
}

#inhalt {
	margin-bottom: 70px;
}

#fuss {
	overflow: hidden;
	width: 880px;
	padding: 8px 10px 6px 10px;
	background: #aa0a46;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
/*	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
}

/* iPad [portrait + landscape] */
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#fuss {
		position:static;
		overflow: hidden;
	}
}*/

/* iPhone [portrait + landscape] */
/*@media only screen and (max-device-width: 480px) {
	#fuss {
		position:static;
		overflow: hidden;
	}
}*/

/* ==================================== 
   3. sonstige styles 
   ==================================== */

/* navigation */

.mod_navigation ul {
	overflow: hidden;
	float: right;
}

.mod_navigation ul li.active ul,
.mod_navigation ul li.trail ul {

}

/* navigation level 1 */

.mod_navigation ul li {
	float: left;
	margin-left: 15px;
}

.mod_navigation ul li a span,
.mod_navigation ul strong span {
	margin: 0 7px 0 -7px;
	padding: 4px 0 5px 7px;
	display: block;
}

.mod_navigation ul li a span {
	background: transparent url(../img/buttons.png) no-repeat 0 0;
}

.mod_navigation ul strong span,
.mod_navigation ul li.trail a span {
	background: transparent url(../img/buttons.png) no-repeat 0 -35px;
}

.mod_navigation ul li a:hover span,
.mod_navigation ul li a:active span,
.mod_navigation ul li a:focus span {
	background: transparent url(../img/buttons.png) no-repeat 0 -35px;
}

.mod_navigation ul li a,
.mod_navigation ul strong {
	display: block;
	font-family: bureauregular, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #414141;
	font-weight: normal;
	background: #f6f6f6;
	background: transparent url(../img/buttons.png) no-repeat 100% 0;
}

.mod_navigation ul li a.active,
.mod_navigation ul li a:hover,
.mod_navigation ul li a:active,
.mod_navigation ul li a:focus,
.mod_navigation ul strong,
.mod_navigation ul li.trail a,
.mod_navigation ul li.trail strong span {
	color: #fafafa;
	background: #aa0a46;
	background: transparent url(../img/buttons.png) no-repeat 100% -35px;

}


/* teaser */

.teaser {
	padding-top: 40px;
}

h2 {
	padding-top: 40px;
	margin: 0 0 10px 0;
}

#arbeiten h2 {
	padding-top: 80px;
}

.trenner {
	background: url(../img/trenner.png) no-repeat 0 0;
	margin-top: 40px;
	padding-top: 50px;
}



/* slider */

#ce_slider_prev_btn {
	position: absolute;
	top: 400px;
	left: -30px;
	width: 30px !important;
	height: 30px !important;
	background: url(../img/gueterwagen_pfeile.png) 0 0 no-repeat !important;
}

#ce_slider_prev_btn:hover {
	background: url(../img/gueterwagen_pfeile.png) 0 -30px no-repeat !important;
}

#ce_slider_next_btn {
	position: absolute;
	top: 400px;
	right: -30px;
	width: 30px !important;
	height: 30px !important;
	background: url(../img/gueterwagen_pfeile.png) -30px 0 no-repeat !important;
}

#ce_slider_next_btn:hover {
	background: url(../img/gueterwagen_pfeile.png) -30px -30px no-repeat !important;
}

.ce_slider h3 {
	font-family: bureauregular, sans-serif;
	font-weight: normal;
	line-height: 1;
	color: #b2b2b3;
	width: 190px;
}

.ce_slider ul {
	font-family: bureauregular, sans-serif;
	font-weight: normal;
	color: #b2b2b3;
	width: 190px;
}

#inhalt .ce_slider ul li {
	background: none;
	padding: 0;
}

#inhalt .ce_slider a {
	color: #b2b2b3;
	border: none;
}

#inhalt .ce_slider a:hover,
#inhalt .ce_slider a:active, 
#inhalt .ce_slider a:focus {
	color: #aa0a46;	
}

.ce_slider_item {
	position: relative;
}

#ce_slider_itemsholder {
	position: relative;
	background: url(../img/gueterwagen_boden.png) 0 512px no-repeat;
	height: 585px;
	overflow: hidden;
}

/* #ce_slider_itemsholder .image_container {
	position: absolute;
	top: 40px;
	right: 180px;
}
*/

.ce_slider_item .image_container {
	position: absolute;
	top: 40px;
	right: 178px;
}

.ce_slider_item {
	background: url(../img/gueterwagen_container.png) no-repeat 0 0;
	height: 513px;
	padding: 60px 0 0 100px;
} 

#ce_slider_controls_elements { 
  position: absolute; 
  bottom: 0;
  left:0;
}

#inhalt #ce_slider_controls_elements li {
	float: left;
	margin: 0;
	padding:0;
	background: none;
}

#ce_slider_controls_elements li a {
	width: 11px;
	height: 11px;
	padding: 0 !important;
	float: left;
	background: transparent url(../img/icons_slider_showcase.png) no-repeat -14px 0 !important;
	text-indent: -999em;
	margin: 0 1px !important;
}

#ce_slider_controls_elements li a:hover,
#ce_slider_controls_elements li a.active {
	background: transparent url(../img/icons_slider_showcase.png) no-repeat 0 0 !important;
}

.ce_slider_nav_hide {
  display:none; 
}


/* google maps */

.mod_dlh_googlemaps {
	position: relative;
	width: 430px;
	height: 350px;
	background: transparent url(../media/skizzen/skizze_tafel.png) no-repeat;
}

.map {
	position: absolute;
	top: 96px;
	left: 16px;
}

/* formular*/

.formbody input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0.2em;
	color: #3a3a39;
}

label {
	display: block;
}

input.text,
input.captcha {
	border: 1px solid gray;
	width: 413px;
	height: 25px;
	font-size: 12px;
	padding: 0 2px;
	margin-bottom: 10px;
}

input.captcha {
	width: auto;
}

.mod_newsreader input.text,
.mod_newsreader textarea  {
	width: 565px;
}

.comment_default {
	margin-bottom: 30px;
}

.comment_default {
	background: url(../img/trenner_klein.png) no-repeat 0 100%;
	margin-bottom: 30px;
	padding: 0 0 20px 0;	
}

.submit_container {
	margin-top: 8px;
}

input.submit {
	color: #fafafa;
	height: 23px;
	border: none;
	background: #aa0a46;
	border: 1px solid #aa0a46;
	font-size: 12px;
}

input.submit:hover {
	color: #000;
	background: #fff;
	border: 1px solid #e1dddd;
}

.submit_container:hover {

}

input.submit:hover {
	cursor: pointer;
}

textarea {
	width: 413px;
	height: 170px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
}

.error {
	color: #aa0b46;
	font-weight: bold;
}

.nicerrors {
	background: #aa0b46;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
}

#inhalt p.error {
	margin-bottom: 1em;
}


/* news */

#blog .subcolumns {
	padding-top: 40px;
}

#blog h2 {
	padding-top: 40px;
	margin-bottom: 20px;
}

#blog h2 a {
	color: #aa0b46;
	text-decoration: none;
} 

#blog h2 a:hover,
#blog h2 a:active, 
#blog h2 a:focus { 
	color: #000;
}

.info {
	zoom: 1;
}

#blog p.info {
	background: url(../img/trenner_klein.png) no-repeat 0 100%;
	margin: 0px;
	padding: 0 0 22px 0;
}
#blog .kommentare {
	float: right;
}

#blog .tags {
	margin-left: 20px;
}


/* bilder rahmen */

img {
	border: 1px solid #e1dddd;
	padding: 5px;
	background: #fff;
}

.teaser img,
#kopf img,
#ce_slider_itemsholder img,
#mbImage img,
#blog .subcr img {
	border: 0;
	padding: 0;
	background: transparent;
}


/* fuss */

#fuss p {
	color: #fafafa;
	font-size: 12px;
	float: left;
}

#fuss a {
	text-decoration: none;
	color: #fafafa;
}

#fuss a:hover,
#fuss a:focus {
	text-decoration: underline;
}

#social {
	float: right;
	overflow: hidden;
}

#social li {
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 6px;
}

#social li a {
	display: block;
	height: 15px;
	text-indent: -999em;
}

#social li.facebook a {
	background: url(../img/social_buttons.png) no-repeat 0 -20px;
}

#social li.twitter a {
	background: url(../img/social_buttons.png) no-repeat -21px -20px;
}

#social li.rss a {
	background: url(../img/social_buttons.png) no-repeat -43px -20px;
}

#social li.facebook a:hover {
	background: url(../img/social_buttons.png) no-repeat 0 0;
}

#social li.twitter a:hover {
	background: url(../img/social_buttons.png) no-repeat -21px 0;
}

#social li.rss a:hover {
	background: url(../img/social_buttons.png) no-repeat -43px 0;
}

/* pagination */

#inhalt .pagination {
	font-size: 12px;
}

#inhalt .pagination li {
	background: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

#inhalt .pagination li a,
#inhalt .pagination li span {
	display: block;
	padding: 2px 8px;
	color: #fafafa;
	background: #aa0a46;
	border: 1px solid #aa0a46;
}

#inhalt .pagination li a:hover,
#inhalt .pagination li a:active,
#inhalt .pagination li a:focus,
#inhalt .pagination li span.current {
	display: block;
	padding: 2px 8px;
	color: #000;
	background: #fff;
	text-decoration: none;
	border: 1px solid #e1dddd;
}

/* news */

#inhalt .back a {
	font-size: 12px;
	text-transform: lowercase;
	padding: 2px 8px;
	color: #fafafa;
	background: #aa0a46;
	border: 1px solid #aa0a46;	
}

#inhalt .back a:hover,
#inhalt .back a:active,
#inhalt .back a:focus {
	padding: 2px 8px;
	color: #000;
	background: #fff;
	text-decoration: none;
	border: 1px solid #e1dddd;
}
