/* CSS Document */

body {
	background-color: #efede3;
    background-repeat: repeat-x;
    text-align: center;
}

div#topBg {
    position: absolute;
	width: 100%;
	height: 350px;
	top: 0px;
	left: 0px;
    background-color: #1b1c1b;
    background-image: url(../images/bg_top.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    text-align: left;
}

    #divLogin {
        position: relative;
        width: 860px;
        height: 100px;
        margin: 0px auto;
    }

    #divLoginButton {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 60px;
        heighT: 30px;
    }

    #bttnLogin {
        cursor: pointer;
    }


    #divLoginForm {
        position: absolute;
        left: 0px;
        top: 50px;
        width: 860px;
        height: 50px;
        background-color: red;
        background-image: url(../images/bg_login.gif);
        background-repeat: repeat-x;
    }

    #divRegForm {
        background-color: #ffd02f;
        height: 300px;
        padding: 20px 0px 0px 50px;
    }


#divContainer {
    position: relative;
    width: 860px;
    margin: 0px auto;
    text-align: left;
    background-color: #FFF;
}


#divPrintLogo {
	display: none;
}



#divTopBarLogo {
	position: absolute;
	width: 187px;
	height: 87px;
	left: 21px;
	top: 30px;
}


#divPrint {
    display: none;
    position: absolute;
    right: 3px;
    top: 10px;
    width: 500px;
    text-align: right;
    color: #fff;
}

#divPrint a {

color: #fff;
}


#divHeaderImage {
	position: relative;
	left: 240px;
    margin-top: 50px;
	width: 620px;
    height: 300px;

}

#divTeaser {
    display: none;
}



#divSubnav {
	position: absolute;
    z-index: 2;
	left: 0px;
	margin-top: -163px;
	width: 240px;
    background-color: #fff;
}

#divSubnavInner {
	padding: 0px 30px 0px 30px;
}

#divContent {
	position: relative;
	margin-left: 240px;
    padding: 40px 20px 20px 0px;
    min-height: 200px;
}

#divDownloads {

    position: relative;
    margin-top: 30px;
}


#bttnDownloads {
    display: none;
}


#divBottomBar {
	position: relative;
	top: 0px;
	height: 55px;
	border-top: 1px solid #e2e2e2;
	border-top: 1px solid #d1d1d1;
	background-color: #ffffff;
}

#divBottomBarContent {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 190px;
}

#divBottomBarContent2 {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 620px;
    font-size: 11px;
    color: #9d9d9e;
}

#divBottomBarContent2 a {
    color: #9d9d9e;
    text-decoration: none;
}



a.nav {
	margin: 0px;
    display: block;
    height: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e2;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    width: 180px;
    margin-lefT: 30px;
}


a.subnav3 {
	display: block;
	text-decoration: none;
    list-style-position: outside;
	border-bottom: 1px solid #e3e3e2;
    font-size: 14px;
  /*  height: 28px; */
	padding: 10px 0px 10px 20px;
	color: #58585a;
}

a.subnav4 {
	display: block;
	text-decoration: none;
    list-style-position: outside;
	border-bottom: 1px solid #e3e3e2;
    font-size: 12px;
 /*   height: 28px; */
	padding: 10px 0px 10px 30px;
	color: #58585a;
}

a.subnavAktiv {
    background-color: #FFFFFF;
    font-weight: bold;
}

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 #c5c7c8;
    margin-left: 0px;
}




.produktDetailtext {
    padding: 10px 5px 10px 5px;
    background-color: #eeeeee;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #FFFFFF;
}

.produktDetailbild {
    padding: 10px 5px 10px 5px;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;;
    text-align: center;
}

.inputLogin {
    width: 137px;
    height: 22px;
    background-color: #eeeeee;
    padding: 4px;
    background-image: url(../images/bg_formLogin.gif);
    background-repeat: no-repeat;
    border: none;
}



#divLoginFormSchliessen {
  position: absolute; right: 20px; top: 15px; width: 20px; height: 20px;
}

#divSucheForm {
    position: absolute; left: 0px; z-index: 1001;bottom: 0px; width: 215px; height: 41px; background-image: url(../images/bg_suche.gif);
}


#tabDownloads {
  position: absolute; right: 0px; top: 0px;
}

.divLoginForm {
position: relative; width: 400px; background-color: #eeeeee; padding: 40px;
}

a.colorize {
    font-size: 11px;
}


