@charset "utf-8";
/* CSS Document */

body{
	
	height:100%;
  	margin:0;
  	padding:0;

	background-color: #303030;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:16px;
	font-size:11px;	
	color:#393939;
	background-image: url(img/background03.png);
	text-align:center;
	vertical-align: middle;
	letter-spacing: 1px;
	}
a{
	color:#393939;
	text-decoration:none;
	border:none;
	}

	
.container{
	padding:0;        /* es sind auch andere Angaben möglich, die dann 
  allerdings bei der Breite und Höhe mit berücksichtigt werden müssen. */ 
 
  /* Angaben zu Breite und Höhe, diese können auch in em angegeben werden. */
  width:800px;      /* Breite insgesamt 450px (448px + 2 x 1px Border) */
  min-height:400px; /* Mindesthöhe insgesamt 300px (298px + 2 x 1px Border),
  bei genau dieser Höhe funktioniert die vertikale Zentrierung */
  
  /* jetzt wird die linke obere Ecke vertikal und horizontal zentriert */
  position:absolute;
  top:50%;                  
  left:50%;
  
  /* durch negative margins wird es jetzt um die Hälfte von Höhe und 
  Breite nach oben und links verschoben */
  margin:-200px 0 0 -400px; /* jeweils die Hälfte der Gesamthöhe und -breite */
  background-color:#FFF;
}

/* min-height für den IE */
* html #center {
  height:298px;             /* das selbe Maß wie oben bei min-height */
}


		}
	
	
.main{
	height: 425px;
	width: 800px;
	background-color: #ffffff;		
	}

.oben{
	height: 185px;
	text-align:right;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	
	}
.trenn{
	height:1px;
	background-image:url(img/trenn.gif);
	}

.unten{
	height:213px;
	background-color:#999;
	}
	
.roadster{
	float:left;
	width: 400px;
	border:#666;
	font-size: 13px;
	
		}
.roadsterhead{
	height: 43px;
	text-align:left;
	padding: 15px 5px 0px 20px;
	background-color:#ffffff;
	}

.roadsterpic{
	height: 155px;
	background-image:url(img/c2g-roadster.jpg);
	border:none;
	}

.schindelhauerbikes{
	width: 399px;
	float:right;
	border:#666;
		
	
	}
.sbhead{
	height: 43px;
	padding: 15px 5px 0px 20px;
	text-align:left;
	background-color:#ffffff;
	
	}
.sbpic{
	height: 155px;
	background-image:url(img/schindelhauer-bikes.jpg);
			}

