﻿body 
{ 
    font-family: "Verdana", sans-serif;
    background-color: #eeeeee; 
}

.main { width: 820px; }

.side { float: left; width: 160px; }

.content { float: right; width: 660px; }

.bottom { clear: both; }

.border
{
    border-style: solid;
    border-color: #808080;
    border-width: 1px;
    padding:0px 25px;
    margin-bottom: 25px;
}

.artikel { font-size: smaller; }

span.categorie { font-size: smaller; font-weight: bolder; }

select 
{ 
    background-color: #eeeeee; 
}
