<style type="text/css">

html { 
        margin: 0;
        padding: 0;
}

body {
        margin: 0px;
        padding: 0px;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        font-size: 11px;
        background-color:#cbdca6;
        color: #000;
        text-align: center;
}

body.body1 {
        margin: 0px;
        padding: 0px;
        background-color:#cbdca6;
        background-repeat: repeat-x;
        background-position: top;
        text-align: center;
        font-family: Tahoma, Verdana, Arial, sans-serif;
}

a.green:link, a.green:active, a.green:visited  {
        color: #65A22E;
        text-decoration: none;
}
a.green:hover {
        color: #65A22E;
        text-decoration: underline;
}

a.black:link, a.black:active, a.black:visited  {
        color: #3f3f3f;
        text-decoration: none;
}
a.black:hover {
        color: #3f3f3f;
        text-decoration: underline;
}

a.white:link, a.white:active, a.white:visited  {
        color: #f3fff3;
        text-decoration: none;
}
a.white:hover {
        color: #ffffff;
        text-decoration: underline;
}

a.list:link, a.list:active, a.list:visited  {
        color: #3f3f3f;
        text-decoration: none;
}
a.list:hover {
        color: #3f3f3f;
        text-decoration: underline;
}


a.list-title:link, a.list-title:active, a.list-title:visited  {
        color: #abc86b;
        text-decoration: none;
}
a.list-title:hover {
        color: #ffffff;
        text-decoration: underline;
}


img {
     border: 0px;
}

#menu_up {
    background-color: #628c12;
    height: 29px;
    text-align: right;
}
.menu_up_out {
    background-color: #628c12;
}
.menu_up_over {
    background-color: #8ba84b;
    color: #fff;
}

a.menu_up:link, a.menu_up:active, a.menu_up:visited  {
        color: #abc86b;
        text-decoration: none;
        font-weight: bold;
        padding: 15px;
}
a.menu_up:hover {
        color: #ffffff;
        text-decoration: none;
}

#menu_left {
    width: 151px;
    background-color: #abc86b;
    vertical-align: top;
}

#textcontent {
    width: 485px;
    background-color: #fff;
    vertical-align: top;
}

.textpadding {
    padding-left: 10px;
    padding-right: 10px;
}

#right_box {
    width: 264px;
    background-color: #ffffff;
    vertical-align: top;
}

#mainbody {
    width: 900px;
}

#foot1 {
    background-color: #628c12;
    height: 18px;
    width: 900px;
    color: #acd8b7;
    text-align: right;
}

.foot {
    background-color: #628c12;
    vertical-align: middle;
    color: #ffffff;
}

.product_foot_name {
    font-family: Verdana, Arial Black, Arial, Bookman Old Style;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.alert {
    color: #ff0000;
    font-weight: bold;
}

#logintable {
    width: 300px;
    background-color: #abc86b;
}

.title_form {
    font-weight: bold;
}

table.list {
    border: 0px solid #628c12;
}
th {
    background-color: #628c12;    
}
tr.list {
    background-color: #abc86b;
}
tr.list_on {
    background-color: #cbdca6;
    cursor: pointer;
}

tr.kontaktform {
    background-color: #fff;
}
tr.kontaktform_on {
    background-color: #cbdca6;
    cursor: pointer;
}


</style>

