/* ===================================
Stylesheet der "www.golf-medien.de"  
 
Stand: Bearbeitung 
Datei: bildschirm.css 
Datum: 09. September 2008
Autor: UMBE DMN 

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */

* { padding:0; margin:0;}



/* ==================================
   2. Allgemeine Styles 
   =============================== */

body{
   
    
    background-color:#fff;
	color:black;
    font-family: Helvetica, sans-serif;
    font-size: small;
    height:101%;
    }
    
html{ height:101%;}



/* ================
    Hyperlinks    */
a{
text-decoration:none;
}



/* ================
    Klassen und IDs    */
   
.skiplink {
  position: absolute; 
  top: -5000px; 
  left: -5000px; 
  width: 0;
  height: 0; 
  overflow: hidden; 
  display: inline;
}
   
 
  
/* ==================================
3. Styles für Layoutbereiche 
=============================== */
   
   


#wrapper {
    
   
	background-color:#fff;
	width:900px;
    margin: 20px auto;
    padding-bottom:20px;
	padding-top:0px;
    border:0px solid #000;

}



#header {
    
    position:relative;
	background-image:url("../rheinhessen automobile img/header.jpg");
    background-repeat: no-repeat;
    background-color:white;
    height: 140px;
    padding-bottom:0px;
	
   
}







        
  
#maincontent {
     background-image:url("../rheinhessen automobile img/verlauf01a.jpg");
	 background-repeat: repeat-y;
     float:right;
     width: 900px;
     margin-top:0px;
     padding-top:0px;
	 margin-right:0px;
	
    
}


* html #maincontent {width:900px; padding-bottom:25px;}


#centercontent {
	 
	 
	 position:relative;
	 color:black;
	 float:left;
	 width:714px;
	 padding-left:0px;
	 padding-right:0px;
	 margin-left:0px;
	 margin-top:0px;
	 margin-bottom:25px;
	 background-color:#fff;
	 min-height:600px;
	 
	 
	
	
}


* html #centercontent {width:714px;margin-top:0px;height:600px;}


	
#maincontent h1 {
	 width:687px;
	 font-family:Helvetica, sans-serif;
	 background-color:#ed1c24;
	 color: white;
	 font-size:15px;
	 line-height:15px;
	 margin-left:17px;
	 padding-left:180px;
	 padding-bottom:5px;
	 padding-top:5px;
	 margin-top:0px;
}

#centercontent h2 {

	 color:black;
	 font-size:14px;
	 line-height:22px;
	 font-weight:bold;
	 margin-bottom:10px;
	 

}

#centercontent h3 {

	 color:#ee1c24;
	 font-size:14px;
	 line-height:22px;
	 font-weight:bold;
	 margin-bottom:10px;
	 

}

#frmob{
padding-left:10px;
width:728px; 
min-height:900px;
}

* html #frmob{

width:722px; 
height:900px;
}

#aus-start ul {


line-height:21px;
padding-right:0px;
padding-left:0px;
font-family:Helvetica, sans-serif;
text-align:left;


margin-bottom:20px; }
	
#aus-start ul li {
list-style-type:none;
}

#aus-start ul li a {
color:#000;
font-weight:bold;
}

#aus-start ul li a:hover {
color:#ed1c24;
font-weight:bold;
}




#centercontent #bild {width:202px; height:161px;float:right;}


#centercontent #bild ul {margin-top:0px; margin-bottom:35px; }
#centercontent #bild img{border:2px solid #ee1c24;margin-bottom:10px;}
* html #centercontent #bild img{border:2px solid #ee1c24;margin-bottom:13px;}
#clear{clear:both;}
#ending{background-color:#fababd;height:10px;margin-bottom:15px;margin-left:25px;}

#hauptheadline {

	 border-bottom: 1px solid #a5ce56;
	 display:inline;
	 position:absolute;
	 padding:0px 0px 0px 0px;
	 left:47px;
	 top:5px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;

}


#text02 {
    
     float:right;
   	 width:121px;
	 
	
}
	
	
* html #text02{width:121px;}


#footer {
    
	 width:867px;
	 margin-left:17px;
	 background-color:#ee1c24;
	 padding: 0px 0px 2px 0px;
     border-top: 1px solid #000;
     clear:both;
	 text-align:center;
	
}


#footer li{
	
	
	 display: inline;

}	


#footer a {

	 padding-right:1px;
	 padding-left:1px;
	 color:#fff;
	 font-size:.8em;
	 
}


#footer a:hover {

	 
	 color:#000;
	 font-size:.8em;
	 border:none;


}




   
   /* ==================================
   4. Sonstige Styles 
   =============================== */
   
   /*=====================*/
   /* Das Kontaktformular */
   /*=====================*/
   
   
   /* ======================
   Das Kontaktformular */
   /* ==================================
     
   /* ======================
   Die Galerie*/
   /* ==================================*/
     
     
   /*ENDE DES STYLESHEETS 
   =============================== */

