@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3F1;
	margin: 0;
	padding: 0;
	color: #333333;
	overflow: scroll;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: disc;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
.produktinfolang {
	float: left;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
	border-top-color: #D6D6D6;
}
/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #333333;
	text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
	color: #F00;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header {
	height: 64px;
	color: #C9C9C1;
	padding-top: 10px;
	width: 960px;
}



#wrapper {
	padding: 0px;
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	margin-top: 0px;
	background-color: #FFF;
}
#footer {
	background-color: #E7E7E2;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 0px;
	height: 370px;
}
#sitemapbox {
	margin-bottom: 1px;
	color: #333333;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #E7E7E2;
	width: 960px;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	height: 330px;
}
#sitemapbox a {
	margin-bottom: 1px;
	color: #666666;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 350px;
	width: 960px;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
}
#sitemapbox a:hover {
	margin-bottom: 1px;
	color: #000000;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 350px;
	width: 960px;
	line-height: normal;
	font-weight: normal;
	font-size: 11px;
}
.sitemaptextbox {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 80px;
	float: left;
	width: 225px;
	padding-right: 5px;
	color: #333;
	font-weight: bold;
}

#copy {
	background-color: #E7E7E2;
	height: 24px;
	font-size: 11px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 940px;
	margin-top: 2px;
}
/* ~~ Stile für die Navigationslisten (können entfernt werden, wenn Sie ein vordefiniertes Ausklappmenü wie Spry verwenden) ~~ */
ul.nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E2;
	margin-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E2;
	padding: 0px;
	margin: 0px;
}
.liste {
}

ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	display: block;  /*Mit dieser Breite reagiert die gesamte Schaltfläche in IE6 auf Mausklicks. Kann entfernt werden, wenn IE6 nicht unterstützt werden muss. Berechnen Sie die exakte Breite durch Subtrahieren der Auffüllung für diesen Hyperlink von der Breite des Containers für die Randleiste. */
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	background-color: #E2E2DC;
	color: #000000;
}
#navobenbox {
	color: #333;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 960px;
	font-size: 11px;
	border-top-color: #9FACB5;
	border-right-color: #9FACB5;
	border-bottom-color: #9FACB5;
	border-left-color: #9FACB5;
}
#navverti {
	color: #333;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 960px;
	font-size: 11px;
	border-top-color: #9FACB5;
	border-right-color: #9FACB5;
	border-bottom-color: #9FACB5;
	border-left-color: #9FACB5;
}
#navverti a {
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
#navverti a:hover {
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	text-decoration: underline;
}

#navobenbox a:hover {
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}

#navobenbox a {
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}

.navobenboxlogo {
	height: ;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	padding-left: 9px;
	width: auto;
}
.homelogo {
	height: ;
	float: left;
	padding-top: 4px;
	padding-right: 30px;
	padding-left: 1px;
	margin: 0px;
}

#navhaupt {
	margin-top: 6px;
	margin-bottom: 2px;
	height: 34px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 200px;
	padding-top: 2px;
	color: #333333;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #A0BECF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 4px;
	border-top-style: none;
	border-left-style: none;
	padding-left: 10px;
	border-right-style: none;
	border-bottom-style: none;
}
.box1 {
	width: 289px;
	padding: 10px;
	background-color: #F1F2F3;
	line-height: 14px;
	font-size: 11px;
	color: #4D4D4D;
	border: 1px solid #D8D8D1;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.boxlangweiss {
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 10px;
}
.bild1 {
	height: 410px;
	width: 300px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	float: right;
}
.leer {
	height: 35px;
}


.boxseitename {
	font-size: 18px;
	font-weight: normal;
	color: #3F5567;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: #E7E7E2;
	height: 30px;
	border: 1px solid #D8D8D1;
	line-height: 20px;
}

