body {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
    font-family: Tahoma,Helvetica;
    color: #353535;
}

td, input, textarea, .button {
    font-size: 90%;
    font-family: Tahoma,Helvetica;
    color: #353535;
}

a {
    color: black;
}

h1 {
    font-size: 140%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: underline;
    font-weight: bold;
}

h3 {
    font-size: 100%;
    text-decoration: underline;
}

.main_menu {
    background-color: #ddcca1;
    font-size: 70%;
    color: #353535;
    text-align: center;
}

.main_menu a {
    margin: 0px auto;
    display: block;
    background-color: #ddcca1;
    color:#353535;
    text-decoration:none;
    font-family:verdana, sans-serif;
    width:110px;
}

.main_menu a:hover {
    background-color:#ddba61;
    color: white;
    text-decoration:none;
    font-family:verdana, sans-serif;
    width:110px;
}

#top_left {
    background-color: #ddd6c2;
    color: #353535;
    text-align: center;
    width: 169px;
}

#top_center {
    background-color: #ddc68d;
}

#top_right {
    background-color: #ddc17a;
    width: 310px;
}

#table_main {
    background-color: #ddd6c2;
}

#cell_bottom {
    height: 20px;
    text-align: center;
    background-color: #ddcca1;
}

#table_bottom td {
    text-align: center;
    font-size: 80%;
}

.content_left {
    width: 5px;
}

.content_center {
    font-size: 90%;
}

.content_right {
    width: 310px;
    height: 100px;
    text-align: center;
    background-color: #ddcca1;
}

#content_main {
    padding: 4px;
}

label {
    float: left;
    width: 100px;
}

a.infobox {
    border-bottom: 0px dashed #c30;
    text-decoration:none;
}

a.infobox span {
    visibility:hidden;
    position:absolute; right:200px;
    margin-top:35px;
    padding:1em;
    text-decoration:none;
}

a.infobox:hover span {
    visibility:visible;
    border:1px solid #c30;
    color:black; 
    background:white;
    text-align:left;
    width:150px;
}

.nichtaktiv {
 background-color: #eae5d7;
 border: 2px solid #DDD6C2;
}

.aktiv {
background-color: #DDCCA1;
 border: 2px solid #DDC17A;
}

.nichtaktiv, .aktiv {
 width: 170px;
}

.button {
 background-color: #DDC17A;
 border: 1px solid #353535;
}

#tr_products_header {
 height: 10px; 
 background-color: #ddc17a;
 border-right-color:#006699;
}

#tr_products_content{ 
 background-color: #DDCCA1;
 border-top-color:#353535;
 text-align:left;
}

#table_products td.cell {
 vertical-align: top;
}

#table_products td.cell ul {
 padding: 0;
 padding-left: 10px;
 margin: 0;
 list-style-type: none;
 font-size: 90%;
}

#table_products td.cell ul li {
 padding-top: 15px;
}

#table_products td.cell ul li ul li {
	padding: 0;
}

#right_column {
padding-top: 60px;
vertical-align:top;
}

.antik{
 padding-left: 10px;
 margin: 0;
 list-style-type: none;
 font-size: 90%;
 font-weight: normal;
}

.antik ul li{
 padding: 0px;
 padding-left: 0px;
 list-style-type: none;
 font-weight: lighter;
}

.antik li{
 padding: 5px;
}

.unterliste li {
	font-weight: normal;
}