
.clear {
    clear: both;
}

.ta_right {
    text-align: right;
}

.pink {
    color: #cb0177;
}
/*
h1 {
    color: #cb0177;
    font-size: 180%;
    margin: 1em 0 0.8em 0;
}*/
h1 {

    color: #646e6f;

    font-size: 24px;

    margin: 0.6em 0 0.8em 0;

}

h2 {
    color: #cb0177;
    font-size: 160%;
    margin: 0.8em 0 0.6em 0;
}

h3 {
    color: #cb0177;
    font-size: 140%;
    margin: 0.6em 0 0.4em 0;
}

h4 {
    font-size: 120%;
    margin: 0.5em 0 0.3em 0;
}

h5 {
    font-size: 100%;
    margin: 0.4em 0 0.2em 0;
}

h6 {
    font-size: 100%;
    margin: 0.3em 0 0.1em 0;
    text-decoration: underline;
}

p {
    margin: 0.6em 0;
}

a {
    color: #646e6f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    background-color: #cb0177;
}

.flright {
    float: right;
}

.taright {
    text-align: right;
}

form {
    margin: 0;
    padding: 0;
}

/* Base ********************************************************************* */

html {
    height: 100%;
}

body {
    background: url("images/body_bg.gif") repeat-y;
    padding: 0;
    margin: 0;
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 11px;
    color: #646e6f;
    position: relative;
    height: 100%;
}

html>body {
    height: auto;
    min-height: 100%;
}

div#overall {
    width: 961px;
}

#subnavbar {
    float: left;
    width: 165px;
    position: relative;
    top: -10px;
}

#contbar {
    float: left;
    width: 554px;
    position: relative;
    top: -10px;
    padding: 20px 32px 100px 32px;
}

#sidebar {
    float: left;
    width: 162px;
    position: relative;
    top: -10px;
    padding: 7px;
}

div.copyright {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 961px;
}

/* Header ******************************************************************* */

div#header {
    background: url("images/header.gif") no-repeat #ffffff;
    height: 120px;
}

div#dvg-header {
    background: url("images/header_dvg.gif") no-repeat #ffffff;
    height: 120px;
}

div#header img.logo {
    border: none;
}

/* MainNav ****************************************************************** */

#navigation {
    background: url("images/navi_bg.gif") no-repeat;   
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 56px;
    font-size: 12px;
    width: 961px;
}

#navigation li {
    display: inline;
}

#navigation li a,
#navigation li.last span {
    float: left;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    height: 34px;
    margin: 0 0 0 -3px;
    background: url("../../../images/navi_button_left.gif") no-repeat;
}


#navigation li a span {
    background: url("../../../images/navi_button_right.gif") no-repeat top right;
    float: left;
    height: 24px;
    padding: 10px 20px 0 20px;
    cursor: pointer;
}

#navigation li a:hover,
#navigation li a.active {
    background: url("../../../images/navi_button_left_h.gif") no-repeat;
}

#navigation li a:hover span,
#navigation li a.active span {
    background: url("../../../images/navi_button_right_h.gif") no-repeat top right;
}


/* SubNav ******************************************************************* */

#subnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #ffffff;
    width: 160px;
}

#subnav ul li {
    display: inline;
}
#subnav ul li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    padding: 7px 0px 7px 20px;
    color: #646e6f;
    width: 140px;
    background: url("images/subnav_arrow.gif") no-repeat left center;
}

#subnav ul li.active {
    background: #e1e6e9;
    display: block;
    border-bottom: 2px solid #ffffff;
}

#subnav ul li.active a {
    display: block;
    border: none;
    color: #cb0177;
    background: url("images/subnav_arrow_a.gif") no-repeat left center;
    font-size: 13px;
}

#subnav ul li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-top: none;
    width: auto;
}

#subnav ul li ul li {
    display: block;
}

#subnav ul li ul li a {
    display: block !important;
    font-size: 10px !important;
    color: #646e6f !important;
    background: none !important;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

#subnav ul li ul li a.active {
    color: #cb0177 !important;
}

#subnav ul li ul li a:hover {
    color: #cb0177 !important;
}

/* ************************************************************************** */
/* Boxes ******************************************************************** */
/* ************************************************************************** */

/* Box Search *************************************************************** */

#search {
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
}

#search input {
    width: 130px;
    border: 1px solid #767a7b;
    color: #767a7b;
}

#search input.submit {
    border: none;
    background: url("images/arrow.gif") no-repeat center center;
    width: 10px;
    cursor: pointer;
}

/* ************************************************************************** */
/* Content ****************************************************************** */
/* ************************************************************************** */

#breadcrumb {
    font-weight: bold;
    margin-bottom: 20px;
}

/* Product Listing ********************************************************** */

div.productlisting {
}

div.productblock {
    background: url("images/prodlist_objtop.gif") no-repeat top left;
    width: 100%;
    padding: 10px 0 5px 0;
}

