/* ######################################################################################################
** ### Vorbereitende Maßnahmen | Reset ##################################################################
** ######################################################################################################
*/
	/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/
	
	* { margin:0; padding:0; font-size: 100%; } 
	
	/*
	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
	*/
	
	html { height: 100% } 
	

	
	/* Standardrahmen zurücksetzen */
	fieldset, img { border:0; }
	
	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
	select, input, textarea { font-size: 99% }
	
	/* ### beende Umfluß in Abschnitt ### */
.clearHere { clear: both; }



/* ######################################################################################################
** ### Content-Formatierung  #############################################################################
** ######################################################################################################
*/

body {
	font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	font-style: normal;
	color: #323827;
}
a {
	text-decoration:underline;
	color: #000000;
}
#rand_unten  {
	
	background-color:#FFFFFF;
}
#footer  {
	font-size: 11px;
	color: #a9b396;
	background-color:#FFFFFF;
}
#footer a {
	font-size: 11px;
	text-decoration:underline;
	color: #a9b396;

}

#homepagebox1, #homepagebox2, #homepagebox3 {
	font-size: 12px;
}
#homepagebox1 {
	background-color:#E9EEDA;
}
#homepagebox2 {
	background-color:#CBD4C3;
}
#homepagebox3 {
	background-color:#BFC7B8;
}
#homepagebox1 p, #homepagebox2 p, #homepagebox3  p{
	padding-left: 7px;
}



#haupttext {
	background-color: #E9EEDB;
		font-size: 12px;
}
h1.karosseriebau {
	color: #E9EEDB;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #B80C24;
	height: 17px;
	width: 650px;
	padding-left: 15px;
	font-weight:bold;
}
h1.instandsetzungen {
	color: #E9EEDB;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #2E6430;
	height: 17px;
	width: 650px;
	padding-left: 15px;
	font-weight:bold;
}
h1.unternehmen {
	color: #E9EEDB;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #31467D;
	height: 17px;
	width: 650px;
	padding-left: 15px;
	font-weight:bold;
}

#text p
{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
}


.geradezeile {
	background-color:#EEF3DF;
	width: 650px;
	height: 120px;
	padding-left: 15px;
	display:block;
}
.ungeradezeile {
	background-color:#E9EEDB;
	width: 650px;
	height: 120px;
	padding-left: 15px;
	display:block;

}
.geradezeile2 {
	background-color:#EEF3DF;
	width: 660px;
	height: 120px;
	padding-left: 0px;
	display:block;
}
.ungeradezeile2 {
	background-color:#E9EEDB;
	width: 660px;
	height: 120px;
	padding-left: 0px;
	display:block;
}
.ungeradezeile2 img {
padding-right: 10px;
}
.geradezeile2 img {
padding-right: 10px;
}
.referenz {
	float:left;
	font-size:10px;
}
.referenz img {
	padding-right:10px;
}


/* ######################################################################################################
** ### Formulare  #############################################################################
** ######################################################################################################
*/

form { overflow:hidden; }

/* ### Labels (Beschriftungen für Formularfelder)  ### */
label {
    font-size: 1em;
    line-height: 130%;
    background: transparent;
    color: #333;
    width: 20em;
    padding-right: 4px;
    margin-bottom: 5px;
    float: left;
}

/* ### Texteingabefelder ### */
input[type=text], textarea, input[type=password] , select {
    background-color: #fff;
    color: #333;
    border: 1px #C5C5C5 solid; /* ### Farbe für den Rand ### */
    float: left;
    margin-bottom: 5px;
}

/* ### Standardgröße für Texteingabefelder Inhaltsspalte ### */
input[type=text], textarea, input[type=password] {
	width: 12em;
}

/* ### Hovereffekt für Inputfelder (ab FF 1 und IE 7) ### */
input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=password]:hover, input[type=password]:active, input[type=password]:focus,
select:hover,  select:active,  select:focus,
textarea:hover,  textarea:active,  textarea:focus {
    background-color: #F6F6F6;
    color: #000;
    border: 1px solid #9A9999; /* Farbe für den Rand bei Hover */
}

/* ### Rahmen um Eingabefelder ### */
fieldset { border: 1px solid #C5C5C5; padding: 4px; margin-bottom: 1em; margin-top: 5px;}
/* ### Beschriftung der fieldsets ### */
legend {
	font-size: 85%;
	background-color: #fff;
	color: #333;
	border: 1px solid #C5C5C5;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ### Bugfix bei versteckten Feldern, sonst wird der Rahmen angezeigt ### */
input[type=hidden] { display: none; }

/* ### Rahmen bei Radio-Buttons und Checkboxen ausblenden ### */
input[type=radio] , input[type=checkbox] {
	background: #fff;
    color: #333;
    border: 0 none;
    width: 1em;
    height: 1em;
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}

/* ######################################################################################################
** ### Navigation links  #############################################################################
** ######################################################################################################
*/

#navilinks{
  clear:both;
  color:#757D67;
  margin-left:4px;
  float:left;
  list-style-type:none;	
    font-size: 11px;
}

#navilinks li{
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 4px;
  }

#navilinks li a{
  color:#757D67;
   font-weight:bold;
  text-decoration:none;	
  background:url(../images/navi/navi_gruen.gif)  #EDF3DE top left no-repeat;
    width: 191px;
  height: 20px;
  display:block;
  padding-left: 20px;
  padding-top: 5px;

}
#navi_karosseriebau li a{
  background:url(../images/navi/navi_rot.gif)  #EDF3DE top left no-repeat;
}
#navi_ebene2 li a{
  background:url(../images/navi/navi_ebene2.gif)  #EDF3DE top left no-repeat;
    height: 17px;
  display:block;
  padding-left: 20px;
  padding-top: 3px;
}
#navi_instandsetzungen li a{
  background:url(../images/navi/navi_dunkelgruen.gif)  #EDF3DE top left no-repeat;
}
#navi_unternehmen li a{
  background:url(../images/navi/navi_blau.gif)  #EDF3DE top left no-repeat;
}
#navilinks li a:hover{
  color:#B80C24;
   font-weight:bold;
  text-decoration:none;	
  }

#sitemap li, #sitemap li a {
  width: 211px;
  height: 23px;
  display:block;
  padding-left: 0px;
  padding-top: 0px;

}



#navilinks p {
    font-size:12px;
	margin-left: 15px;
	line-height: 1.3em;
  }
li {
   	margin-left: 25px;
	margin-top: 10px;
  }
  
  #haupttext {
position:absolute; left:289px; top:137px; width:667px; z-index:3; visibility:visible; border: 0px none #000000; }