@charset "UTF-8";
/* CSS Document */

/* =====================================
   Verwendetet Farben:   
   pink: #c80c81
   ===================================== */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 101%
	}
	
img {
	border: none;
	}
	
body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	background-color: #f5f5f5;
	/*background-image: url(../images/bg.jpg);*/
	}

h1, h2, h4 {
	font-size: 19px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 0;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	color: #FFF;
	margin-bottom: 5px;
}
	
p {
	margin-bottom: 7px;
	margin-top: 0px;
	}
	
a:link, 
a:visited {
	text-decoration: none;
	color: #c80c81;
	}
	
a:hover,
a:active {
	text-decoration: none;
	color: #999;
	}

a:focus {
	outline:none;
}

ul li {
	list-style-type: none;
	/*background: url(../images/blank_pink.gif) 0px 4px no-repeat;*/
	padding-left: 15px;
	margin-bottom: 5px;
}

/* =====================================
   Formatierung Container
   ===================================== */
   
#wrapper {
	width: 980px;
	overflow: hidden;
	margin: 0px auto 5px auto;
	padding: 0 10px 10px 10px; 
	background-color: #FFF;
	-webkit-box-shadow: #ccc 0px 0px 5px 3px;
	-moz-box-shadow: #ccc 0px 0px 5px 3px; /* color, h-offset, v-offset, blur, spread */
	box-shadow: #ccc 0px 0px 5px 3px;
	}

#header {
	display: block;
	position: relative;
	width: 980px;
	height: 110px;
	border: 0px solid red;
	}
	
#logo {
	width: 390px;
	float: left;
	margin-top: 20px;
}

#search {
	width: 220px;
	margin-left: 50px;
	margin-top: 40px;
	float: left;
}

#top-navi {
	float: right;
	margin-top: 5px;
}

#zertifikate {
	clear: both;
	position: absolute;
	top: 30px;
	right: 0;
}

#navi {
	margin-top: 10px;
	display: block;
	width: 980px;
	height: 30px;
}

#slider {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#wrapper_content {
	width: 980px;
	padding-left: 10px;
	overflow: hidden;
}

#subnavi {
	float: left;
	display: block;
	width: 305px;
	margin: 0 10px 35px 0;
}

#content, #content2,
#content_breit {
	width: 645px;
	padding: 0 15px 35px 0;
	overflow: hidden;
	position: relative;
	float: left;
}

#content2 {
	float: right;
}

#content_breit {
	width: 980px;
}

#sidebar {
	width: 310px;
	display: block;
	float: right;
	margin-right: 10px;
}

#sidebar_left {
	float: left;
	width: 295px;
	margin: 0 25px 35px 0;
	display: block;
}

#footer {
	clear: both;
	color: #4e4e4e;
	background: #c6cdd1 url(images/footer_top.gif) top left no-repeat;
	padding: 10px 0;
	width: 980px;
	font-size: 12px;
	line-height: 16px;
}

.table-wrapper
{
    border: 1px solid red;
    width: 900px;
		height: 400px;
    overflow: auto;
}

table.tools tr td {
	border:1px;
 	border-color:#000000;
	border-style:solid;
	padding: 0px;
	font-size: 10px;
	margin:0px;
}

/* =====================================
   Formatierung Top-Navi
   ===================================== */
   
#top-navi ul li {
	list-style-type: none;
	display: inline;
}

#top-navi ul li a:link,
#top-navi ul li a:visited {
	color: #4e4e4e;
	display: inline-block;
	border-right: 1px solid #4e4e4e;
	padding: 0 10px 1px 8px;
	font-size: 12px;
	line-height: 12px;
}

#top-navi ul li:last-child a:link {
	border-right: none;
	padding-right: 0px;
}

#top-navi ul li a:hover,
#top-navi ul li a:active,
#top-navi ul li a:focus {
	color: #000;
}


/* =====================================
   Formatierung Haupt-Navi
   ===================================== */
	
#navi ul li {
	list-style-type: none;
	display: inline;
	background: none;
	padding-left: 0;
}