.boxhoch {

	float: left;
	width: 289px;
	padding: 7px;
	margin: 6px;
	background-color: #F1F2F3;
	line-height: 14px;
	font-size: 11px;
	color: #4D4D4D;
}
.boxlanggrau {
	background-color: #EAECEE;
	padding: 20px;
	border: 1px solid #D8D8D1;
	color: #596772;
	margin-top: 2px;
	margin-bottom: 2px;
}
.boxstartfoto {
	background-color: #FFFFFF;
	border: 1px solid #D8D8D1;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
.raummittebox {
	padding: 7px;
	margin: 6px;
	background-color: #F1F2F3;
	line-height: 14px;
	font-size: 11px;
	color: #4D4D4D;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
#boxlang {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F3F3F1;
	height: 360px;
}
.boxlinks {
	width: 305px;
	background-color: #CFD3D6;
	font-size: 11px;
	color: #4D4D4D;
	border: 1px solid #D8D8D1;
	margin-top: 7px;
	margin-right: 19px;
	margin-bottom: 3px;
	height: 350px;
	line-height: 16px;
	float: left;
	margin-left: 0px;
}
.boxrechts {
	width: 305px;
	background-color: #CFD3D6;
	line-height: 16px;
	font-size: 11px;
	color: #4D4D4D;
	border: 1px solid #D8D8D1;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 19px;
	float: left;
	height: 350px;
}
.boxmitte {
	width: 305px;
	background-color: #CFD3D6;
	line-height: 16px;
	font-size: 11px;
	color: #4D4D4D;
	border: 1px solid #D8D8D1;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
	height: 350px;
}
.boxweissschrift11 {
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #D8D8D1;
	font-size: 11px;
	color: #333333;
}
.boxlinks1 {
	width: 400px;
	line-height: 14px;
	font-size: 11px;
	color: #4D4D4D;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 350px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxrechts2 {
	width: 440px;
	line-height: 14px;
	font-size: 11px;
	color: #4D4D4D;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 2px;
	height: 350px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxlinks1Kopie {
	width: 400px;
	line-height: 14px;
	font-size: 11px;
	color: #4D4D4D;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 350px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: left;
}
.boxrechts2Kopie {
	width: 440px;
	line-height: 14px;
	font-size: 11px;
	color: #4D4D4D;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 2px;
	height: 350px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.kleinboxgrau {
	background-color: #EBECED;
	border: 1px solid #D8D8D1;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 0px;
}

}
#logobox {
	height: 50px;
	width: 200px;
	float: left;
}
#copy a {
	color: #666666;
	font-size: 11px;
}
#copy a:hover {
	color: #000000;
	font-size: 11px;
}


