/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */
body {
    background-color: #FFF;
    color: #363636;
    font: normal 12px/18px Verdana, Arial, sans-serif;
    text-align: center;
}
a {
    text-decoration: none;
}
.hidden {
    display: none;
}
.clear {
    clear: both;
}

.contentheadline {
	margin:0;
	line-height:normal;
	background: url(../img/sidebar-section-bg.gif) repeat-x;
	color: #5c5c5c;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	border-bottom:1px solid white;
}

/* LINKS */
a.pdf {
    background: url(../img/pdf-bg.gif) no-repeat;
    color: #C52D2D;
    font-weight: bold;
    padding: 2px 0 2px 25px;
}
a.pdf span {
    color: #363636;
    font-weight: normal;
}

/* FORM ELEMENTS */
input.radio {
    margin: 0;
    padding: 0;
}
input.text {
    color: #363636;
}
button.submit {
    border: 0;
    color: #C62B2B;
    cursor: pointer;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    overflow: visible;
}
.std {
    background: url(../img/submit-bg.gif) no-repeat 0 1px;
    padding: 1px 0 2px 20px;
    width: auto;
}
.add {
    background: url(../img/add-bg.gif) no-repeat 0 center;
    padding: 0 0 0 15px;
    width: auto;
}
.btn {
    display: block;
    height: 55px;
    padding: 0;
    text-indent: -999em;
    width: 294px;
}

/* BASIC POSITIONING */
#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 954px;
}
#header, #main, #footer {
    float: left;
    overflow: hidden;
    margin-bottom: 6px;
    width: 100%;
}
#header {
    background: url(../img/header-bg.gif) repeat-x #FFF;
    height: 121px;
    position: relative;
}
#main {
    background: url(../img/products-main-bg.gif) repeat-y #FFF;
}
#footer {
    border-top: 11px solid #DCDCDC;
}
#content {
    float: right;
    width: 654px;
}
#sidebar {
    float: left;
    width: 294px;
}
#sidebar p {
	padding:24px;
	clear:left;
}

#sidebar #formplz {
	padding-left:24px;
	padding-bottom:24px;
}
#sidebar #formplz select {
	border:1px solid #999;
	font-size:11px;
	padding:2px;
	margin-bottom:6px;
}
#sidebar #formplz input {
	width:60px;
	border:1px solid #999;
	font-size:11px;
	padding:2px;
	margin-bottom:6px;
}
/* MAIN */
.home #main {
    background: none;
}
.item #main {
    background: url(../img/item-main-bg.gif) repeat-y #FFF;
}

/* SIDEBAR */
.item #sidebar {
    height: 834px;
    position: relative;
}

/* CONTENT */
.home #content {
    float: left;
    width: 100%;
}
.site #content p {
    padding: 20px 10px;
}
.site #content a {
    border-bottom: 1px dotted #D30000;
    color: #D30000;
    padding-bottom: 1px;
}
.site #content a:hover {
    border-style: solid;
}
.site #content #news {
    float: left;
    padding-bottom: 20px;
}
.site #content #news dt,
.site #content #news dd {
    float: right;
    padding: 0 10px;
    width: 534px;
}
.site #content #news dt {
    font-weight: bold;
    padding: 20px 10px 10px;
}
.site #content #news dd.date {
    float: left;
    padding: 20px 10px;
    width: 80px;
}
.site #content #news dd p {
    padding: 0;
}

/* CONTACT */
.errors {
    background-color: #ffcccc;
    border: 1px solid #ff8080;
    float: left;
    margin: 10px;
    padding: 20px 10px;
    width: 614px;
}
#contact {
    float: left;
    padding-bottom: 20px;
}
#contact ol {
    float: left;
    width: 654px;
}
#contact ol li {
    float: left;
    padding: 5px 10px;
    width: 634px;
}
#contact ol li .label {
    float: left;
    font-weight: bold;
    width: 150px;
}
#contact ol li .text {
    float: left;
    width: 300px;
}
#contact ol li .textarea {
    float: left;
    width: 300px;
}
#contact ol li .captcha {
    margin: 0 0 10px 150px;
}
#contact ol li .submit {
    margin-top: 15px;
}

