body {
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}

a, img {
    border: 0px;
}

div#head {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

ul#topmenu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    height: 84px;
}

ul#topmenu li {
    padding: 0px;
    margin: 0px;
    float: left;
}

div#menuwrapper {
    width: 780px;
    height: 309px;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #e3e3e3;
}

div#menu {
    padding-left: 4px;
    border-top: 1px solid #ffffff;
    height: 264px;
    width: 266px;
    overflow: hidden;
}

div#menu b {
    color: #635033;
}

div.level_1_entry {
    background-image: url('/images/arrow_right.gif');
    background-repeat: no-repeat;
    background-position: 4px 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
}

div.level_1_entry_active {
    background-image: url('/images/arrow_down.gif');
    background-repeat: no-repeat;
    background-position: 4px 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
}

div.level_2_entry {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
}

div.level_2 {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
}

div#menu a:link, 
div#menu a:visited {
    color: #363636;
    text-decoration: none;
}

div#menu a:hover, 
div#menu a:active { 
    color: #645033;
    text-decoration: none;
}

div#menutitle {
    padding-left: 19px;
    padding-top: 7px;
    width: 251px;
    height: 35px;
    font-size: 24px;
    color: #ffffff;
}

div#main {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url('/images/content_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

div#breadcrumb {
    height: 32px;
    padding-top: 15px;
    padding-left: 270px;
    color: #797979;
    font-size: 11px;
}

div#breadcrumb a:link, 
div#breadcrumb a:hover, 
div#breadcrumb a:active, 
div#breadcrumb a:visited {
    color: #797979;
    text-decoration: none;
}

div#sidebar {
    float: left;
    width: 230px;
    padding-left: 30px;
    padding-right: 10px;
}

div.content {
    float: left;
    width: 500px;
    padding-right: 10px;
}

div.sidebarlink {
    margin-top: 5px;
}

div.sidebarlink a:link, 
div.sidebarlink a:hover, 
div.sidebarlink a:active, 
div.sidebarlink a:visited,
div.content a:link, 
div.content a:hover, 
div.content a:active, 
div.content a:visited {
    text-decoration: none;
    background-image: url('/images/arrow_right_black.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    color: #3b3b3b;
    padding-left: 12px;
}

div.content h1 {
    margin-top: 0px;
    font-size: 18px;
}

div.content h2 {
    margin-top: 15px;
    font-size: 16px;
}

div.content h3 {
    margin-bottom: 10px;
    font-size: 15px;
}

div.toplink {
    text-align: right;
    margin-bottom: 7px;
    margin-right: 23px;
}

div.toplink a:link,
div.toplink a:hover,
div.toplink a:active,
div.toplink a:visited {
    text-decoration: none;
    background-image: url('/images/arrow_top_black.gif');
    background-repeat: no-repeat;
    background-position: right top;
    color: #3b3b3b;
    padding-right: 12px;
}

div#sidebar h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

div.block {
    margin-right: 20px;
}

div.block h2, div.block h3 {
    margin-top: 0px;
}

div.blockbild_left {
    float:left;
    margin-right: 25px;
    margin-bottom: 25px; 
}

div.blockbild_right {
    float:right;
    margin-left: 25px;
    margin-bottom: 25px;    
}

div.blockbild_right_no_float {
    float: right;
}

div.blockbild_center {
    text-align: center;
    margin-bottom: 25px;
}

div.produkt_image_large {
    float: left;
    background-image: url('/images/produktthumb_bg.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 156px;
    height: 156px;
    padding-left: 15px;
    padding-top: 15px;
}

div.produkt_image_small {
    float: left;
    background-image: url('/images/produktthumb_bg_small.gif');
    background-repeat: no-repeat;
    background-position: top left;
    width: 63px;
    height: 63px;
    padding-left: 10px;
    padding-top: 10px;
}

.clearer {
    clear: both;
    line-height: 1px;
    height: 1px;
}