.navobenboxlogo1 {
	color: #333333;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-left: 590px;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 8px;
	color: #333;
}
.produktbox {
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 25px;
}
#produktbox {
	background-color: #FFFFFF;
	border: 1px solid #D1D1C9;
	text-decoration: none;
}
#produktbox a {
	margin-top: 3px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #616F7A;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#produktbox a:hover {
	margin-top: 3px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.produktbox1 {
	height: 50px;
	width: 150px;
	background-color: #FFFFFF;
	float: none;
	text-align: center;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	clear: none;
}
#produktbox2 {
	background-color: #FFFFFF;
	height: 146px;
	border: 1px solid #E7E7E2;
	margin-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #616F7A;
	text-decoration: none;
}
#produktbox2 a {

	margin-top: 3px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #616F7A;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#produktbox2 a:hover {

	margin-top: 3px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pdfbox {
	float: right;
	width: 300px;
	font-size: 11px;
	line-height: 16px;
	height: 40px;
	text-align: left;
}
#dsmlogo {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 30px;
	width: 230px;
	float: left;
	height: 20px;
}
.produkt2box {
	padding: 20px;
	width: 433px;
	border: 1px solid #DEDEDA;
	height: 480px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.produkt2box2 {
	width: 432px;
	border: 1px solid #DEDEDA;
	height: 480px;
	background-color: #FFFFFF;
	float: right;
	padding: 20px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.produkthgrund {
	background-color: #FFFFFF;
	border: 1px solid #D8D8D1;
}
.produkthgrundlang {
	background-color: #FFFFFF;
}
.produkt2boxlang {

	padding: 20px;
	width: 433px;
	border: 1px solid #DEDEDA;
	height: 700px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.produkt2box2lang {

	width: 432px;
	border: 1px solid #DEDEDA;
	height: 700px;
	background-color: #FFFFFF;
	float: right;
	padding: 20px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.produkt1box {
	border: 1px solid #DEDEDA;
	background-color: #FFFFFF;
}
.produkt2boxkurz {

	padding: 20px;
	width: 433px;
	border: 1px solid #DEDEDA;
	background-color: #FFFFFF;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.produkt2box2kurz {

	width: 432px;
	border: 1px solid #DEDEDA;
	background-color: #FFFFFF;
	float: right;
	padding: 20px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.produkttext {
	width: 910px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 20px;
	clear: left;
}
.lerbreit {
	width: 930px;
	background-color: #FFFFFF;
	text-align: left;
	clear: left;
	padding-top: 1px;
	height: 7px;
}
.produktbox1oben {
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 7px;
	padding-left: 27px;
}
.pdfunten {
	float: left;
	width: 220px;
	height: 40px;
}
.eaboxrechts {
	float: right;
	text-align: center;
	border: 1px solid #DEDEDA;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 7px;
	margin-left: 8px;
}
.eaboxlinks {
	float: left;
	text-align: center;
	border: 1px solid #DEDEDA;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.boxlanggrau2mal {
	background-color: #EAECEE;
	border: 1px solid #D8D8D1;
	color: #596772;
	float: left;
	width: 389px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 60px;
	height: 1600px;
	text-align: left;
	padding-bottom: 5px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}
.boxlangweissomargo {
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #D8D8D1;
	height: 1635px;
}
.copylinks {
	float: left;
	width: 400px;
}
.copyrechts {
	float: left;
	width: 530px;
	text-align: right;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.zertlogo {
	float: left;
	height: 150px;
	width: 100px;
	margin-right: 20px;
	margin-left: 0px;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}
.produktname {
	background-color: #E7E7E2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #3F5567;
	float: left;
	font-weight: normal;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 20px;
	width: 698px;
}
.raumfueller {
}
#navilinks {
	width: 205px;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 10px;
	float: left;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #4D658A;
	list-style-type: none;
}
.naviliste {
	list-style-type: none;
}
#navigation {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	text-decoration: none;
}


.produktinfo {
	float: left;
	width: 320px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 22px;
	margin-right: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.fettgross {
	font-size: 15px;
	font-weight: bold;
	color: #3F5567;
	text-align: left;
}
.liste {
	font-size: 11px;
	font-style: normal;
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 4px;
	text-align: left;
	list-style-position: outside;
}

.produktspalten {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b4bdc5;
}
.produktkopf {
	background-color: #E7E7E2;
}
#produktinhalt {
	background-color: #FFF;
}
.fettklein {
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	font-weight: bold;
	color: #333;
}
.seitennameprodukt {
	font-size: 18px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #596772;
	height: 55px;
}
#wrapper #content .produkthgrundlang .produktspalten .produktinfo #CollapsiblePanel2 {
}
.boxlogo {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #FFF;
	width: 200px;
	height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.produktname {
	background-color: #E7E7E2;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	float: left;
}
.produkteseite {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	height: 30px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 18px;
	color: #3F5567;
	float: left;
	background-color: #E7E7E2;
	width: 700px;
	line-height: 40px;
}
.techdatengrau {
	font-weight: bold;
	color: #5F5F5F;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1DD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1DD;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.techdatenhell {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.bildzentr {
	padding-left: 120px;
}
#navilinks p {
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E2;
}
#navilinks p a {
	color: #666;
	width: 200px;
}
#navilinks p a.hover {
	color: #333;
}
#navilinks {
}





.bilder {
	float: left;
	width: 190px;
	height: 160px;
	margin-right: 7px;
}

.leerlang {
	float: left;
	height: 20px;
	width: 600px;
}
.dowloadsbox {
	float: left;
	width: 280px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D6975;
	border-right-color: #5D6975;
	border-bottom-color: #5D6975;
	border-left-color: #5D6975;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.navhaupt {
	font-size: 16px;
	font-weight: normal;
}
.navilogo {
	padding-top: 12px;
	padding-bottom: 12px;
}
.sitemaplogo {
	width: 150px;
	text-align: right;
}
.pdflogo {
	float: left;
	width: 30px;
	height: 35px;
	margin-right: 5px;
}
#current {
	background-color: #C9C9BE;
}
.dowloadsliste {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 25px;
}
.dowload {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56658B;
	width: 560px;
	margin-top: 12px;
	background-color: #E4E4E0;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	margin-left: 20px;
}
.start {
	font-size: 13px;
	font-weight: bold;
	color: #4D4D4D;
	width: 292px;
	float: left;
	padding-top: 5px;
	text-align: center;
	margin-left: 2px;
}
.starthyp {
	font-weight: normal;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 12px;
	color: #4D4D6A;
	text-align: center;
	width: 130px;
	float: none;
	clear: both;
	margin-left: 80px;
}
.sitemaphypgross {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
#sitemaphypgross {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}
#sitemaphypgross a {
	font-weight: bold;
	color: #2D2D2D;
}
#sitemaphypgross a:hover {
	font-weight: bold;
	color: #000;
}
#wrapper #navhaupt #MenuBar2 li a {

}
.produktinfolaenger {
	width: 670px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
.variobox {
	background-color: #CED0D5;
	height: 350px;
	width: 320px;
}