#navi ul li a:link,
#navi ul li a:visited {
	color: #63757e;
	display: inline-block;
	width: 160px;
	height: 24px;
	padding-top: 6px;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	background: url(images/bg_navi_normal.gif) top left no-repeat;
	margin-right: 4px;
}

#navi ul li:last-child a:link {
	margin-right: 0;
}

#navi ul li a:hover,
#navi ul li a:active,
#navi ul li a:focus {
	color: #000;
	background: url(images/bg_navi_over.gif) top left no-repeat;
}

#navi ul li a.current {
	color: #FFF;
	background: url(images/bg_navi_current.gif) top left no-repeat;
}

/* =====================================
   Formatierung Sub-Navi
   ===================================== */

#subnavi table tr td {
	list-style-type: none;
	background: none;
	padding-left: 0;
}

#subnavi table tr td a,
#subnavi table tr td a:visited {
	color: #000;
	display: block;
	padding: 3px 3px 3px 15px;
}

#subnavi table tr td a:hover,
#subnavi table tr td a:focus,
#subnavi table tr td a:active {
	background: url(images/bg_subnavi.gif) left bottom repeat-x;
}

#subnavi table tr td a.current {
	font-weight: bold;
	color: #000;
	background: url(images/blank_pink.gif) 0px 7px no-repeat;
}
#subnavi table tr td a:hover.current {
	background: url(images/blank_pink.gif) 0px 7px no-repeat,
	url(images/bg_subnavi.gif) left bottom repeat-x;
}

#subnavi ul li ul li a.current {
	background: url(images/blank_grau_dunkel.gif) 15px 7px  no-repeat;
}
#subnavi ul li ul li a:hover.current {
	background: url(images/blank_grau_dunkel.gif) 15px 7px  no-repeat,
	url(images/bg_subnavi.gif) left bottom repeat-x;
}

#subnavi ul li ul li ul li a.current {
	background: url(images/blank_grau_hell.gif) 30px 7px no-repeat;
}
#subnavi ul li ul li ul li a:hover.current {
	background: url(images/blank_grau_hell.gif) 30px 7px no-repeat,
	url(images/bg_subnavi.gif) left bottom repeat-x;
}


/* =====================================
   Formatierung Home
   ===================================== */
   
ul.uebersicht {
	margin-bottom: 55px;
	overflow: hidden;
}


ul.uebersicht li {
	list-style-type: none;
	background: none;
	padding-left: 0;
}

a.kategorie {
	display: block;
	width: 300px;
	height: 44px;
	padding-top: 8px;
	background: url("images/bg_verlauf_produkte.gif") top right no-repeat;
	margin: 0 15px 8px 0;
	float: left;
	font-size: 15px;
	color: #000;
	overflow: hidden;
}

a.kategorie img {
	float: left;
	margin-right: 20px;
	margin-top: -8px;
}

a:hover.kategorie,
a:active.kategorie,
a:focus.kategorie {
	background: url("images/bg_verlauf_produkte_over.gif") top right no-repeat;
}



/* =====================================
   Formatierung Produkte Start
   ===================================== */
ul {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

ul.uebersicht_produkte_start li {
	list-style-type: none;
	background: none;
	padding-left: 0;
}

ul.uebersicht_produkte_start li a,
ul.uebersicht_produkte_start li a:visited {
	display: block;
	float: left;
	width: 200px;
	height: 195px;
	background: url(images/bg_verlauf_produkte_start.gif) bottom left no-repeat;
	text-align: center;
	margin: 0 15px 15px 0;
	color: #000;
}

ul.uebersicht_produkte_start li a:hover,
ul.uebersicht_produkte_start li a:focus,
ul.uebersicht_produkte_start li a:active {
	background: url(images/bg_verlauf_produkte_start_over.gif) bottom left no-repeat;
}

ul.uebersicht_produkte_start li a img {
	display: block;
	margin: 0 0 5px 25px;
}

.links {
	position: absolute; z-index: 1; left: 230px; width: 50px; height: 25px; visibility: visible; border:1px solid;
 }
 .mitte {
	position: absolute; z-index: 2; left: 300px; width: 50px; height: 25px; visibility: visible; border:1px solid;
 }
 .rechts {
	position: absolute; z-index: 3; left: 370px; width: 50px; height: 25px; visibility: visible; border:1px solid;
 }

 /* =====================================
   Formatierung Produkt Auswahl Eigenschaften
   ===================================== */

#header_auswahlbereich {
	background: url(images/bg_verlauf_produkt_auswahl_eigenschaften.gif) top left repeat-y;
	padding: 15px 15px 0 15px;
	overflow: hidden;
}

