/****************
 Layout Elemente
****************/
html {
    overflow: -moz-scrollbars-vertical;
}

html, body {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

#container {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 790px;
}
* html #container {
    /* IE 6 Star Hack, instead of min-height */
    height: 100%;
}

#header {
    padding-top: 99px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 1px;
    height: 14px;
}

#content {
    margin-left: 185px;
    margin-top: 69px;
    margin-right: 34px;
    padding-bottom: 90px;
}
* html #content {
    /* IE 6 Star Hack to prevent 3 pixel bug*/
    height: 1%;
}

#nav {
    float: left;
}

IMG.floatImg {
    float: right;
    margin-top: 25px;
    margin-left: 30px;
    margin-bottom: 30px;     
    margin-right: 10px;  
}

#footer {
    position: absolute;
    bottom: 10px;
    width: 762px;
    height: 16px;
    padding-top: 4px;
    padding-bottom: 1px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: right;
}

TABLE.productList {
    border-collapse: collapse;
    width: 548px;
    height: 66px;
    margin: 4px 0;
    clear: right;
}
TABLE.productList td.imageCell {
    background-color: #F5F4F4;
    padding: 3px;
    width: 100px;
    height: 60px;
    border-left: solid 4px White;
}
TABLE.productList td.imageCell img {
    display: block;
}
TABLE.productList td.productLink {
    background-color: #F5F4F4;
    padding: 0 3px 6px 3px;
    vertical-align: bottom;
}
TABLE.productList td.productName {
    background-color: #F5F4F4;
    padding: 6px 3px 0 3px;
    vertical-align: top;
}















/***************
 Formatierungen
****************/

body {
    background-image: url(/images/background.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #C6D3D9;
}

#container {
    border: none;
    background-color: White;
}

#header {
    background-color: #C0272D;
    background-image: url(/images/header.gif);
    color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
}

#footer {
    background-color: #C0272D;
    color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
}

SPAN.weHint {
    font-size: 10px;
    color: red;
    font-family: Arial;
}

#content, div, p, address, td {
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #736E6E;
}
pre, q, blockquote, cite, code {
    font-size: 11px;
    color: #736E6E;
}
a {
    color: #628596;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #628596;
    font-weight: bold;
    text-decoration: underline;
}

/* Überschriften (!important wegen wysiwyg editor) */
h1 {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #c0272d !important;
    font-family: Verdana, Arial, Sans-Serif !important;
    padding-bottom: 10px;
}
h2 {
    font-weight: bold !important;
    font-size: 12px !important;
    color: Black !important;
    font-family: Verdana, Arial, Sans-Serif !important;
}
h3 {
    font-weight: bold !important;
    font-size: 11px !important;
    color: Black !important;
    font-family: Verdana, Arial, Sans-Serif !important;
    text-decoration: underline !important;
}
h4 {
    font-weight: normal !important;
    font-size: 11px !important;
    color: Black !important;
    font-family: Verdana, Arial, Sans-Serif !important;
    text-decoration: underline !important;
}
h5 {
    font-weight: normal !important;
    font-size: 11px !important;
    color: Black !important;
    font-family: Verdana, Arial, Sans-Serif !important;
}
h6 {
    font-weight: normal !important;
    font-size: 11px !important;
    color: #628596 !important;
    font-family: Verdana, Arial, Sans-Serif !important;
}


TABLE.productList td.productName {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}
TABLE.productList td.productLink {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: Black;
}
TABLE.productList td.productLink a {
    color: #628596;
    font-size: 10px;
    font-weight: normal !important;
    text-decoration: none;
}
TABLE.productList td.productLink a:hover {
    color: #628596;
    font-size: 10px;
    font-weight: normal !important;
    text-decoration: underline;
}

#footer {
    font-size: 10px;
    color: White;
}
#footer a {
    font-size: 10px;
    color: White;
    text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
    color: White;
    text-decoration: underline;
}



form {
    padding: 0;
    margin: 0;
}









/******
 Menue
*******/
#nav, #nav ul {
    list-style: none;
    width: 136px;
    margin: 0;
    padding: 0;
}
#nav li {
    line-height: 14px;
    font-size: 10px;
    margin: 0;
    margin-top: 1px;
    float: left;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav {
    margin-top: 1px;
}
* html #nav li {
    margin: 0;
}
* html #nav li ul li ul li {
    margin-top: 1px;
}
/* End */

#nav li ul li {
    position: relative;
    height: 15px;
    display: block;
    float: left;
}
#nav li ul li ul {
    float: left;
    position: absolute;
    left: 136px;
    top: -1px;
    background-color: #736E6E;
    border-bottom: solid 1px #736E6E;
    border-left: solid 1px #736E6E;
    border-right: solid 1px #736E6E;
    display: none;
    width: 171px;
}

/* Styles for Menu Items */
#nav li a {
    display: block;
    width: 126px;
    height: 13px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
    background: #fff; /* IE6 Bug */    
    background-image: url(/images/menubg_blue.gif);
    background-repeat: no-repeat;
    color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
}
#nav li a.red {
    background-image: url(/images/menubg_red.gif);
}
#nav li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: White;
}
#nav li ul li a {
    width: 116px;
    padding-left: 20px;
    background-image: url(/images/menubg_gray.gif);
}

#nav li ul li ul li a {
    width: 168px;
    color: #736E6E;
    padding-left: 0;
    padding-right: 3px;
    white-space: nowrap;
    background-image: url(/images/menubg_light_gray.gif);
}
#nav li ul li ul li a img {
    border: none;
    margin-left: 8px;
    margin-right: 7px;
    visibility: hidden;
}
#nav li ul li ul li a:hover {
    text-decoration: none;
    font-weight: normal;
    color: #736E6E;
}
#nav li ul li ul li a:hover img {
    visibility: visible;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li ul li {
    float: left;
    height: 1%;
}
/* End */

#nav li ul li:hover ul, #nav li ul li.over ul {
    display: block;
}




#searchbox {
    background-color: #B8B2B2;
    background-image: url(/images/menubg_search.gif);
    background-repeat: no-repeat;
    padding: 7px 10px;
    width: 116px;
    color: White;
    font-size: 10px;
}
