/* ==== allg. Styles ==== */
html{
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%; 
	margin:0;
	padding:0;
	height:100%;
	
}
h1 {
	margin-top:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#000000;
	margin-bottom:12px;
	/*background-color:#C7C7C7;*/
}
h1 span{
	background-color:none;
	width:100%;
	height:22px;
	padding-top:1px;
	padding-left:10px;
	margin-right:240px;
	
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:0.5em;

}
h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

div.content a {
	font-weight:normal;
	text-decoration:none;
	color:#0958A5;

}

div.content a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

a {
	
	text-decoration:none;
	color:#0958A5;
}
a:hover{
	text-decoration:none;
	color:#000000;
}
/* ==== allg. Styles - Ende ==== */

/* ==== Requests ==== */
input.requesttext {
	font-size:0.7em;
	border:1px solid #000000;
	width:300px;
}
input.requesttext1 {
	font-size:0.7em;
	border:1px solid #000000;
	width:100px;
	margin-right:10px;
}
input.requestradio {
	
	border:none;
	margin:0px;
	padding:0px;
	
}
input.requesttext2 {
	font-size:0.7em;
	border:1px solid #000000;
	width:190px;
}

textarea.requesttextarea {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.7em;
	border:1px solid #000000;
	width:300px;
	height:80px;
	overflow:auto;
}
textarea.requesttextarea2 {
	height:160px;
}
.requestsubmit{
	font-size:0.75em;
}
/* ==== Requests - Ende ==== */

/* ==== Länderauswahl ==== */
.languageselect {
	/*width:173px;*/
	
	height:20px;
	border:1px solid #000000;
	font-size:0.75em;
	margin-top:3px;
	padding-left:2px;
	width:218px;
}

.languagesubmit {
	/*width:40px;*/
	font-size:0.75em;
	margin-bottom:10px;
}
/* ==== Länderauswahl ==== */

/* ==== Postleitzahlensuche ==== */
.plzselect {
	width:120px;
	border:1px solid #00AEEF;
	font-size:0.75em;
}

.plzsubmit {
	height:17px;
	width:40px;
	font-size:0.75em;
	border:1px solid #00AEEF;
	background-color:#ffffff;
	color:#000000;
	margin-left:5px;
}
/* ==== Postleitzahlensuche - Ende ==== */

/* ==== Loginformular ==== */
.login_input {
	width:150px;
	height:18px;
	border:1px solid #00AEEF;
	font-size:1em;
}

.login_submit {
	height:17px;
	width:50px;
	text-align:center;
	font-size:0.9em;
	border:1px solid #00AEEF;
	background-color:#ffffff;
	color:#000000;
}
/* ==== Loginformular - Ende ==== */

/* ==== Registrierung ==== */
.register_col{
	vertical-align:top;
	padding:1px 0px 1px 0px;
}
.register_col_bottom{
	vertical-align:top;
	padding:5px 0px 1px 0px;
}
.register_label{
	width:150px;
	vertical-align:middle;
}
.register_input{
	font-size:1em;
	width:220px;
	border:1px solid #00AEEF;
}
/* ==== Registrierung - Ende ==== */

/* ==== Servicenavigation ==== */
div.servicenavi{
	background-color:#00aeef;
	min-width:190px;
	
	padding-top:6px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	color:#ffffff;
	padding-right:10px;
}
div.breadcrumbnavi{
	min-width:190px;
	
	padding-top:6px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	color:#000;
	padding-left:10px;
}
div.marginalheadline{
	min-width:190px;
	
	padding-top:6px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
}
div.login{
	background-color:#00AEEF;
	float:left;
	min-width:190px;
	
	margin-left:11px;
	margin-right:10px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	
	font-weight:bold;
	color:#ffffff;
}
div.startseite{
	background-color:#C7C7C7;
	width:190px;
	
	padding-left:14px;
	padding-top:6px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	color:#00AEEF;
}
a.servicenavi{
	text-decoration:none;
	color:#ffffff;
	padding-right:4px;
	padding-left:4px;
}
a:hover.servicenavi{
	color:#ffffff;
	text-decoration:underline;
}
a.startseite{
	text-decoration:none;
	color:#000000;
	padding-right:8px;
	padding-left:8px;
}
a:hover.startseite{
	color:#000000;
	text-decoration:underline;
}
/* ==== Servicenavigation - Ende ==== */

