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

.Spalte_links{
position:relative;
width: 200px;
float:left;
display:inline;
left:10px;
}

.Spalte_mitte{
position:relative;
width: 251px;
float:left;
display:inline;
left:20px;
}

.Spalte_rechts{
position:relative;
width: 251px;
float:left;
display:inline;
left:30px;
}

.headline_schmal{
width:200px;
height:20px;
}

.bild_schmal{
position:relative;
width:200px;
height:178px;
top:1px;}

.fuss_schmal{
width:200px;
height:22px;
margin-bottom:10px;
background-color:#4f4f4f;
}

.headline_breit{
width:251px;
height:20px;
}

.bild_breit_raeder{
position:relative;
width:251px;
height:283px;
text-align:center;
top:1px;
background-image:url(../pics/siteElements/hg_felgenuebersicht.jpg);
background-repeat:no-repeat;
}

.bild_breit_katalog{
position:relative;
width:251px;
height:283px;
text-align:center;
top:1px;
background-image:url(../pics/siteElements/hg_pdfs.jpg);
background-repeat:no-repeat;
}

.bild_breit{
position:relative;
width:251px;
border-bottom:1px solid white;
top:1px;
}

.fuss_breit{
width:251px;
height:22px;
margin-bottom:10px;
background-color:#4f4f4f;
}

.zelle_dunkel{
color:#FFFFFF;
background-color:#4f4f4f;
border: 1px solid black;
}

.zelle_hell{
color:#000000;
background-color:#e2e2e2;
border: 1px solid black;
}

.zelle_weiss{
color:#000000;
background-color:#ffffff;
border: 1px solid black;
}
