html, body {
	background:#CBD1D7;
	margin:0;
	padding:0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	height:100%;
}
.cur-zoom {
	cursor:url(../img/zoom.cur), pointer;
}
/* -------------------------Seitenstruktur------------------------- */
#wrapper {
	width: 100%;
	position:relative;
	top:15px;
}
#seite {
	width: 893px;
	position:relative;
	background: url(../img/bg-main.jpg) top left repeat-y;
	z-index:2;
}
#header {
	width: 893px;
	height:128px;
	position:relative;
	background: url(../img/header.jpg) top left no-repeat;
}
#subnavigation {
	width:100%;
	padding-top:0px;
	position:relative;
	float:left;
	left:1px;
}
#sprachauswahl {
	float: right;
	position:relative;
	padding:80px 10px 0 0;
}
div#sprachauswahl img {
	margin:0 5px 0 0;
}
#columnleft {
	position:relative;
	float:left;
	width:669px;
	margin:0 0 0 0;
	padding:0 0 0 1px;
}
#columnleft-full {
	background-color:#FFFFFF;
	float:left;
	margin:0 0 -10px 1px;
	padding:0 0 0 1px;
	position:relative;
	width:890px;
}
.marginbox {
	margin: 10px;
}
#columnright {
	position:relative;
	width:223px;
	height:300px;
	margin:0;
	padding:0 0 0 0;
	float:right;
	text-align:left;
}
#clear {
	clear:both;
	height:.1px;
	font-size:0;
	line-height:0;
}
.clear {
	clear:both;
	height:.1px;
	font-size:0;
	line-height:0;
}
#footer {
	position:relative;
	width:893px;
	height:50px;
	padding-top:20px;
	background: url(../img/footer.jpg) top left no-repeat;
	clear:both;
	bottom:0px;
}
.imgleft {
	float:left;
	border:#83A2AF dashed 1px;
	margin-right: 10px;
}
.imgright {
	float:right;
	border:#83A2AF dashed 1px;
	margin-left: 10px;
}
.imgright-noborder {
	float:right;
	border: none;
	margin-left: 10px;
}
.imgleft-noborder {
	float:left;
	border: none;
	margin-right: 10px;
}
/*--------------------Unsere Produkte------------------*/
.divleft-register {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	width:315px;
	border:#83A2AF dashed 1px;
}
.divright-register {
	float:right;
	margin-right: 0px;
	margin-top: 10px;
	width:315px;
	border:#83A2AF dashed 1px;
}
.kapitel {
	width:61px;
	height:60px;
	background-color:#9ed7f2;
	float:left;
	margin:-2px 0 0 0;
}
.kapitel h3 {
	text-align:center;
}
.kapitel h4 {
	font-size:12px;
	text-align:center;
	margin-top:2px;
}
.kapitel .nummer {
	text-align:center;
	font-size:36px;
	font-weight:bold;
	margin:10px 0 0 0;
}
.kapitelheading {
	float:left;
	width:240px;
	margin:0 0 3px 5px;
	line-height:12px;
}
.buttons {
	float:left;
	border-top:1px dashed #83A2AF;
	width:254px;
	height:30px;
	background-color:#eee;
}
.pdf-link {
	text-decoration:none;
	float:left;
	width:54px;
	margin:4px 0 0 1px;
}
.webshop-link {
	text-decoration:none;
	float:left;
	width:90px;
	margin-top:4px
}
.katalog-link {
	text-decoration:none;
	float:left;
	width:108px;
	margin-top:4px
}
.buttons a div {
	float:left;
}
.buttons .pdf-link img {
	margin:3px 3px 0 0;
}
.buttons .webshop-link img {
	margin:1px 3px 0 0;
}
.buttons .katalog-link img {
	margin:1px 3px 0 0;
}
.buttons a span {
	font-size:10px;
	line-height:8px;
	vertical-align:middle;
}
*[class="divright-register"] /*das wird vom internet explorer ignoriert!*/ {
	float:right;
	margin-right:0px;
	width:315px;
	border:#83A2AF dashed 1px;
}
.divleft {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	width:300px;
}
.divright {
	float:right;
	margin-right: 0px;
	margin-top: 10px;
	width:300px;
}
*[class="divright"] /*das wird vom internet explorer ignoriert!*/ {
	float:right;
	margin-right: 20px;
	width:300px;
}
/* -------------------------listen------------------------- */

