body{
    background: #CC0000;
}
body, table, td, li, p{
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
}
#container{
    background: url(../bilder/layout_vs_repeater.gif) repeat-y;
}
#container #header{
    background: url(../bilder/layout_vs_header.gif) no-repeat;
    height: 112px;
}
#container #content .column{
    position: relative;
    display: inline;
    float: left;
}
#container #content .small{
    width: 160px;
    margin: 65px 15px;
}
#container #content .wide{
    width: 280px;
}
#container #content .small h1{
    font-size: 11px;
    margin: 0;
}
#container #content .small p{
    margin: 0 0 20px 0;
}
#container #content .wide p{
    margin: 0 15px 15px 15px;
    font-size: 12px;
}
#container #content .wide a{
    font-weight: bold;
}
#container #content .wide ul, #container #content .wide ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#container #content .wide ul{
    margin-top: 15px;
}
#container #content .wide ul li{
    padding: 0 0 0 25px;
    margin: 0 15px 10px 15px;
}
#container #content .plastik h1, #container #content .plastik a{
    color: #FF6600;
}
#container #content .plastik ul li{
    background: url(../bilder/bullet_plastik.png) no-repeat;
    height: 1%;
}
#container #content .metall h1, #container #content .metall a{
    color: #1669E5;
}
#container #content .metall ul li{
    background: url(../bilder/bullet_metall.png) no-repeat;
    height: 1%;
}
#container #footer{
    background: url(../bilder/layout_vs_footer.gif) no-repeat;
    text-align: center;
    height: 100px;
}
#container #footer p{
    padding: 40px 0 0 0;
    color: #666666;
    margin: 0;
}
#container #footer p a{
    color: #666666;
}
#container #footer img{
    margin: 0;
    padding: 0;
}
.pricenew{
    font-weight: bold;
    color: #FF0000;
}
.priceold{
    text-decoration: line-through;
}
a:hover{
    text-decoration: none;
}

.vsSpace {
	height: 20px;
}

.topProduktHead {
	font-weight: bold;
}
