/* CSS Document */
/*für alle Bereiche werden die Innen- und Außernabstände auf 0 gesetzt*/
*  {
  margin: 0;
  padding: 0;
}


body  {

  font: 100.01% verdana, arial, sans-serif;
  text-align: center;/*Zentrierung für den IE 5.x */
  background: url(background.jpg);
  background-repeat:repeat-y;
  background-color:#000000
  

   
}

#container  {
  width: 62.5em;
  margin: 10px auto 20px auto; /*Zentrierung für die standardkonformen Browser */
  text-align: left;
  background-color: #ffffff;
  border:#CCCCCC 1px solid;
  overflow:hidden;

}

#menu-links  {
 
  width: 220px;
  float: left;
  background-image: url(menu-background.jpg);
  background-repeat: no-repeat;
  margin: 0;
 
}

#inhalt  {
  margin-left: 13.7em;
  background: #ffffff;
  padding: 0.7em;
  font-family: arial, verdana,  sans-serif;
  font-size: 0.9em;
  text-align: center;
 }
 
/*---------------------IE<7 Hack--------------------*/	
 * html #inhalt {  height: 1%;  }  
/*---------------------IE<7 Hack--------------------*/	 

/*==================================================================*/
/*-----------------------Kopfbereich--------------------------------*/
/*==================================================================*/  
#kopf {
  width: 1000px;
  height: 230px;
  background: #cccccc url(vw-tuning-logo.jpg);
}

#kopf a:link {
	color: #0000FF;
}
#kopf a:visited {
	color: #0000FF;
}
#kopf a:hover {
	color: #0000ff;
	background-color: #CCCCCC;
	font-size: 1.2em;
} 


/*==================================================================*/
/*-----------------------Footer--------------------------------*/
/*==================================================================*/

#footer  {
  background-color:#CCCCCC;
  background-image:url(footer.jpg);
  text-align: center;
  font-size: 0.9em;
  
  height: 2.75em;
  
}

#footer a:link  {
  color: #000000;
}

#footer img  {
  
  margin: 1.1em 0.6em 0 2em;
}

#footer a:hover  {
  background-color: #999999;
}


/*==================================================================*/
/*-------------------Bilder Überschriften Absatztexte-------------- */
/*==================================================================*/
img  {
  margin: 1em 0.5em;
  border: 0;
}
  
p  {
  padding: 0.1em;

}

p.content   {
 margin: 1.5em 16em 0.5em 2em;
 font-size: 0.9em
}

/*---------------------IE<7 Hack--------------------*/	
 * html p.content {  height: 1%;  }  
/*---------------------IE<7 Hack--------------------*/	 


p.unterseiten  {
  margin: 1.5em;
  font-size: 0.9em
  
}

/*---------------------IE<7 Hack--------------------*/
* html p.unterseiten { height: 1%; }
/*---------------------IE<7 Hack--------------------*/	

h1 {
  padding: 0.9em 2em 0.1em 8em;
  font-size: 1.8em;
  font-variant: small-caps;
  
}

h2  {
  padding: 0.4em 0 1em;
  font-size: 1.3em;
}
/*
h3 {
  margin: 0 3em 0 3em;
  font-size: 0.9em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0.3em;
  background-color: #CCCCCC;
  width: 12.5em;
 
 }
*/ 
h5  {
  font-size: 1.1em;
  padding: 0.2em;
  text-align: center;
  background-image: url(menu-link.jpg);
  border-bottom: 1px solid #666666
  
}

h6  {
  font-size: 1.1em;
  padding: 0.8em 0.2em;
  text-align: center; 
}
 
/*==================================================================*/
/*---------------------Menüleiste links-----------------------------*/
/*==================================================================*/
 
 ul {
	list-style: none;
	margin: 5em 0 0;
	border: 1px solid #666666
	
	}
	
  
#menu2 {
    font-family: verdana, arial, sans-serif;
    float: left;
    width: 14.5em;
	margin: 1.3em;
	font-size: 0.8em;
    font-weight: bold;
	}

/*---------------------IE<7 Hack--------------------*/	
* html #menu2  {
  width: 14.5em;
  margin: 0.7em;
} 
/*---------------------IE<7 Hack--------------------*/	

#menu2 li a {
    height: 2.1em;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
    height: 1.65em;
	text-decoration: none;
	
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #000;
	display: block;
	background: url(menu-link.jpg);
	padding: 5px 0 0 7px;
	
	}
	
#menu2 li a:hover {
	color: #333333;
	background: url(menu-link.jpg) 0 -32px;
	padding: 5px 0 0 7px;
	}
	
#menu2 li a:active {
	color: #666666;
	background: url(menu-link.jpg) 0 -61px;
	padding: 5px 0 0 7px;
	}