ol, ul, li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	padding-left: 10px;
	line-height: 18px;
}
.ulrightcolumn {
	padding:0 1px 0 1px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}
ul.ulrightcolumn li h2 {
	font-size:16px;
	background: url(../img/bg_ul_h2.gif);
	color:#FFF;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	margin:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul.ulrightcolumn li h2.h2aktion {
	font-size:16px;
	background: url(../img/bg_ul_h2-aktion.gif);
	color:#FFF;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	margin:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul.ulrightcolumn li p {
	font-size:11px;
	color:#11749B;
	padding: 3px 0 3px 10px;
	margin:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.separator {
	height:15px;
	margin:0;
	padding:0;
	clear:both;
	position:relative;
}
/* -------------------------typografie------------------------- */

h1 {
	font-size:20px;
	font-weight: bold;
	color:#fff;
	margin: 15px 10px 10px 15px;
}
h2 {
	font-size:18px;
	font-weight: bold;
	color:#000000;
	margin: 5px 0 5px 0;
}
h3 {
	font-size:14px;
	font-weight: bold;
	color:#000000;
	margin: 3px 0 3px 0;
}
#columnleft-full h3 {
	margin: 20px 0 3px 0 !important;
}
a.linksidebar, a.linksidebar:hover {
	font-size:11px;
	color:#11749B;
	padding: 10px 5px 3px 5px;
	margin:0;
	font-weight: bold;
}
p {
	margin: 12px 0 12px 0;
	line-height: 14px;
}
.marginbox p {
	margin: 14px 0 14px 0;
	line-height: 18px;
}
/* -------------------------navigation------------------------- */
#navigation {
	width:700px;
	padding-top:76px;
	position:relative;
	float:left;
}
.mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	white-space: nowrap;
}
a.mainlevel {
	height:28px;
	line-height: 25px;
	width: 100px;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
	text-decoration: none !important;
	margin-bottom:0px !important;
	display:block !important;
	white-space:nowrap;
	voice-family:"\"}\""; /* Box Model fix */
	border: 0px;
}
a.mainlevel:hover, a.mainlevel#active_menu, a.mainlevel_active, a.mainlevel_current {
	height:28px;
	width: 100px;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: center !important;
	font-weight: bold !important;
	text-decoration: none !important;
	margin-bottom:0px !important;
	display:block !important;
	white-space:nowrap;
	voice-family:"\"}\""; /* Box Model fix */
	border: 0px;
	line-height: 25px;
	color: #000000 !important;
	background-color: #E59A59 !important;
}
html>body a.mainlevel-submen {
	padding-left: 10px;
	padding-right: 10px;
} /* Opera5-Fix-fix ;-) */
/* -------------------------subnavigation------------------------- */

a.mainlevel-submen {
	height:22px;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: center !important;
	font-weight: bold !important;
	color: #fff !important;
	text-decoration: none !important;
	margin-bottom:0px !important;
	display:block !important;
	white-space:nowrap;
	voice-family:"\"}\""; /* Box Model fix */
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float:left;
	white-space: nowrap;
	width: auto;
}
a.mainlevel-submen:hover, a.mainlevel-submen_active, a.mainlevel-submen#active_menu-submen {
	color: #fff !important;
	height:22px;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	text-align: center !important;
	font-weight: bold !important;
	text-decoration: none !important;
	background-color: #39A6D6;
	margin-bottom:0px !important;
	display:block !important;
	white-space:nowrap;
	voice-family:"\"}\""; /* Box Model fix */
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	float:left;
	white-space: nowrap;
	width: auto;
}
.sublevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	white-space: nowrap;
	width: auto;
}
a.sublevel {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	padding-left: 12px;
	width: 139px;
	display: block;
	line-height: 20px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: normal;
	border-right: 4px solid #CACACA;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 123px;
	float:left;
	white-space: nowrap;
	width: auto;
}
html>body a.sublevel {
	width:123px;
} /* Opera5-Fix-fix ;-) */
a.sublevel:hover, a.sublevel#active_menu {
	text-decoration: none;
	width: 139px;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 123px;
}
html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
	width: 123px;
}
/* -------------------------Links------------------------- */