/* LOGIN */
#login {
    float: left;
    padding-bottom: 20px;
}
#login ol {
    float: left;
    width: 654px;
}
#login ol li {
    float: left;
    padding: 5px 10px;
    width: 634px;
}
#login ol li .label {
    float: left;
    font-weight: bold;
    width: 150px;
}
#login ol li .text {
    float: left;
    width: 150px;
}

/* AUX */
#header #aux {
    float: left;
    padding: 10px 0;
    width: 100%;
}
#header #aux ul {
    float: left;
}
#header #aux ul#nav-quick {
    float: right;
}
#header #aux ul li {
    float: left;
    font-size: 11px;
    line-height: 1;
    padding: 0 6px 0 0;
}
#header #aux ul li img {
    vertical-align: top;
}
#header #aux ul#nav-quick li {
    padding: 0 0 0 12px;
}
#header #aux ul#nav-quick li a {
    background: url(../img/bullet-s-bg.gif) no-repeat 0 5px;
    color: #474747;
    font-weight: bold;
    text-decoration: none;
    padding-left: 9px;
}

/* LOGO */
#header #logo {
    bottom: 0;
    padding: 9px;
    position: absolute;
    right: 0;
}
#header #logo a {
    background: url(../img/logo-bg.gif) no-repeat;
    display: block;
    height: 72px;
    text-indent: -999em;
    width: 72px;
}

/* NAV-TOP */
#header #nav-top {   
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
}
#header #nav-top li {
    float: left;
    padding-right: 6px;
}
#header #nav-top li a {
    background: url(../img/nav-top-bg.gif) no-repeat;
    display: block;
    float: left;
    height: 33px;
    text-indent: -999em;
    width: 114px;
}
#header #nav-top li.home a {
    background-position: 0 0;
}
#header #nav-top li.home.active a,
#header #nav-top li.home a:hover,
#header #nav-top li.homeactive a {
    background-position: 0 -34px;
}
#header #nav-top li.products a {
    background-position: -120px 0;
}
#header #nav-top li.products.active a,
#header #nav-top li.products a:hover,
#header #nav-top li.productsactive a {
    background-position: -120px -34px;
}
#header #nav-top li.d-tec a {
    background-position: -240px 0;
}
#header #nav-top li.d-tec.active a,
#header #nav-top li.d-tec a:hover,
#header #nav-top li.d-tecactive a {
    background-position: -240px -34px;
}
#header #nav-top li.news a {
    background-position: -360px 0;
}
#header #nav-top li.news.active a,
#header #nav-top li.news a:hover,
#header #nav-top li.newsactive a {
    background-position: -360px -34px;
}
#header #nav-top li.service a {
    background-position: -480px 0;
}
#header #nav-top li.service.active a,
#header #nav-top li.service a:hover,
#header #nav-top li.serviceactive a {
    background-position: -480px -34px;
}
#header #nav-top li.partner a {
    background-position: -600px 0;
}
#header #nav-top li.partner.active a,
#header #nav-top li.partner a:hover,
#header #nav-top li.partneractive a {
    background-position: -600px -34px;
}
#header #nav-top li.contact a,
#header #nav-top li.contactlast a{
    background-position: -720px 0;
}
#header #nav-top li.contact.active a,
#header #nav-top li.contactlast a:hover,
#header #nav-top li.contactlastactive a,
#header #nav-top li.contactlast.active a {
    background-position: -720px -34px;
}