#header_auswahlbereich img {
	float: left;
	margin: 0 15px 15px 0;
}

#header_auswahlbereich table {
	clear: both;
	border-spacing: 5px;
	border-style: none;
	position: relative;
	left: -5px;
}

ul.auswahl_eigenschaft {
	display: block;
	width: 200px;
	background: #FFF;
}

.auswahl_eigenschaft li {
	list-style-type: none;
	background-image: none !important;
	padding: 0;
	margin: 0;
}

.auswahl_eigenschaft li a:link,
.auswahl_eigenschaft li a:visited {
	color: #858a8c;
	font-size: 11px;
	border-bottom: 1px solid #d7dcdf;
	padding: 0px 0 0px 15px;
	display: block;
}

.auswahl_eigenschaft li a:hover,
.auswahl_eigenschaft li a:active,
.auswahl_eigenschaft li a:focus {
	background: #f5f5f5;
	color: #c80c81;
}

.auswahl_eigenschaft_head,
.auswahl_eigenschaft_head a:link,
.auswahl_eigenschaft_head a:visited,
.auswahl_eigenschaft_head a:hover,
.auswahl_eigenschaft_head a:active,
.auswahl_eigenschaft_head a:focus {
	width: 200px;
	color: #858a8c !important;
	font-weight: bold;
	text-align: center;
	font-size: 11px !important;
	background: #d7dcdf url(images/down.gif) 5px 5px no-repeat  !important;
	background-repeat: no-repeat;
}

/* ===================================== */
.ergebnis {
	font-weight: bold;
	color: #858a8c;
	background: #e8e8e8;
	margin: 5px 0;
	padding: 3px 15px;
}


/* ===================================== */
.produkt_auflistung {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.produkt_auflistung h3 {
	margin-bottom: 0px;
}

.produkt_auflistung img {
	float: left;
	margin-right: 15px;
}

.produkt_auflistung ul {
	margin-left: 115px;
}

.produkt_auflistung a {
	color: #000;
	display: block;
}

.produkt_auflistung a:hover {
	color: #c80c81;
}
	
	
 
 /* =====================================
   Formatierung Produkt Detailansicht
   ===================================== */

.headline_produkt_detail {
	font-size: 25px;
}

table.produkt_detail td {
	padding: 5px;
}
	
tr.bg_grau_dunkel td {
	background: #d7dcdf;
}

td.spalte_schmal {
	width: 100px;
}

td.schnittzeichnung {
	background: #eceff0;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	text-align: center;
	width: 300px;
}

.listenpunkt li {
	background: url(images/blank_pink.gif) 0px 4px no-repeat;
}

#detail_navi {
	margin-top: 30px;
	width: 100%;
	display: block;
	text-align: center;
}

#detail_navi a {
	color: #000;
	padding-left: 15px;
	margin: 0 5px;
}

#detail_navi a:hover,
#detail_navi a:active,
#detail_navi a:focus {
	color: #858a8c;
}

.navi_zurueck {
	background: url(images/pfeil_pink_zurueck.gif) 0 5px no-repeat;
}

.navi_uebersicht {
	background: url(images/pfeil_pink_hoch.gif) 0 5px no-repeat;
}

.navi_weiter {
	background: url(images/pfeil_pink_vor.gif) right 5px no-repeat;
	padding-left: 0px !important;
	padding-right: 15px;
}

/* =====================================
   Formatierung Downloads
   ===================================== */
   
