html
{
    font: normal 12px Arial, Sans-Serif;
}

body
{
    background: transparent url(../images/bg-body.jpg) repeat-x 0px 0px;
}

a:link, a:visited
{
    text-decoration: underline;
    font-weight: normal;
    color: #028FF6;
}

a:hover
{
    text-decoration: none;
    color: #028FF6;
}

.header
{
    height: 202px;
    background: transparent url(../images/bg-header.jpg) no-repeat 0px 0px;
}

#content
{
    color: #54595a;
    padding: 0px;
    background: transparent url(../images/bg-content.jpg) no-repeat top left;
    height: 470px;
    clear: both;
}

#nav
{
    background: transparent url(../images/bg-mainnav.jpg) no-repeat 16px 0px;
    height: 40px;
    padding-left: 30px;
}

#footer
{
    text-align: center;
    background: transparent url(../images/bg-content-b.jpg) no-repeat top left;
    height: 72px;
    clear: both;
}

#content p
{
    margin: 7px 0px;
}

#content h1
{
    color: #024b89;
    font-size: 22px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 25px;
}
#content h2
{
    font-size: 16px;
    font-weight: normal;
    color: #99042b;
    padding-top: 10px;
}

#validate
{
    font-family: Helvetica, Arial, 'Liberation Sans' , FreeSans, sans-serif;
    margin-top: 15px;
}

#validate p
{
    font-size: 89%;
    font-weight: normal;
    color: #0B568F;
    text-align: center;
}

#validate a:link, #validate a:visited
{
    text-decoration: underline;
    font-weight: normal;
    color: #0B568F;
}
#validate a:hover
{
    text-decoration: underline;
    color: #000;
}

#breadcrumb
{
    font-size: 80%;
    color: #A0A0A0;
    margin: 0px;
    margin-top: -50px;
    padding-bottom: 15px;
}

#breadcrumb a:link
{
    color: #A0A0A0;
    text-decoration: none;
}

#breadcrumb a:visited
{
    text-decoration: none;
    color: #A0A0A0;
}

#breadcrumb a:hover
{
    text-decoration: underline;
    color: #A0A0A0;
}

a.headerA
{
    color: #fff;
    outline: none;
    text-decoration: none;
    float: right;
    padding-right: 40px;
    padding-top: 75px;
}

a:hover.headerA
{
    text-decoration: underline;
}

#rightColumn
{
    float: right;
    width: 60%;
    background-color: Transparent;
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 0px;
}

#leftNav
{
    float: left;
    width: 23%;
    background-color: Transparent;
    padding-left: 30px;
    padding-top: 50px;
    font-size: 140%;
    overflow: hidden;
}
#leftNav ul
{
    list-style: none;
    border: 0px solid lime;
}
#leftNav li
{
    line-height: 25px;
}
#leftNav ul ul li
{
    line-height: 18px;
}
#leftNav ul, #leftNav ul li, #leftNav ul ul
{
    margin: 1px; 
    padding: 0px;
}
#leftNav ul li
{
    padding-left: 16px;
    border: 0px solid red;
}
#leftNav ul ul li
{
    padding-left: 10px;
}
#leftNav ul ul
{
    font-size: 80%;
    margin-top: 0px;
    margin-bottom: 10px;
}
#leftNav a:link, #leftNav a:visited, #leftNav a:hover
{
    text-decoration: none;
    font-weight: normal;
    outline: none;
    color: #096e81;
}

#leftNav a:hover
{
    color: #0789a1;
    padding-left: 2px;
}

/*IE7 !!*/
#leftNav li
{
    background-image: none;
}

#leftNav li.active
{
    background: transparent url(../images/current.jpg) no-repeat 0px 7px;
}

#leftNav li.active ul li.active
{
    background: transparent url(../images/current_sub.jpg) no-repeat 0px 7px;
}

#leftNav span.hover
{
    height: 20px;
    position: relative;
    display: block;
    margin-top: -20px;/*span ist unterhalb des li-Elements -> noch oben bringen, so dass beide übereinander liegen*/
    margin-left: -24px;
    margin-right: 40px; /*wichtig, da sonst die Menus des Hauptmenüs ('Produkte') beim Überlappen immer geschlossen werden*/
    background: transparent url(../images/current_hover.jpg) 8px 2px no-repeat;
    z-index: 1;
    cursor: pointer;
    border: 0px solid lime;
}
#leftNav ul ul span.hover
{
    background: transparent url(../images/current_hover_sub.jpg) 14px 9px no-repeat;
}