/* NAV-SUB */
/*
#nav-sub,
#nav-sub ul {
    float: left;
}
#nav-sub ul.menu {
    padding: 15px 25px;
}
#nav-sub li {
    float: left;
}
#nav-sub ul.menu li {
    background: url(../img/nav-sub-bg.gif) no-repeat 0 12px;
}
#nav-sub li.section h2 {
    background: url(../img/sidebar-section-bg.gif) repeat-x;
    color: #5C5C5C;
    float: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 10px 25px;
    text-transform: uppercase;
    width: 244px;
}
#nav-sub li.selected h2 {
    padding-left: 7px;
    width: 262px;
}
#nav-sub ul.menu li a {
    color: #414141;
    display: block;
    float: left;
    padding: 5px 0 5px 15px;
    width: 229px;
}
#nav-sub ul.menu li a:hover {
    text-decoration: underline;
}
#nav-sub li.selected h2 a {
    background: url(../img/sidebar-section-back-bg.gif) no-repeat;
    display: block;
    float: left;
    height: 11px;
    margin: 4px 5px 0 0;
    text-indent: -999em;
    width: 13px;
}
#nav-sub li.selected h2 span {
    float: left;
}
*/
#nav-sub {
    float: left;
    padding: 15px 25px;
}
#nav-sub li {
    background: url(../img/nav-sub-bg.gif) no-repeat 0 12px;
    float: left;
}
#nav-sub li a {
    color: #414141;
    display: block;
    float: left;
    padding: 5px 0 5px 15px;
    width: 229px;
}
#nav-sub li a:hover {
    text-decoration: underline;
}
h2.section  {
    background: url(../img/sidebar-section-bg.gif) repeat-x;
    float: left;
}
h2.section span,
h2.active  a {
    color: #5C5C5C;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 25px;
    width: 244px;
}
h2.active  a {
    background: url(../img/sidebar-section-back-bg.gif) no-repeat 8px 14px;
}

/* DETAIL */
#detail {
    float: left;
    font-size: 11px;
    padding: 15px 0;
    width: 294px;
}
#detail h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 10px 25px;
    text-transform: uppercase;
}
#detail p {
    padding: 0 25px 25px;
}
#detail a.pdf {
    margin: 0 25px;
}
#detail .tabs {
    float: left;
    margin: 25px 0;
}
#detail .tabs ul.tabs-nav {
    border-bottom: 1px solid #B0B0B0;
    float: left;
    margin: 0 15px;
    width: 264px;
}
#detail .tabs .tabs-nav li {
    background: url(../img/tabs-nav-bg.gif) repeat-x;
    float: left;
    padding-right: 1px;
}
#detail .tabs .tabs-nav li.last {
    padding-right: 0;
}
#detail .tabs .tabs-nav li a {
    background: #F3F3F3;
    color: #373737;
    display: block;
    float: left;
    font-weight: bold;
    padding: 2px 10px;
}
#detail .tabs .tabs-nav li.active a,
#detail .tabs .tabs-nav li.active a:hover {
    background: none;
    color: #373737;
}
#detail .tabs .tabs-nav li a:hover {
    color: #C52D2D;
}
#detail .tabs .tabs-content {
    float: left;
    padding: 15px 25px;
    width: 244px;
}
#detail .tabs #types ol { 
    float: left;
}
#detail .tabs #types ol li { 
    float: left;
    padding: 5px 0;
    width: 244px;
}
#detail .tabs #types ol li .radio,
#detail .tabs #types ol li .label, 
#detail .tabs #types ol li .label img, 
#detail .tabs #types ol li .label span { 
    float: left;
}
#detail .tabs #types ol li .radio {
    margin-top: 2px;
}
#detail .tabs #types ol li .label { 
    margin-left: 5px;
    width: 210px;
}
#detail .tabs #types ol li .label img { 
    margin-left: 5px;
}
#detail .tabs #dimensions table {
    width: 75%;
}
#detail .tabs #dimensions table tbody tr th,
#detail .tabs #dimensions table tbody tr td {
    padding: 5px 0;
    vertical-align: top;
}
#detail .tabs #dimensions table tbody tr th {
    font-weight: bold;
    width: 75%;
}
#detail .tabs #dimensions table tbody tr th span {
    font-weight: normal;
}
#detail .tabs #dimensions table tbody tr td {
    text-align: right;
    white-space: nowrap;
    width: 25%;
}
#detail .tabs #types ul li,
#detail .tabs #materials ul li {
    background: url(../img/list-bullet-bg.gif) no-repeat 0 12px;
    padding: 5px 0 5px 15px;
}
#detail #options {
    bottom: 0;
    left: 0;
    position: absolute;
}
#detail #options .add {
    margin: 0 25px;
}
#detail #options .shop {
    background: url(../img/btn-shop-bg.gif) no-repeat;
    margin-top: 15px;
}
#detail #options .shop:hover {
    background-position: 0 -56px;
}