a.kategorie_downloads {
	display: block;
	width: 300px;
	height: 330px;
	padding-top: 6px;
	padding-bottom: 0px;
	/*background: url("images/bg_verlauf_downloads.gif") top right repeat-y;*/
	margin: 0px 15px 0px 0;
	float: left;
	font-size: 15px;
	color: #000;
	overflow: hidden;
}

/* =====================================
   Formatierung Partner
   ===================================== */
   
ul.uebersicht_partner li {
	list-style-type: none;
	background: none;
	padding-left: 0;
}

ul.uebersicht_partner li a,
ul.uebersicht_partner li a:visited {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}


/* =====================================
   Formatierung Kontakt
   ===================================== */

.kasten_standort {
	display: block;
	width: 170px;
	height: 290px;
	background: url(images/bg_verlauf_kontakt_hoch.gif) left bottom no-repeat;
	padding: 0 15px 7px 15px;
	margin: 0 25px 15px 0;
	float: left;
}

.flach {
	background:url(images/bg_verlauf_kontakt_flach.gif) left bottom no-repeat;
	height: 195px;
}

.kasten_standort h2 {
	color: #c80c81;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
}

.kasten_standort img {
	position: relative;
	top: 0;
	left: -15px;
	margin-bottom: 12px;
}

.kasten_standortkarte {
	float: right;
	margin-right: 20px;
}

/* =====================================
   Formatierung Jobs
   ===================================== */
   
.job_kasten {
	background: #e8e8e8;
	padding: 5px 20px;
}

.job_kasten_top,
.job_kasten_bottom {
	display: block;
	width: 645px;
	height: 10px;
	background: url(images/jobkasten_top.gif) top left no-repeat;
}

.job_kasten_bottom {
	background: url(images/jobkasten_bottom.gif);
	margin-bottom: 15px;
}

.job_kasten h2 {
	color: #c80c81;
	font-weight: bold;
	margin-bottom: 5px;
}

.job_kasten ul li {
	background: url(images/blank_grau_dunkel.gif) 0px 4px no-repeat;
}

/* =====================================
   Formatierung Qualität
   ===================================== */
   
.listenpunkt_mit_abstand li {
	margin-bottom: 10px;
	background: url(images/blank_pink.gif) 0px 4px no-repeat;
}

.claim {
	font-size: 16px;
	line-height: 25px;
	color: #98a0a4;
	padding-left: 40px;
}


/* =====================================
   Formatierung Footer
   ===================================== */

#footer ul li {
	list-style-type: none;
}

#footer ul li a {
	background: url(images/bullet_kreis.png) 0 5px no-repeat;
	padding-left: 12px;
	color: #4e4e4e;
	display: block;
	margin-bottom: 5px;
}

#footer ul li a:hover,
#footer ul li a:active,
#footer ul li a:focus {
	color: #999;/*#8b9296;*/
}
	
#footer td {
	width:163px;
	padding: 0 7px;
	vertical-align: top;
}


/* =====================================
   Allgemeine Formatierungen 
   ===================================== */
   
.pink {
	color: #c80c81;
}

a.pdf_link {
	background:url(images/pikto_pdf.gif) 0 0 no-repeat;
	padding-left: 25px;
	padding-bottom: 3px;
}
	        
a.hyperlink0 {
	display:block;
	width:100%;
	background:#0000FF;
	font-family: sans-serif;
	font-size: 8pt;
	color: #656565;
	text-decoration: bold;
}
					
a.hyperlink {
	display:block;
	width:100%;
	background:#FFFFFF;
	font-family: sans-serif;
	font-size: 8pt;

	text-decoration: none;
}
					
a.hyperlink:hover {
	background:#FFFFFF;
	font-family: sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align:left;
}
					
a.hyperlink2 {
	display:block;
	width:100%;
	background:#FFFFFF;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
}
					
a.hyperlink2:hover {
	display:block;
	background:#FFFFFF;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
}
	
a.hyperlink3 {
	display:block;
	width:100%;
	background:#FFFFFF;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
}
					
a.hyperlink3:hover {
	display:block;
	width:100%;
	background:#FFFFFF;
	font-family: Arial;
	text-decoration: none;
	text-align:left;
}
	        