/* ==== Hauptnavigation ==== */
a.ebene_1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin-bottom:5px;
	margin-left:10px;
	height:10px;
	display:table;
}

a.ebene_1:hover {
	color:#000000;
	text-decoration:underline;
}

a.ebene_2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.7em;
	color:#0958A5;
	text-decoration:none;
	margin-left:22px;
	margin-bottom:4px;
	height:10px;
	display:table;
}

a.ebene_2_open {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.7em;
	color:#000000;
	text-decoration:none;
	margin-left:22px;
	margin-bottom:4px;
	height:10px;
	display:table;
}

a.ebene_2:hover,
a.ebene_2_open:hover{
	color:#000000;
}

a.ebene_3 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.7em;
	color:#0958A5;
	text-decoration:none;
	margin-left:34px;
	margin-bottom:4px;
	height:10px;
	display:table;
}

a.ebene_3_open {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.7em;
	color:#000000;
	text-decoration:none;
	margin-left:34px;
	margin-bottom:4px;
	height:10px;
	display:table;
}

a.ebene_3:hover,
a.ebene_3_open:hover{
	color:#000000;
}
/* ==== Hauptnavigation - Ende ==== */

/* ==== Suchmaske ==== */
.inputsearch{
	font-size:0.7em;
	border:1px solid #00AEEF;
	width:110px;
	color:#696969;
	margin-left:20px;
}

.buttonsearch{
	font-size:0.7em;
	width:40px;
	height:17px;
	background-color:#ffffff;
	border:1px solid #00AEEF;
}
/* ==== Suchmaske - Ende ==== */

/* ==== Seiteninhalt ==== */
div.navi{
	width:190px;
}
div.content{
	font-size:0.7em;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:10px;
	

	height:auto;

}

* html div.content{
	width:100%;
	height:auto;
	
}

div.jobs {
	position:relative;
}

div.jobs p {
	margin:0px 0px 5px 0px !important;
}

div.jobs ul li {
	list-style-image:url("../images/dunker_bullet.gif");
	vertical-align:top;
	padding-bottom:10px;
}

* html div.jobs ul li,
html* div.jobs ul li {
	list-style-image:url("../images/dunker_bullet_ie.gif");
	vertical-align:middle !important;
}

div.jobs ul.ausbildung {
	margin-left:-22px;
}

* html div.jobs ul.ausbildung,
html* div.jobs ul.ausbildung {
	margin-left:16px !important;
}

div.startpagecontent {
	border-right:1px solid #00AEEF;
	height:100%;
	margin-right:221px;
	
	
}

* html div.startpagecontent {
	border-right:0px;
	height:auto;
	margin-right:221px;
	margin-bottom:0px;
	
}

.startpagecontent p
{
margin:5px 0 5px 0;

}


div.content hr{
	color:#90B4D6;
	height:1px;
}
div.content .search_spacer{
	margin-bottom:15px;
}
div.content h1{
	font-size:1.0em;
	margin-top:0px;
}
div.content h2{
	font-size:1.2em;
	padding-top:5px;
	margin-top:0px;
}
div.content .standard{
	font-size:1em;
	margin:0px;
	padding:0px;
}
div.content .stheader{
	height:30px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-size:0.9em;
}
div.content .stcontent{
	padding:0px;
	margin:0px;
	font-size:0.9em;
}
div.marginalcontent {
	font-size:0.75em;
	width:221px;
	padding-left:0px;
	padding-bottom:10px;
	float:right;
	
}

div.productsmarginalcontent {
	font-size:0.75em;
	width:221px;
	padding-left:0px;
	padding-bottom:10px;
	float:right;
	
}


* html div.marginalcontent {
	border-left:1px solid #00AEEF;
	height:100%;
} 




@media print {
	div.marginalcontent {
	display:none;
	}
}


div.newscontent {
	position:absolute;
	width:300px;
	margin-left:280px;
	margin-top:60px;
}

div.imagefooter{
	position:relative;
	background-color:#ffffff;
	width:220px;
	height:20px;
	top:-20px;
	filter:Alpha(opacity=85);
	-moz-opacity:.75;
	opacity:.75;
	padding-top:3px;
}