#nav a
{
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

#nav a:link, #nav a:visited
{
    color: #fff;
}

#nav a:hover
{
    color: #DEF060;
}

#nav ul
{
    padding: 0;
    margin: 0;
    margin-left: 25px;
    padding-top: 0px;
    list-style: none;
}

#nav ul ul
{
    margin: 0;
    padding: 0px;
}

#nav a
{
    display: block;
    outline: none;
}

#nav li
{
    float: left;
    cursor: pointer;
    width: 150px;
    text-align: center;
    background: transparent url(../images/navitem.jpg) no-repeat top right;
    z-index: 10;
}

#nav span.hover
{
    height: 47px;
    position: relative;
    display: block;
    margin-top: -47px;
    background: transparent url(../images/navitem.jpg) bottom left no-repeat;
    z-index: 1;
    cursor: pointer;
}

/*fuer die unterelemente zuruecksetzen*/
#nav li ul li a:hover
{
    background-image: none;
    background-color: Transparent;
}

#nav li.active a:link, #nav li.active a:visited
{
    color: #DEF060;
    font-size: 120%;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    display: none;
    width: 147px;
    background: #fff url(../images/menutop.jpg) no-repeat 0px 0px;
    top: 242px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #B9C2C9;
    border-top: 1px solid #fff;
}

#nav li ul a:link, #nav li ul a:visited, #nav li ul a:hover
{
    color: #096e81;
}

#nav li.active ul li a:link, #nav li.active ul li a:visited
{
    color: #096e81;
}

#nav li ul li.active a:link, #nav li ul li.active a:visited
{
    color: #0A4370;
}

#nav li:hover ul
{
    left: auto;
    display: block;
}

#nav li:hover ul li
{
    height: 30px;
    background-image: none;
    text-align: left;
    padding-left: 10px;
    margin-left: 1px;
}

#nav li:hover ul li a
{
    padding: 0px;
    height: 29px;
    line-height: 29px;
    font-size: 97%;
}

#nav li ul li a:hover
{
    color: #0789a1 !important;
}

#slogan h1
{
    float: left;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 130%;
    font-weight: normal;
    margin-top: 160px;
    margin-left: 70px;
    clear: both;
}
#homelink a
{
    width: 880px !important;
    height: 100px !important;
    float: left !important;
    outline: none !important;
    margin: 50px -300px;
}


table.twoColored
{
    border-collapse: collapse;
    background-color: white;
    text-align: left;
    border-width: 0px;
    border-style: solid;
    border-color: #0366B7; /*float: left;*/
    margin-right: 35px;
    width: 100%;
}

table.twoColored tr
{
    background-color: white;
    width: 100%;
}

table.twoColored td.withBG
{
    background-color: #E3F2F9;
    padding: 4px;
    padding-left: 10px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

table.twoColored td.white
{
    background-color: #ffffff;
    padding: 4px;
    padding-left: 10px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

table.twoColored td.withBGAltRightText
{
    background-color: #FEF8DE;
    border-width: 3px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 0px;
    border-style: solid;
    border-color: white;
    text-align: center; /*	font-weight: bold;*/
}

table.twoColored td.withBGAlt2RightText
{
    background-color: #E1FFC4;
    border-width: 3px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: white;
    text-align: right;
    font-weight: bold;
}

table.twoColored td.withBGAltRedRightText
{
    background-color: #E1FFC4;
    border-width: 3px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: white;
    text-align: right;
    font-weight: bold;
    color: #BF0000;
}

table.twoColored th
{
    color: white;
    background-color: #1A5AD8;
    border-width: 0px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

.productsQuickLinks
{
    margin-top: 25px;
    margin-left: 25px;
}

.productsQuickLinks h3
{
    margin-bottom: 15px;
    margin-left: -15px;
    
    font-size: 12px;
}

.productsQuickLinks a
{
    margin-right: 7px;
    display: list-item;
}

.productsQuickLinks a:link, .productsQuickLinks a:visited
{
    text-decoration: none;
}

.productsQuickLinks a:hover
{
    text-decoration: underline;
}

.pm_productGrid
{
    border: 0px solid #B4C57D;
    margin-top: 10px;
    clear: both;
    width: 100%;
}

.pm_productGrid td
{
    padding: 4px;
}

.pm_productGrid td a
{
    font-weight: normal;
}

td.pm_productGrid
{
    font-weight: bolder;
}

.pm_productGrid td.gridAltItem
{
    background-color: #E1F2F9;
}

.pm_productGrid td.gridItem
{
    background-color: #FFFFFF;
}

.pm_productGrid td.gridHeader
{
    background-color: #266DE1;
    font-weight: bolder;
    margin: 0px;
    padding: 4px;
    color: #fff;
}

.pm_div_productGrid
{
    clear: both;
    margin-top: 30px;
}

.gridProductPrice
{
    font-weight: bolder;
    color: #BF0000;
    background-color: #D9FF9F !important;
}

.gridProductNameLink
{
    font-size: 12px;
}

.pm_div_productGrid h3
{
    color: #B4C57D;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 18px;
    margin: 0px;
    margin-top: 25px;
    clear: both;
}

a.pm_productCategoryLink
{
    font-size: 14px;
}

.pm_div_productGrid a:hover
{
    color: #1374FF;
}

p.pm_productCategoryDesc
{
    margin-top: -27px;
    margin-bottom: -15px;
}

p.pm_countCatProd
{
    margin-bottom: 4px;
    margin-top: 2px;
    padding: 0px !important;
    font-style: italic;
    font-size: 90%;
    color: #A0A0A0;
}

.productPicThumb
{
    float: left;
    margin-top: 10px;
    margin-bottom: 4px;
    margin-right: 10px;
    border: 0px solid #028FF6;
    padding: 1px;
}

.clear
{
    clear: both;
}

.small
{
    font-size: 80%;
    font-weight: normal;
}

.pale
{
    color: #CED5DB;
}

.minusTopMargin
{
    margin-top: -7px !important;
}

.errors
{
    color: rgb(255, 50, 50);
    margin-bottom: 15px;
}

.contactform label, .orderForm label
{
    font-weight: bolder;
}

.contactform input, .contactform textarea, .orderForm input, .orderForm textarea
{
    margin-top: 4px;
    margin-bottom: 10px;
}

.formErrorFields, .invalidFormData
{
    color: rgb(255, 50, 50);
}

.pdfLink
{
    background: transparent url(../images/pdf.png) no-repeat 0px 2px;
    padding-left: 16px;
}