.imgborder {
 	border: 0px solid #656565;
}
	       
.productview {
	

}		   

					
hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #656565; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */		
}
					
table.aussen {
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
 	border-left-color:#000000;
 	border-right-color:#000000;
 	border-bottom-color:#000000;
	border-left-style:solid;
 	border-right-style:solid;
 	border-bottom-style:solid;
 	background-color:#FFFFFF;
 	background-image: url(images/menu_end.png);
	background-repeat: repeat-y;
}
					
td.head {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width:1002px;
	height:118px;
}
				
td.inner {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#656565;
}
					
table.oben {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#656565;
}
					
table.navi {
	background-image: url(images/menu_start.png);
	background-repeat: no-repeat;
	height:20px;
}
				
table.menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height:660px;				
}

.font_navi {
	font-family: sans-serif;
	font-size: 8pt;
	color: #656565;
	text-align:left;
}

.font_inner {
	font-family: sans-serif;
	font-size: 8pt;
	color: #656565;
	text-align:left;
}

.font_product {
	font-family: sans-serif;
	font-size: 8pt;
	color: #656565;
	text-align:left;
}
					
.font_menu {
	font-family: sans-serif;
	font-size: 8pt;
	color: #656565;
	text-align:left;
}
					
					
/* Relativer Tooltip */
a span.infobox {
	visibility:hidden;
	display:none;
}

a:hover span.infobox {
	width:200px;
	text-align: left;
	visibility:visible; display:block;
	/*border:1px solid #FF00FF;*/
	color:black;
	background:#DEDEDE;
	text-decoration:none;
	position:absolute;
	margin: 10px 0px 0px 100px; 
	padding:10px;
	z-index:1;
}

a span.infobox2 {
	visibility:hidden; display:none;
}

a:hover span.infobox2 {
	width:200px;
	text-align: left;
	visibility: visible;
	display:block;
	/*border:1px solid #FF00FF;*/
	color: black;
	background: #DEDEDE;
	text-decoration: none;
	position: absolute;
	margin: 10px 0px 0px 0px; 
	padding: 10px;
	z-index: 1;
}

a span.infobox3 {
	visibility:hidden; display:none;
}

a:hover span.infobox3 {
	width:200px;
	text-align: left;
	visibility: visible;
	display: block;
	/*border:1px solid #FF00FF;*/
	color: black;
	background: #DEDEDE;
	text-decoration: none;
	position: absolute;
	margin: 10px 0px 0px -100px; 
	padding: 10px;
	z-index: 1;
}


.infolink span.infobox {
	visibility:hidden; display:none;
	position:absolute;
	margin-top:1.5em;
	padding:0.5em;
	text-decoration:none;
	z-index:1;
}

.infolink:hover span.infobox {
	visibility:visible; display:block;
	left:1em;
	border:1px solid #FF00FF;
	color:black;
	background:white;
	text-decoration:none;
	z-index:1;
}

.selectBox1 {
	font-family: sans-serif;
	font-size: 8pt;
	background-color:#DEDEDE;
}
.inputType1 {
	font-family: sans-serif;
	font-size: 7pt;	
}



/*Anzeige für die Pulldownmenus*/
.boxoben,
.boxoben  a:link,
.boxoben a:visited,
.boxoben a:hover,
.boxoben  a:active,
.boxoben  a:focus {

	color: #858a8c !important;
	font-weight: bold;
	text-align: center;
	font-size: 11px !important;
	list-style: none;
	cursor: pointer;
	background: #d7dcdf url(images/down.gif) 5px 5px no-repeat  !important;
	background-repeat: no-repeat;	
}
	
#menu {
	position: relative;
	margin-right: 10px;
}

#menu ul .item {
	display: none;
}

#menu ul:hover .item {
	display: block;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px;
	border-color: #CECECE;
}

#menu ul:hover .item a {
	/*color:#000000;*/
	text-decoration: none;
}
#menu ul:hover .item a:hover {
	/*color:#ff0000;*/
}

#menu ul {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 8pt;
}
.clear {
	clear:both;
	height:1px
}