a.marginallink {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:0.6em;
	color:#000000;
	text-decoration:none;
	padding-left:8px;
}
a:hover.marginallink{
	color:#000000;
}

a.newscontent {	
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1.1em;
	color:#000000;
}

a.imagefootertext {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:0.85em;
	color:#000000;
	text-decoration:none;
	padding-left:8px;
}
a:hover.imagefootertext{
	color:#000000;
}

.margincontent {
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
}

.margincontent h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-top:0px;
}
.marginaltable {
	font-size:0.9em;
	width:220px;
	margin:0px;
	padding:0px;
}
.marginaltable .header{
	font-weight:bold;
	padding-left:20px;
}
.marginaltable .teaser{
	vertical-align:top;
	padding-top:7px;
	padding-left:7px;
}
.marginaltable .link{
	width:210px;
	padding-top:3px;
	padding-left:3px;
}
.marginaltable a{
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.marginaltable a:hover{
	text-decoration:underline;
	color:#000000;
	font-weight:normal;
}
.nomargincontent {
	padding:0;
	background-color:#FFFFFF;
}

.contentfont {
	font-size:0.7em;
}

.contentfont_bold {
	font-size:0.75em;
	font-weight:bold;
	padding-left:1px;
}

.comment {
	font-size:1.0em;
}

.comment_bold {
	font-size:1.0em;
	font-weight:bold;
	padding-left:1px;
}

.contentborderleft {
	border-left:1px solid #00AEEF;
}
/* ==== Seiteninhalt - Ende ==== */

/* ==== Produkte ==== */

hr.products {
	color:#e3e3e3;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:-10px;
}

.producttable {
	font-size:0.8em;
}
.producttable .link {
	font-size:1.2em;
	color:#ffffff;
	text-decoration:none;
}

.producttable .right {
	border-right:1px solid #9DBDDB;
}
.producttable .bottom {
	padding-bottom:6px;
	border-bottom:1px solid #9DBDDB;
}
.producttable .spacetop{
	padding-top:6px;
}
.producttable .bottomright {
	border-bottom:1px solid #9DBDDB;
	border-right:1px solid #9DBDDB;
}
.producttable .spaceleft {
	padding-left:15px;
	padding-right:5px;
	padding-bottom:2px;
	font-size:1.2em;
	color:#3173B4;
	text-decoration:none;
}
.producttable .spaceleft_direct {
	padding-left:15px;
	padding-right:5px;
	font-size:1.2em;
	color:#3173B4;
	text-decoration:none;
}
.producttable .spaceright {
	padding-right:15px;
}

.productselectbox {
	font-size:0.8em;
	width:230px;
	border:1px solid #000000;
}

.selectlager {
	color:#ffffff;
	/*font-weight:bold;*/
	background-color :#90B4D6;
}

.combinationselectbox {
	font-size:1.0em;
}

.selectstatus1 {
	color:#000;
	font-weight:bold;
	background-color : #D4D3D3;
	
}
.selectstatus2 {
	color:#000;
	font-weight:bold;
	background-color : #CCEAFC;
}

.selectstatus3 {
	color:#000;
	font-weight:bold;
	background-color : #FDFAC7;
}

table.tableheader {
	padding:0px;
	font-size:1.0em;
	border:0px;
}

table.tableheader td {
	font-size:1.0em;
	border:0px;
	padding:0px;
}

table.seriestableheader td{
	border:0px;
	font-size:1.0em;
}

td.status1{
	background-color:#e0e9f6;
	padding:0;
}

td.status2{
	background-color:#e0e9f6;
	padding:0;
}

td.status3{
	background-color:#e0e9f6;
	padding:0;
}

.seriestable {
	font-stretch:narrower;
	font-size:0.9em;
	border-collapse:collapse;
}

.seriestableheader {
	padding:0px;
	font-size:1.0em;
}

.seriestableheader td image{
	margin-right:-6px;
	margin-bottom:-10px;
}

.seriestable td{
	padding:2px 5px 2px 5px;
	border:1px solid #90B4D6;
}

.seriestable td.none{
	padding:2px 5px 2px 5px;
	border:none;
}
.seriestable td.showinfo{
	width:65px;
}
.seriestable td a.seriesTDlink {
	width:100%;
	color:#000000;
	text-decoration:none;
}

/* == ".seriestable td" hinzugefügt== */
.seriestable td a.info{
	position:relative; /*this is the key*/
	z-index:24;
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

.seriestable td a.info:hover{
	z-index:25;
	background-color:#ff0
}

.seriestable td a.info span{
	display:none;
}

.seriestable td a.info:hover span{ /*the span will display just on :hover state*/
    	display:block;
    	position:absolute;
    	top:2em;
    	left:2em;
    	width:200px;
    	border:1px solid #90B4D6;
    	background-color:#E0E9F6;
    	color:#000;
    	text-align:left;
    	padding:5px;
}
/* == ".seriestable td" hinzugrfügt - Ende == */



.componentselected {
	border-left:1px solid #ff0000;
	border-top:1px solid #ff0000;
	border-right:1px solid #ff0000;
	padding:4px;
}

.legendtable {
	font-size:0.85em;
	margin-bottom:20px;
}

.legendtable td{
	padding:2px 2px 2px 2px;
}

.datasheettable {
	font-size:1em;
	border-collapse:collapse;
}

.datasheettable .nowrap{
	white-space:nowrap;
}

.datasheettable .smaller{
	font-size:0.8em;
}

.datasheetimage {
	margin-left:20px;
	margin-bottom:20px;
}
/* ==== Produkte - Ende ==== */

/* ==== Downloads Kataloge ==== */
.catalogs{
	padding:10px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	font-size:1.0em;
	border-collapse:collapse;
	border:1px solid #90B4D6;
}
.catalogs td {
	border-top:1px solid #90B4D6;
	border-collapse:collapse;
}
.catalogs .linkespalte {
	border-right:1px solid #90B4D6;
	border-collapse:collapse;
}
.catalogs .rechtespalte {
	border-left:1px solid #90B4D6;
	border-collapse:collapse;
}
/* ==== Downloads Kataloge - Ende ==== */

/* ==== Downloads Presse ==== */
.press{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:1.0em;
	width:100%;
	border-collapse:collapse;
	/*border-left:0px solid #90B4D6;
	border-right:0px solid #90B4D6;
	border-top:0px solid #90B4D6;
	border-bottom:0px solid #90B4D6;	*/
}

* html .press hr{
	
		padding-top:0px;
		padding-bottom:0px;
		margin-top:-10px;
		margin-bottom:-10px;

}

.press hr{
		color:#90B4D6;
		background-color:#90B4D6;
		height:1px;
		padding-top:0px;
		padding-bottom:0px;
		margin-top:5px;
		margin-bottom:10px;
		border:0;

}

.blogbreak hr {
	display:none;
}

.blogbreak {
	border-bottom:1px solid #90B4D6;
	height:1px;
	clear:both;
}



/* ==== Downloads Presse - Ende ==== */

/* ==== Downloads Zertifikate ==== */
.certificates {
	padding:10px 10px 10px 10px;
	font-size:1.0em;
	border-bottom:1px solid #9DBDDB;
}
.certificates .header_links{
	background-color:#e0e9f6;
	border:1px solid #9DBDDB;
}
.certificates .header{
	width:150px;
	border-top:1px solid #9DBDDB;
	border-bottom:1px solid #9DBDDB;
	border-right:1px solid #9DBDDB;
}
.certificates .subheader{
	width:150px;
	background-color:#e0e9f6;
	border-left:1px solid #9DBDDB;
	border-right:1px solid #9DBDDB;
}
.certificates .content{
	width:150px;
	border-right:1px solid #9DBDDB;
	text-align:center;
}
/* ==== Downloads Zertifikate - Ende ==== */

/* ==== Downloads Manuals ==== */
.manuals{
	padding:5px 10px 5px 10px;

	font-size:1.0em;
	border-bottom:1px solid #9DBDDB;
}

.manuals .header_links{
	border-right:1px solid #9DBDDB;
}

.manuals .header{
	border-top:1px solid #9DBDDB;
	border-right:1px solid #9DBDDB;
}

.manuals .subheader{
	background-color:#e0e9f6;
	border:1px solid #9DBDDB;
}

.manuals .teaser{
	border-left:1px solid #9DBDDB;
	border-right:1px solid #9DBDDB;
}

.manuals .content{
	border-right:1px solid #9DBDDB;
}
/* ==== Downloads Manuals - Ende ==== */