/* @override http://koehler-und-sohn.com/css/style.css */


/*
red		   B22222
dirty red  574646
text	   444
link	   B22222

*/


html, body {
    padding: 0;
    margin: 0;
	height: 100%;	
}

html {
 	min-height: 100%;
	height: auto;
}

body {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #444;
	border: 0px solid RED;
	padding: 0 0 80px 0;
	background: #B22222 url('../images/layout/body-bg.png');
}

a { color: #B22222;  text-decoration: none;}
a:visited { color: #B22222;}
a:hover { color: #B22222; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -0.6px; 
	line-height: 28px;
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Arial;
	padding: 0 0 5px 0;
	border-bottom: 4px solid #555;
}

h2 { 
	color: #555; 
	font-size: 16px; 
	line-height: 22px; 
	font-weight: bold;
	padding: 0 0 0 10px;
	border-left: 5px solid #B22222;

}

h3 { color: #555; font-size: 14px;}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}

img, img a {border: none;}

/* WRAPPER
----------------------------------------------------------------------------- */

#wrap {
	position: relative;
	min-height: 100%;
	padding: 12px 0 0 0;
	background: transparent url(../images/layout/wrap-bg.png) repeat-x -14px 0;
}

#container {
    position: relative;   
	margin: 0 auto;
	width: 860px;
	padding: 13px 13px 14px 13px;
    background: #FFF url(../images/layout/content-bottom-bg.png) no-repeat bottom left;
}

.topcorner {
	position: absolute;
	width: 32px;
	height: 31px;
	top: 0;
	left: 0;
	z-index: 10;
    background: transparent url(../images/layout/container-topcorner.gif) no-repeat top left;

}

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

#header {
	position: relative;
 	width: 860px;
	height: 220px;
	margin: 0 0 13px 0px;
    clear: both;
    overflow: hidden;
    background: #FFF url(../images/layout/header-bottom.gif) repeat-x bottom left;
}

#header h1 {
	position: absolute;
	top: 66px;
	left: 0px;
	width: 340px;
	height: 96px;
	overflow: hidden;
	text-indent: -9998px;
	background: transparent url(../images/layout/logo-koehler-und-sohn.png) no-repeat 0 0;
	_background-image: url(../images/layout/logo-koehler-und-sohn-IE6.png); /*IE6*/
}

#header h1 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 96px;
}

#header em { /*Tagline*/
	position: absolute;
	width: 340px;
	height: 29px;
	top: 164px;
	left: 0px;
	text-indent: -9998px;
	background: transparent url(../images/layout/header-tagline.gif) no-repeat 0 0;
}

#banner {
	background: BEIGE;
	width: 860px;
	height: 210px;
	background-color: #F1F1F1;
}


/* CONTENT
----------------------------------------------------------------------------- */

#content {
   position: relative;
   clear: both;
   margin: 0px auto 0px 0;
   padding: 0px 0 0px 0;
   width: 860px;
   background: #FFF url(../images/layout/content-bg.gif) repeat-y 0 0px;

}

/* NAV
----------------------------------------------------------------------------- */

#nav {
	position:relative;
	float: left;
	width: 225px;
	display: inline;  /* FIX IE double margin bug */
	/*overflow: hidden;*/
	margin: 0px 0px 0 0px;
	padding: 0px 0 250px 0;
    background: transparent;
}

.nav-bg {
	position: absolute;
	width: 225px;
	height: 245px;
	bottom: 0;
	left: 0;
	background: transparent url(../images/layout/nav-bottom.png) no-repeat 0 0px;

}

.kontaktbox {
	margin: 10px 0 0 0;
	padding: 0 15px;
	font-size: 13px;
	line-height: 17px;
	background: transparent;
}

.kontaktbox div {
	background: tr;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CCC;
}

.kontaktbox span {
	width: 45px;
	display: block;
	font-size: 11px;
	font-weight: bold;
}


/* MAIN
----------------------------------------------------------------------------- */

#main {
	position: relative;
	float: left; 
	width: 550px; /*620*/
	padding: 20px 40px 25px 30px;
	font-size: 13px;
	line-height: 19px;
	min-height: 400px;
	margin: 0 0px 0px 15px;
	overflow: hidden;
    background: #EDEDED url(../images/layout/main-topcorner.gif) no-repeat top left;

}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 15px 0px;
}


#main img.right {  /* Bild rechts */
	float: right;
	margin: 0px 0 15px 20px;
}

.left {	float: left; }
.right { float: right;}

.block {
	display: block;
	clear: both;
}

/* --- List --- */

#main ul {
	padding: 10px 10px 7px 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: #FFF;
}

#main ul li {
	background: transparent url(../images/layout/bullet-li.gif) no-repeat left 5px;
	padding-left: 13px;
	margin: 0 0 3px 5px;
}

#main ul.sitemap, #main ul.sitemap ul { 
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #EDEDED;
}

#main ul.sitemap li { 
	margin: 0;
	padding: 0;
	background: #EDEDED;
	height: 1%; /*IE*/
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #CCC;
}

#main ol {
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 30px;
}

#main ol li {
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}


/* Text */