/* DEALERS */
#dealers-search {
    float: left;
    padding: 10px 25px 10px;
}
#dealers-search .legend {
    font-size: 11px;
    padding: 10px 0;
}
#dealers-search ol li {
    padding: 5px 0;
}
#dealers-search ol li .label {
    font-size: 11px;
    padding-right: 5px;
}
#dealers-search ol li .text {
    font-size: 11px;
    width: 54px;
}
#dealers-results {
    float: left;
    width: 100%;
}
#dealers-results table {
    width: 100%;
}
#dealers-results table thead th {
    background: url(../img/table-th-bg.gif) repeat-x;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 5px 5px 10px;
    text-align: left;
    text-transform: uppercase;
}
#dealers-results table tbody td {
    border-bottom: 1px solid #DCDCDC;
    padding: 5px;
}
#dealers-results .dealers {
    background: url(../img/btn-dealers-bg.gif) no-repeat;
    margin-top: 30px;
}
#dealers-results .dealers:hover {
    background-position: 0 -56px;
}

/* IMAGE */
.image {
    float: left;
    margin-bottom: 6px;
    position: relative;
}
.home .image {
    margin-bottom: 0;
}
.item .image {
    margin-bottom: 0;
}
.image img {
    vertical-align: top;
}
.home .image img {
    width: 954px;
}
.site .image img,
.products .image img {
    width: 654px;
}
.item .image img {
    width: 534px;
}
.image .overlay {
    background: url(../img/overlay-bg.png) no-repeat;
    bottom: 0;
    color: #FFF;
    left: 0;
    position: absolute;
	overflow:hidden;
}
.home .image .overlay {
    width: 954px;
}
.home .image .overlay h1 {
    background: url(../img/overlay-h1-bg.gif) no-repeat 20px;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: normal;
    padding: 20px 20px 20px 60px;
    width: 974px;
}
.site .image .overlay h1,
.products .image .overlay h1 {
	background: url(../img/overlay-h1-small-bg.gif) no-repeat 15px;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
	padding-left:40px;
    text-transform: uppercase;
    width:644px;
	letter-spacing: 0.05em;
}
.site .image .overlay h1 {
	background:none;
	padding-left:10px;
	
}
.image .overlay h1.active {
    background-image: url(../img/overlay-h1-active-bg.gif);
}
.products .image .overlay h1.active {
	background-image: url(../img/overlay-h1-small-active-bg.gif);
}

.image .overlay .panel {
    float: left;
    padding-left: 60px;
    width: 500px;
	
}
.image .overlay .panel p {
    padding-bottom: 20px;
}

/* IMAGEFADE */
.imageFade {
    float: left;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}
.imageFade ul.imageFadeNav {
    bottom: 0;
    right: 15px;
    position: absolute;
    z-index: 2;
}
.imageFade ul.imageFadeNav li {
    float: left;
    padding: 25px 5px;
}
.imageFade ul.imageFadeNav li a {
    background: url(../img/overlay-nav-bg.gif) no-repeat;
    display: block;
    float: left;
    height: 10px;
    text-indent: -999em;
    width: 10px;
}
.imageFade ul.imageFadeNav li.active a,
.imageFade ul.imageFadeNav li a:hover {
    background-position: 0 -11px;
}