div.productblock div.images {
    width: 98px;
    height: 98px;
    float: left;
    background: url("images/noimg.gif");
    border: 1px solid #829296;
    overflow: hidden;
}

div.productblock div.images a img {
    width: 98px;
    border: 0;
}

div.productblock div.info {
    width: 430px;
    height: 100px;
    padding-left: 20px;
    float: left;
    position: relative;
}

div.productblock div.info h3 {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 140%;
}

div.productblock div.info div.sub {
    width: 430px;
    padding: 5px 5px 5px 20px;
    background: url("images/detimg.gif") no-repeat right bottom #E3E3E5;
    position: absolute;
    bottom: 0;
    left: 0;
}

div.productblock div.info div.sub div.det {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    padding: 0 40px 12px 0;
}











div.productlisting2 {
}

div.productlisting2 div.productblock {
    background: url("images/prodlist_objtop.gif") no-repeat top left;
    width: 100%;
    padding: 10px 0 5px 0;
}

div.productlisting2 div.productblock div.images {
    width: 98px;
    height: 98px;
    float: left;
    background: url("images/noimg.gif") no-repeat #829296;
    border: 1px solid #829296;
    overflow: hidden;
}

div.productlisting2 div.productblock div.images a img {
    width: 98px;
    border: 0;
}

div.productlisting2 div.productblock div.info {
    width: 430px;
    height: 100px;
    padding-left: 20px;
    float: left;
    position: relative;
}

div.productlisting2>div.productblock>div.info {
    height: auto;
    min-height: 100px;
}

div.productlisting2 div.productblock div.info h3 {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 140%;
}

div.productlisting2 div.productblock div.info div.sub {
    width: 429px;
    padding: 5px 5px 5px 20px;
    background: url("images/detimg.gif") no-repeat right bottom #E3E3E5;
    position: absolute;
    bottom: 0;
    left: 0;
}

div.productlisting2 div.productblock div.info div.sub2 {
    width: 40px;
    padding: 5px 5px 5px 20px;
}

div.productlisting2 div.productblock div.info div.sub div.det {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    padding: 0 40px 12px 0;
}

table.ptab {
    border-collapse: collaps;
    border: 1px solid #E3E3E5;
}

table.ptab th {
    border-collapse: collaps;
    border: 1px solid #E3E3E5;
    padding: 5px;
}

table.ptab td {
    border-collapse: collaps;
    border: 1px solid #E3E3E5;
    padding: 5px;
}

/* Product Details A ******************************************************** */


div.proddetail_a a img {
    border: 1px solid #829296;
}

div.proddetail_a a:hover img {
    border: 1px solid #000000;
}

div.proddetail_a {
    position: relative;    
    width: 550px;
}

div.proddetail_a div.mainimg {
    float: left;
    padding-right: 10px;
    height: 150px;
}

div.proddetail_a div.name_and_addimgs {
    float: left;
    position: relative;
    height: 152px;
    width: 270px;
    margin-bottom: 20px;
}

div.proddetail_a div.name_and_addimgs h1 {
    font-size: 120%;
    margin: 0;
    padding: 0;
}

div.proddetail_a div.name_and_addimgs div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
}

div.proddetail_a div.name_and_addimgs div img {
    height: 80px;
}
div.proddetail_a div.pricebox {
    width: 102px;
    height: 152px;
    background: url("images/pricebox.gif") no-repeat #AB0372;
    color: #ffffff;
    padding: 5px;
    font-weight: bold;
    
    position: absolute;
    right: 0px;
    top: 0px;
}

div.proddetail_a div.pricebox span {
    font-size: 130%; 
    display: block;
    padding-top: 5px;
}

div.proddetail_a div.line {
    background: url("images/objtop_l.gif") no-repeat;
    margin: 10px 0;
}

div.proddetail_a div.line div {
    display: block;
    background: url("images/objtop_r.gif") right no-repeat;
    height: 8px;
    font-size: 0px;
    line-height: 0px;
}

div.proddetail_a div.adds {
   float: right;
   width: 180px;
}

div.proddetail_a div.adds td.title {
    font-weight: bold;
    font-style: italic;
}

div.proddetail_a div.infos {
   float: left;
   width: 350px;
}

div.proddetail_a div.infos td.title {
    font-weight: bold;
    color: #C70175;
    width: 180px;
}

div.proddetail_a div.prodquant_a {
    background: #00ff00;
    width: 30px;
    height: 15px;
}

div.proddetail_a div.prodquant_b {
    background: #ffff00;
    width: 30px;
    height: 15px;
}

div.proddetail_a div.prodquant_c {
    background: #ff0000;
    width: 30px;
    height: 15px;
}

div.proddetail_a h3 {
    margin-top: 40px;
}











.loginboxtitle {
    font-size: 100%;
}

#loginbox input {
    width: 90%;
    border: 1px solid #767a7b;
    color: #767a7b;
}








