/* CSS Document */

body {
    background-color: #ffffff;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    text-align: center;
    margin: 0px;
    padding: 0px;
}


#divContainer {
  position: relative;
  width: 1024px;
  background-color: #fff;
  margin: 0px auto;
  text-align: left;
}


#divPrintLogo {
	display: none;
}

#divTopBar {
	position: relative;
	height: 122px;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	text-align: left;
}

#divTopBarLogo {
	position: absolute;
	width: 212px;
	height: 122px;
	left: 0px;
	top: 0px;
}

#divTopBarNav {
	position: absolute;
    height: 40px;
	left: 252px;
	top: 81px;
}

#divTopBarSearch {
	position: absolute;
	width: 350px;
	height: 50px;
	right: 38px;
	top: 6px;
    text-align: right;
        color: #b1b2b3;
}

#divSprachwahl {
    position: absolute;
    left: 252px;
    top: 10px;
}


#divHeaderImage {
	position: absolute;
	top: 122px;
	left: 806px;
	width: 180px;
}



#divPrint {
    position: relative;
    left: 0px;

    width: 500px;
    margin-top: 20px;
    height: 30px;
    color: #b1b2b3;
}


#divSubnav {
	position: absolute;
    left: 40px;
    top: 122px;
    width: 188px;

}

#divSubnavInner {
    border-bottom: 1px dotted #e1e1e1;
        padding-bottom: 5px;
}


#divContent {
	position: relative;
	left: 252px;
	top: 3px;
	width: 532px;
    min-height: 600px;
}

#divBottomBar {
	position: relative;
	height: 50px;
}



.navImg {
	margin: 0px;
}


a.subnav3 {
	display: block;
    color: #7d7d7d;
    font-size: 12px;
	text-decoration: none;
    text-transform: uppercase;
    list-style-position: outside;
	padding: 0px 0px 2px 0px;
}

a.subnav4 {
	display: block;
    color: #7d7d7d;
	text-decoration: none;
    list-style-position: outside;
	padding: 0px 0px 0px 15px;
}

a.subnav3:hover, a.subnav4:hover {
     color: #006ab3;
}

a.subnavAktiv {
    background-color: #FFFFFF;
    color: #006ab3;
    font-weight: bold;
}

#ulSubNav {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}


li.subnav3 {
  list-style-type: none;
  list-style: none;
}

li.subnav4 {
  list-style-type: none;
  list-style: none;
}

li.subnavAktiv {
  /* list-style-type: disc;*/
}

#ulTabHeader {
    height: 27px;
    border-bottom: 1px solid #dadada;
    margin-left: 0px;
}




.produktDetailtext {
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
 border: 1px dotted #e1e1e1;
}

.produktDetailbild {
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
 border: 1px dotted #e1e1e1;
    text-align: center;
}

.inputLogin {
    width: 160px;
    height: 16px;
    background-color: #ffffff;
    border: none;
}

#divLoginForm {
position: absolute; left: 806px; top: -202px; width: 180px; height: 202px; overflow: hidden; background-color: #dada11; z-index: 1002; color: #ffffff;
}

#divLoginFormSchliessen {
  position: absolute; right: 10px; top: 5px; width: 20px; height: 20px;
}


.serviceLink {
    color: #b1b2b3;
    font-size: 11px;
    text-decoration: none;
}

.serviceTrenner {
    margin: 0px 8px;
}

#divProdInfo {
  border: 1px dotted #e1e1e1;

}

.imgProdHauptbild {
    float: left;
    margin-right:15px;
    border-right: 1px dotted #e1e1e1;
}

.divProdHaupttext {
    padding: 10px;
}

.produktDetailTitel {
    color: #006ab3;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 12px;
    font-size: 12px;
}

.divTeaserRechts0 {
    color: #fff;
    background-color: #006ab2;
    margin-bottom: 10px;
}

.divTeaserRechts1 {
    color: #fff;
    background-color: #9cd5e6;
    margin-bottom: 10px;
}

.divTeaserRechts2 {
    color: #fff;
    background-color: #dada11;
    margin-bottom: 10px;
}

.divTeaserRechts0 p, .divTeaserRechts1 p,  .divTeaserRechts2 p {
    color: #fff;
}


.schluessel {
  background-image: url(../images/bullet_schluessel_mo.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.schluessel:hover, .schluesselAktiv {
  background-image: url(../images/bullet_schluessel.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