/* THUMBNAILS */
#thumbnails {
    float: right;
}
#thumbnails ul {
}
#thumbnails ul li {
    border-bottom: 6px solid #FFF;
}
#thumbnails ul li.last {
    border-bottom: 0;
}
#thumbnails ul li img {
    vertical-align: top;
}

/* TEASER */
#teaser {
    float: left;
}
#teaser ul {
    float: left;
}
#teaser ul li {
    float: left;
    padding-right: 6px;
}
#teaser ul li.last {
    padding-right: 0;
}
#teaser ul li a {
    background: url(../img/teaser-bg.gif) no-repeat;
    float: left;
    height: 53px;
    text-indent: -999em;
    width: 234px;
}
#teaser ul li.products a {
    background-position: 0 0;
}
#teaser ul li.service a {
    background-position: -240px 0;
}
#teaser ul li.company a {
    background-position: -480px 0;
}
#teaser ul li.login a {
    background-position: -720px 0;
}

/* FOOTER */
#footer ul {
    float: right;
    padding: 10px 0;
}
#footer ul li { 
    background: url(../img/footer-sep-bg.gif) no-repeat 0 2px;
    float: left;
    padding: 0 15px;
}
#footer ul li.last { 
    padding: 0 0 0 15px;
}
#footer ul li a {
    color: #808080;
    float: left;
    font-size: 11px;
    text-decoration: none;
}
.leftimage {
	float:left;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	
}
.rightimage {
	float:right;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
	
}
.vertriebspartner_table .kopf {
	background-color:#999;
	color:#FFF;
	height:28px;
}
.vertriebspartner_table .kopf td {
	vertical-align:middle;
}
.vertriebspartner_table td {
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
	padding-left:5px;
}
.vertriebspartner_table .grau {
	background-color:#f3f3f3
}
.vertriebspartner {
	width:100%;
}
.vertriebspartner th {
	background:url(../img/sidebar-section-bg.gif) repeat-x;
	text-transform:uppercase;
	font-weight:normal;
	line-height:28px;
}
.vertriebspartner td {
	padding:3px;
	border-bottom:1px solid #CCC;
}

.site #content .countrybuttons li a:link, .site #content .countrybuttons li a:hover, .site #content .countrybuttons li a:visited {
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:none;
}
.countrybuttons li{
	background: url(../img/bg_button_inactive.gif) repeat-x;	
	width:104px;
	margin-right:6px;
	background-color:#CCC;
	float:left;
	text-align:center;
	line-height:34px;
}
.countrybuttons .lastbutton {
	margin-right:0px;
}
.katalog_download {
	margin-bottom:6px;
	float:left;
	background-color:#dcdcdc;
	width:324px;
	height:225px;
}
.katalog_download .image {
	float:left;
	border-right:1px solid white;
}
.katalog_download .content {
	float:left;
	height:198px;
}
.katalog_download .content ul {
	padding:10px;
}
.katalog_download .content .titel {
	padding-bottom:15px;
	font-weight:bold;
}
.katalog_download .download {
	border-top:1px solid white;
	height:26px;
	float:left;
	background-image: url(../img/bg_download.gif);
	width:164px;
	line-height:26px;
}
.katalog_download .download a {
	margin-left:10px;
	padding-left:25px;
	background: url(../img/pdf_icon.gif) no-repeat;
	
}
.pdfdownload {
	padding-left:10px;
	line-height:30px;
}
.pdfdownload a {
	padding-left:25px;
	background: url(../img/pdf_icon.gif) no-repeat;
}
.shopsenden {
	float:right;
	margin-top:6px;
}