a {
	text-decoration:  none;
	font-weight: normal;
	border: none;
	color: #555555;
	text-decoration: underline;
}
a:hover {
	text-decoration:  none;
	border: none;
}
div {
	position:relative;
}
p img {
	border:0 none;
	margin:0;
}
img {
	border:0 none;
	margin:0;
}
.fusszeile, .fusszeile:link, .fusszeile:hover, .fusszeile:active {
	color: #666666 !important;
	font-size: 10px !important;
	text-decoration: none !important;
	font-weight: normal !important;
}
/* -------------------------Tabelle Werkszeugnisse------------------------- */
table {
	border-collapse:collapse;
	border-top:1px solid #000;
	width:866px;
	background:#FFF;
	font-size:12px;
}
colgroup.bezeichnung {
	padding-left:20px;
	width: 500px;
}
colgroup.oberflaeche {
	width:200px;
}
colgroup.art-nr {
	width:300px;
}
tbody td {
	border-bottom:1px dashed #83a2af;
	padding:5px;
}
tr.odd {
	background-color:#eee;
}
tbody td img {
	margin:0 7px 0 13px;
}
span.kapitel {
	display:block;
	width:32px;
	height:32px;
	background-color:#92d5f2;
	font-size:19px;
	line-height: 30px;
	font-weight:bold;
	text-align:center;
	margin:0px 5px 0 0px;
}

/*---- Slider Homepage ----*/
#sliderwrapper{margin: 0 auto; width:661px; height:174px; padding:20px 0 0 0; background:#fff url(../img/slider/slider_bg.jpg) top left no-repeat; position:absolute; bottom:0; left:5px;}
#sliderbox{width: 644px; margin:0 0 0 23px; position:relative;}
#sliderbox .slider ul{padding:0; margin:0;}
#sliderbox .slider ul li{padding:0; margin:0; list-style:none; list-style-type:none;}
#sliderbox .slider li img{
background-color:#FFFFFF;
height:155px;
margin: 0 5px;
width:195px;
padding:0;
}

#sliderbox .slider li p  {font-size:12px;margin: 0 10px 0 10px;}
 .prev {width:12px; height:152px; position:absolute; top:0; left:-19px; text-indent:-9999px; border:none; z-index:5; background: transparent url(../img/slider/slider_navi.jpg) center left no-repeat; padding:0; margin:0; cursor:pointer;}
 .next {width:12px; height:152px; position:absolute; top:0; right:10px; text-indent:-9999px; border:none; z-index:5; background: transparent url(../img/slider/slider_navi.jpg) center right no-repeat; padding:0; margin:0; cursor:pointer;}

img.sonderaktion{margin: 0 0 0 -1px; float:left;}
div#sonderaktionbuttondiv{position:absolute; bottom:-26px;}
div#sonderaktionbuttondiv a.sonderaktionbutton{padding:0; margin:0; width:100px; height:22px; background:transparent url(../contentimg/zur-aktion.gif) top left no-repeat; display:block; text-indent:-9999px; position:absolute; bottom:3px; left:119px; cursor:pointer;}
div#sonderaktionbuttondiv a.sonderaktionbuttoneng{padding:0; margin:0; width:100px; height:22px; background:transparent url(../contentimg/zur-aktion-en.gif) top left no-repeat; display:block; text-indent:-9999px; position:absolute; bottom:3px; left:119px; cursor:pointer;}