p.einleitung {
	font-size: 15px;
	line-height: 20px;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(../images/layout/link-icon.gif) no-repeat 0 2px;
}

a:hover.bulletlink {
}

.download {
	padding: 0 0 0 18px;
	background: url(../images/layout/download-icon.gif) no-repeat left 2px; 
}


/* Textboxen */

.box_1 p, .box_2 p, .box_3 p {
	padding: 0px; margin: 0;
}

.box_1 { /* orange */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	color:  #FFF;
	background: #B22222;
}

.box_1 a { 
	color: #FFF;
	text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px 15px;
	color: #333;
	background: #CCC;
	margin: 0 0 10px 0;
}

.box_3 { /* weiss */
	padding: 10px 15px;
	background: #FFF;
	margin: 0 0 10px 0;
}


.red { color: RED; }

span.text-red {
	color:  #A51423;
}

span.text-green {
	color:  #85A70D;
}

.smalltext {
	font-size: 11px;
}

.trennstrich-oben { /* p */
	border-top: 1px solid #999;
	margin-top: 16px;
	padding-top: 16px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px solid #999;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

/* --- Tables --- */

table {
	border: 0px solid #999;
	border-collapse: separate;
	_border-collapse: collapse; /*IE*/
	font-size: 12px;
	width: 100%;
	margin: 0 0 15px 0;
}

thead tr {
    background: #CCEFF7;
}

.header {
	position: relative;
    background: #CCEFF7;
    border-bottom: 1px solid #FFF;
}

.noborder {	border: none;}

th {
	text-align: left;
	font-size: 11px;
	padding: 4px 5px 4px 10px;
	border-left: 0px solid #999;
	background: transparent;
}

th h2 { 
	margin: 0px 0;
	padding: 3px 0;
	padding-right: 30px;
	font-size: 18px;
}

th.checkbox-col {
	width: 20px;
	margin: 0;
}

tr {
	background: #EEE;
}

td {
	border-bottom: 1px solid #999;
	padding: 4px 5px 4px 10px;
	vertical-align: top;
	background: transparent;
}


/*--- Slideshow ---*/

#main ul#slidebox {
	position: relative;
	height: 240px;
	overflow: hidden;
	margin: -10px 0 10px 0;
	padding: 0;
	background: #FFF;
}

#main ul#slidebox li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
	height: 300px;
    margin: 0px 0 0px 0px;
}

ul#slidebox li img { }

/* --- Referenzen --- */

.referenzen {
	background: transparent;
}

.referenzen table {
	background: #D9D9D9;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

#main .referenzen table a img {
	padding: 3px;
	background: #FFF;
	margin: 0 0 5px 0;
}

#main .referenzen table a:hover img {
	background: #666;
}

.referenzen table td {
	background: #D9D9D9;
	color: #444;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	border: 0px dotted #888;
}

.referenzen td.objekt {
	width: 90%;
	height: 20px;
}

.referenzen td.bilder {
	width: 170px;
}

.referenzen .noimg {
}

.referenzen table h3 {
	margin: 0;
	padding: 5px 0 5px 0;
	color: #333;
	font-size: 13px;
}

.referenzen td.labels {
	font-size: 11px;
	height: 2px;
	font-weight: bold;
	text-align: left;
	padding-right: 1px;
}

/* --- Fuhrpark --- */

.fuhrpark {
	background: transparent;
	padding: 0 0 13px 0;
	margin: 0;
}

.fuhrpark table {
	background: #DDD;
	padding: 5px 0;
	margin: 0 0 1px 0;
}

#main .fuhrpark table a img {
	padding: 3px;
	background: #FFF;
	margin: 0 0 5px 0;
}

#main .fuhrpark table a:hover img {
	background: #888;
}

.fuhrpark table td {
	background: #DDD;
	color: #444;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	border: 0px dotted #888;
}

.fuhrpark td.objekt {
	width: 90%;
	height: 20px;
}

.fuhrpark td.bilder {
	width: 170px;
	padding: 0 10px;
}

.fuhrpark .noimg {
}

.fuhrpark table h3 {
	margin: 0;
	padding: 5px 0 5px 0;
	color: #333;
	font-size: 14px;
}

.fuhrpark td.beschreibung {
	font-size: 11px;
	height: 2px;
	text-align: left;
	padding-right: 1px;
}



/* ----- */


.impressum {
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 14px 15px;

}

.jahrestag {
	position: absolute;
	width: 81px;
	height: 81px;
	top: 30px;
	left: 270px;
	z-index: 10;
	background: transparent url(../images/layout/30jahre.png) no-repeat center left;
	_background-image: url(../images/layout/30jahre-IE6.png); /*IE6*/
}


/* FOOTER
----------------------------------------------------------------------------- */

#footer { 
	position: absolute;
	width: 886px;
	margin: 0;
	left: 0;
	bottom: -45px;
	padding: 12px 0px;
	color: #B22222;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: #FFF;
}

#footer a[href^="mailto:"] {
	padding: 0 0 0 14px;
	background: url(../images/layout/icon-email.gif) no-repeat center left;
}



/* ACCESSIBILITY
----------------------------------------------------------------------------- */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

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

:focus { outline: 0; }
img { -ms-interpolation-mode: bicubic; }
