/* -----------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg 
   http://www.gebharduhl.de

   Copyright (c) 2008 GEBHARD|UHL 
   -----------------------------------------------------------------------------------------
   ---------------------------------------------------------------------------------------*/

/*----------------General Rules-------------*/
* {
	margin: 0;
	padding: 0;
}
html, body { 
	height:100%; 
	margin:0; 
	padding:0; 
	}
body {
	/*background: #f4f3f0 url(../images/bg.gif) left top repeat-x;*/
	background: #d0d0d0 url(../images/bg.gif) left top repeat-x;
	color:#000000;
	font-family: "Lucida Sans", "Lucida Grande", "Arial", lucida, arial, helvetica, sans-serif;
	font-size:12px;
	min-height:100%;
}
a {
	color:#58585b;
	text-decoration: underline;
}
a:hover {
	color:#cf6b17;
	text-decoration: none;
}
.alt {
	display: none;
}
img {
	border: 0;
}
/*----------------General Rules-------------*/
/*----------------General Layout-------------*/
#wrapper {
	width:1000px;
	background: transparent url(../images/wrapperBG.gif) top left repeat-y;
	min-height:100%;
}
*>#wrapper {
	width:991px;
	background: transparent url(../images/wrapperBG.gif) top left repeat-y;
	min-height:100%;
}
/*----------------Header-------------*/
#header {
	background: #fff url(../images/header.gif) top left no-repeat;
	width:991px;
	height:75px;
	padding-bottom:8px;
	border-bottom: #e6e6e7 2px solid;
}
#header h1 {
	padding:0;
	margin:0;
}
#header h1 a {
	padding:0;
	margin:0;
	display:block;
	width:130px;
	height:75px;
	position:absolute;
	top:0px;
	left:865px;
}
/*----------------Header-------------*/
#mood {
	margin-top:0px;
	width:992px;
	height:295px;
}
/*----------------mainNav-------------------*/
#mainNav {
	margin: 0px;
	position:absolute;
	top:339px;
	left:388px;
	display:block;
	height:25px;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav ul li {
	list-style-type: none;
	display:inline;
}
#mainNav .mainNav li a {
	display:block;
	float:left;
	text-indent:-9999px;
	width: 120px;
	height: 40px;
	margin-right:1px
}
#mainNav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #mainNav ul {
	height: 1%;
}
/* End hide from IE-mac */
/*deutsch*/
#mainNav ul li a.home {
	width:119px;
	background: transparent url(../images/mainNav-home.gif) no-repeat left top;
}
#mainNav ul li a.home:hover, #mainNav ul li a.homeActive {
	width:119px;
	background: transparent url(../images/mainNav-home.gif) no-repeat 0 -40px;
}
#mainNav ul li a.unternehmen {
	background: transparent url(../images/mainNav-unternehmen.gif) no-repeat left top;
}
#mainNav ul li a.unternehmen:hover, #mainNav ul li a.unternehmenActive {
	background: transparent url(../images/mainNav-unternehmen.gif) no-repeat 0 -40px;
}
#mainNav ul li a.leistungen {
	background: transparent url(../images/mainNav-leistungen.gif) no-repeat left top;
}
#mainNav ul li a.leistungen:hover, #mainNav ul li a.leistungenActive {
	background: transparent url(../images/mainNav-leistungen.gif) no-repeat 0 -40px;
}
#mainNav ul li a.kontakt {
	background: transparent url(../images/mainNav-kontakt.gif) no-repeat left top;
}
#mainNav ul li a.kontakt:hover, #mainNav ul li a.kontaktActive {
	background: transparent url(../images/mainNav-kontakt.gif) no-repeat 0 -40px;
}
#mainNav ul li a.anfahrt {
	background: transparent url(../images/mainNav-anfahrt.gif) no-repeat left top;
}
#mainNav ul li a.anfahrt:hover, #mainNav ul li a.anfahrtActive {
	background: transparent url(../images/mainNav-anfahrt.gif) no-repeat 0 -40px;
}
/*----------------mainNav-------------------*/
/*----------------content Layout-------------------*/
#contentContainer {
	clear:both;
	display: table;
	margin-left:25px;
}
#contentWrapper {
	display: table-row;
}
#contentLeft, #middle, #contentRight {
	display: table-cell;
	vertical-align: top;
}
* html #contentWrapper {
	height: 0.1em;
}
*+html #contentWrapper {
	min-height: 0.1em;
}
*+html #contentWrapper {
	overflow: hidden;
}
* html #contentLeft, * html #contentRight {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}
*+html #contentLeft, *+html #contentRight {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}
#contentLeft {
	width:362px;
	
}
#contentLeft img{
	border-bottom: 1px solid #fff;
	margin:0;
	padding:-2px 0 0 0;
	clear:both;
}
#contentRight {
	padding:50px 55px 0px 125px;
	width:410px;
}

/*----------------content Layout-------------------*/
/*----------------footer-------------------*/
#footer {
	margin-left:500px;
	text-align:left;
	margin-right:10px;
	height:25px;
	line-height:25px;
	clear:both;
	border-top:1px dotted #ccc;
	padding-bottom:25px;
	padding-left:12px;
}
#footer p {
	color:#ccc;
	font-size:11px;
}
/*----------------footer-------------------*/
/*----------------rte Classes-------------------*/
#contentRight h2 {
	margin-bottom:12px;
	color:#58585a;
	font-weight:normal;
	font-style:italic;
	font-size:22px;
}
#contentRight h3 {
	color:#000000;
	font-weight:normal;
	font-style:italic;
	font-size:15px;
	margin-bottom:8px;
}
#contentRight p {
	line-height:25px;
	margin-top:5px;
	clear:both;
	margin-bottom:8px;
}
#contentRight ul {
	padding:4px 20px 3px 0px;
	line-height:20px;
}
#contentRight ul li {
	background: transparent url(../images/bullet.gif) 0px 7px no-repeat;
	padding-left:11px;
	list-style: none;
}
/*----------------rte Classes-------------------*/
/*----------------Kontaktformular-------------------*/
label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:10px;
	padding-left:10px;
}
.form-css input, .form-css textarea, .form-css select {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-size: 12px;
	margin-bottom:10px;
	padding:1px;
}
 
/*clearing all floats and fix firefox and ie backgroundcolor-bug */
div.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
} 
form {
	background:#ffffff;
	width:400px;
	border: 1px dotted #333;
}
.form-css {
	padding-top:16px;
}
#contentRight form p{
	line-height:16px;
	margin:0;
}
.form-button {
	margin-left:110px !important;
	margin-left:55px; /*to fix ie6 position*/
	width:100px;
	clear:both;
}
.option {
	border:none;
	background:none;
	width:auto;
}
fieldset {
	border:none;
	padding-left:100px;
	padding-bottom:10px;
	display:block;
	clear:both;
}
fieldset input {
	width:auto;
	border:none;
	background:none;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}
fieldset label {
	width:auto;
	clear:none;
	float:left;
	display:block;
	padding-right:2px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}
/*----------------Kontaktformular-------------------*/