.hauptnavigation {

   color: #fff;
   text-decoration: none;
   font-weight: bold;
   background: url(menu-link.jpg) 0 -32px; 
   padding: 0.3em;
   border: solid 1px #ffffff;
}
	
.links  {  
   margin: 10em 0 0 ;
   font-size: 0.9em;
   text-align: center;
   border: outset 3px #666666 ;
   background-color:#CCCCCC
 }
 
.links a:link  {
  color: #000000;
}

.links a:hover  {
  background-color:#999999;
}

p.links  {
  text-align: left;
  margin: 0;
  border: 0;
  padding: 0.5em 1em;
  font-size: 0.9em;
  
}
 
.girls  {
  border: outset #999999 3px;
  margin: 30em 0 5em 0;
  padding: 5em 0;
  text-align: center;
  background-color:#CCCCCC;

}

.girls2  {
  border: outset #999999 3px;
  margin: 15em 0 5em 0;
  padding: 5em 0;
  text-align: center;
  background-color:#CCCCCC;

}




/*==================================================================*/	
/*------------------------Google Adsense linksskyscraper------------*/
/*==================================================================*/	
#adsense-links  {

   text-decoration: none;
   background-color: #cccccc;
   height: 600px;
   
   }

/*==================================================================*/	
/*----------------------------VW Tuning Facts-----------------------*/
/*==================================================================*/	   
#facts-rechts  {

  width: 16em;
  float: right;
  padding: 0.1em;
  margin:2em 0 0 1em;
  text-align: left;
  font-size: 0.8em;
  border: outset 2px #666666;
  background-color: #CCCCCC;
  text-align:justify;
}

.vw-facts  {
 
  font-size: 1.3em;
  letter-spacing: 0.1em;
  text-align:justify;
  font-weight: bold;

}  


/*==================================================================*/
/*------------------------------Shop Verlinkung---------------------*/
/*==================================================================*/

.shop-link  {
  
  font-size: 1em;
  text-align: center;
  margin: 0.5em  auto 0.5em 14em;
  font-weight: bold;
  border: outset 2px #666666;
  width: 15em;
}

.shop-link a {
	height: 2em;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 1.65em;
    }
	
.shop-link a:link, .shop-link a:visited {
	color: #0000ff;
	display: block;
	background: url(menu-link.jpg);
	padding: 5px 0 0 7px;
	
	}
	
.shop-link  a:hover {
	color: #333333;
	background: url(menu-link.jpg) 0 -27px;
	padding: 5px 0 0 7px;
	}
	
.shop-link  a:active {
	color: #666666;
	background: url(menu-link.jpg) 0 -61px;
	padding: 5px 0 0 7px;
	}


.shop-link2  {
  
  font-size: 1em;
  text-align: center;
  margin: 0.5em auto ;
  font-weight: bold;
  border: outset 2px #666666;
  width: 15em;  
} 
  
.shop-link2 a {
	height: 2em;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 1.65em;

	
	}
	
.shop-link2 a:link, .shop-link2 a:visited {
	color: #0000ff;
	display: block;
	background: url(menu-link.jpg);
	padding: 5px 0 0 7px;
	
	}
	
.shop-link2 a:hover {
	color: #333333;
	background: url(menu-link.jpg) 0 -27px;
	padding: 5px 0 0 7px;
	}
	
.shop-link2 a:active {
	color: #666666;
	background: url(menu-link.jpg) 0 -61px;
	padding: 5px 0 0 7px;
	}


  
/*=================================================================*/
/* ---------------------voting   adsense block---------------------*/
/*=================================================================*/

#voting-links  {
  width: 15em;
  height: 27em;
  margin: 1.5em 1em 1.5em 2.5em;
  float: left;
  text-align:left;
  background-image: url(tuning-girl_polo.jpg);
  background-repeat:no-repeat;
  background-position: bottom  right;
  border:outset #999999;

  
}

#voting-links2  {
  width: 15em;
  height: 27em;
  margin: 1.5em 1em 1.5em 2.5em;
  float: left;
  text-align:left;
  background-image: url(tuning-girl_corrado.jpg);
  background-repeat:no-repeat;
  background-position: bottom  right;
  border:outset #999999;
}

#voting-links3  {
  width: 15em;
  height: 27em;
  margin: 1.5em 1em 1.5em 2.5em;
  float: left;
  text-align:left;
  background-image: url(tuning-girl-golf-1-gti.jpg);
  background-repeat:no-repeat;
  background-position: bottom  right;
  border:outset #999999;  
}

#voting-links4  {
  width: 15em;
  height: 27em;
  margin: 1.5em 1em 1.5em 2.5em;
  float: left;
  text-align:left;
  background-image: url(golf1-gruen-girl.jpg);
  background-repeat:no-repeat;
  background-position: bottom  right;
  border:outset #999999;  
}