#news {
    margin-top: 50px;
    background: url("images/news.gif") no-repeat top center;
    padding-top: 23px;
}

#news div.teaser {
    width: 161px;
    margin-bottom: 12px;
    font-style: italic;
}

#news div.teaser h1 {
    background: url("images/news_top.gif") no-repeat #cb0177;
    font-size: 10px;
    color: #ffffff;
    padding: 5px;
    margin: 0 0 2px 0;
}

#news div.teaser div {
    background: url("images/news_bottom.gif") no-repeat bottom #ffffff;
    color: #646e6f;
    padding: 5px;
}

#news div.teaser div a.go {
    color: #cb0177;
    text-decoration: none;
}

#news div.teaser div a.go:hover {
    color: #cb0177;
    text-decoration: underline;
    background: none;
}

#footnav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-style: italic;
}

#footnav li {
    display: inline;
}

#footnav a {
    text-decoration: none;
    padding: 2px;
}

#footnav a:hover {
    color: #ffffff;
}


.Stil1 {font-family: Arial, Helvetica, sans-serif;font-weight: bold;font-size: xx-large;color: #CC0099;}

.Stil2 {font-size: 16px; font-family: Arial, Helvetica, sans-serif; color: #869193; font-weight: bold;}

.Stil3 {color: #FFFFFF; font-size: large; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

.Stil4 {font-size: medium; font-weight: bold;}

.Stil5 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}

.Stil6 {color: #cb0177; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}

.Stil10 {font-size: medium; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold;}

.Stil12 {color: #CC0099; font-size: medium; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

.Stil14 {color: #000000}

.Stil16 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 42px; color: #CCCCCC;}

.Stil17 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 42px; color: #cb0177;}

.Stil18 {font-size: small; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold;}

.Stil20 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #000000;}

a.Stil20_2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; }

.Stil21 {font-size: 12px}

.Stil22 {font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #000000;}

.Stil23 {color: #cb0177; font-weight: bold;}

.Stil25 {font-size: 16px}

.Stil27 {color: #cb0177; font-size: 12px; font-weight: bold;}

.Stil28 {color: #666666; font-size: 12px; font-weight: bold;}














/*

 * CSS fuer Formular Generator

 */

.formgen {

    padding: 5px 5px;

    margin: 0 0 10px 0;

}



h3.formgen_h3 {

    

}



div.formgen_done {

    font-weight: bold;

}



/* Blockdefinitionen */



.formgen div.field {

    clear: both;

    margin: 0;

    padding: 2px 0;

}



.formgen div.required, .formgen label.required {

    font-weight: bold;

    color: #CB0177;

}



.formgen div.errormsg {

    font-weight: bold;

    padding: 10px 0;

    color: #AA0000;

}



.formgen div.submit {

    clear: both;

    padding: 5px 0;

}



.formgen div.submit input {

    float: none;
    font-weight: bold;
    font-size: 110%;
    width: auto;
    cursor: pointer;
    outline: none;

}

.formgen div.submit input:focus,
.formgen div.submit input:active {

    outline: none;

}


.formgen div.submit a {

    background: none;
    text-decoration: none;

}
.formgen div.submit a:hover {

    background: none;
    text-decoration: none;

}


/* Formulardefinitionen */



.formgen legend {

    font-weight: bold;

    color: #CB0177;

}



.formgen fieldset {

    clear: both;

    margin-top: 5px;

    border: 1px #D2DDDF solid;

    padding: 5px;

}



.formgen fieldset:hover {

    border: 1px #829296 solid;

}



.formgen label, .formgen div.labelfloat{

    float: left;

    width: 150px;
    clear: both;

}



.formgen label.nofloat {

    float: none;

    width: auto;

}



.formgen input, .formgen select {

    float: left;

    margin: 0 0 0 2px;

}



.formgen a.button {
    
    width: 100px;
    text-align: center;
    background: #D2DDDF;
    border: 1px solid #829297;
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 2px 50px;
    cursor: default;

}
.formgen a.button:focus {

    background: #ffffff;
    #background: #D2DDDF;
    outline: none;
}

.formgen textarea, .formgen input, .formgen select {

    font-family: sans-serif;

    border: 1px #829297 solid;

    background: #D2DDDF;

    vertical-align: middle;

    font-size: 100%;

    width: 200px;

    margin: 1px;

    padding: 1px;

}



.formgen textarea:focus, .formgen input:focus, .formgen select:focus {

    border: 1px #829297 solid;

    background: #FFF;

}



/* Spezials */

.formgen .w1 {

    width: 64px;

}



.formgen .w2 {

    width: 130px;

}

.formgen .radio {
    float: left;
    width: auto;
}

.formgen .radiotext {
    float: left;
    padding: 0 5px;
}


.fl_right {
    float: right;
}

.adrline {
    height: 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px dotted #555555;
    margin: 5px 0;
}

.line {
    border-top: 1px dotted #555555;
}