#adsense-rechts  {
  width: 14em;
  height: 27em;
  margin: 1.5em 2em 1.5em 1em;
  float: right;
  border:outset #999999;
  background-image:url(adsense-background.jpg)
  


  }
  
#adsense-rechts2  {
  width: 14em;
  height: 27em;
  margin: 1.5em 2em 1.5em 1em;
  float: right;
  border:outset #999999;
  background-image:url(adsense-background-corrado.jpg)
  
}

#adsense-rechts3  {
  width: 14em;
  height: 27em;
  margin: 1.5em 2em 1.5em 1em;
  float: right;
  border:outset #999999;
  background-image:url(adsense-background-golf-1.jpg)
  
}

#adsense-rechts4  {
  width: 14em;
  height: 27em;
  margin: 1.5em 2em 1.5em 1em;
  float: right;
  border:outset #999999;
  background-image:url(adsense-background-golf1.jpg)
  
}

/*---------------------IE<7 Hack--------------------*/	
* html  #voting-links2 {
  margin: 1.5em 0 1.5em 0.5em;
} 

* html  #voting-links {
  margin: 1.5em 0 1.5em 0.5em;
  }
/*---------------------IE<7 Hack--------------------*/	
  
.ende-clear  {
  clear: right;
  margin: 0 3em 0 14em;
  text-align:center;
  font-family: arial, verdana,  sans-serif;
  font-size: 0.8em;
  padding: 1em 0 0 2em;
  
  
}
/*==================================================================*/
/*--------------------------------Werbebanner-----------------------*/
/*==================================================================*/

.banner-content img {
  border: outset #666666;
  
 }
 


/*==================================================================*/
/*--------------------------------Umfrage---------------------------*/
/*==================================================================*/

#pollrahmen {
    margin-top: 2em;
	padding: 1em;

	
}

	
	
.pollfrage {
	font-size: 12px;
}
.pollsubmit1 {
	background-image: url(menu-link.jpg);
	border: 1px solid #000000;
	font-weight:bold;
	margin: 1em 0 0 1em;
	padding: 0 1em ;
	
	
	
}


.pollink {
    
	text-decoration: underline;
	color: #999999;
	
}





/*==================================================================*/
/*--------------------Bilder mit Beschreibung-----------------------*/
/*==================================================================*/  

dl.bildbox {
   float: left; /* ohne width => so breit wie das Bild */
   text-align: center;
   background-color: #E4E4E4;
   padding: 0.5em;
   width: 20.5em;
   border: outset #999999 2px;
   display:inline;
   margin: 0 0.5em 1em 2.5em; /* Abstand zum Text */}
   

dl.bildbox dd {
   font-size: 0.75em;
   margin: 0 ;
   font-family: Verdana, Arial, sans-serif;
 }
 
 #bilder-hintergrund  {
  height: 265em;
  text-align: center;
  margin: 1em auto;
  width: 52em;

}

 #bilder2-hintergrund  {
  height: 150em;
  text-align: center;
  margin: 1em auto;
  width: 52em;


}

#bilder-hintergrund-corrado-tuning  {
  height: 137em;
  text-align: center;
  margin: 1em auto;
  width: 52em;


}

#bilder-hintergrund3  {
  height: 200em;
  text-align: center;
  margin: 1em auto;
  width: 52em;

}

dl.bildbox img  {
  border: 1px solid #666666;
  }

/*==================================================================*/
/*--------------------Bilder VW Startseite--------------------------*/
/*==================================================================*/

.bilder-img  {
 margin: 2em 0 1em 0;

 }

.bilder-img  img  {  
   margin: 1em 3em;
   border: 1px solid #666666
   }

.tuning-girl  {
  background-image:url(polo-tuning-girl.jpg);
  background-repeat:no-repeat;
  background-position: center;
  text-align: center;
  height: 18em;
  
  
    }
	
.tuning-girl2  {
  background-image: url(corrado-tuning-girl.jpg);
  background-repeat:no-repeat;
  background-position: center;
  text-align: center;
  height: 18em;
  
  
    }
	
.tuning-girl3  {
  background-image: url(golf-1-tuning-girl.jpg);
  background-repeat:no-repeat;
  background-position: center ;
  text-align: center;
  height: 18em;
  
  
    }
		
/*==================================================================*/
/*----------------------VW Linkseite--------------------------------*/
/*==================================================================*/

#vw-links  {
  width: 56em;
  font-size: 0.85em;
  margin:1em 0.1em;
  text-align:center
}

#vw-links img  {
  border: #666666 2px outset;
  padding:1em;
  background-color:#E4E4E4;
  margin: 3em 0 0.2em
}

/*==================================================================*/
/*----------------------Kontaktformular-----------------------------*/
/*==================================================================*/

table  {
  margin: 1em auto;
  
}