/* Breite Spalte (Achtung: Kein "clear:right" einfuegen, dass bringt den IE(6-8) durcheinander!) */
#content_wide {
	position: relative;
	float: right;
	width: 755px;	/* 755 = 490 (#content_center) + (35 + 230) (#content_right) */
	margin: 0;
	overflow: hidden;
}

/* CONTENT ELEMENTE */
#content_wide h1{ font-size:18px;  line-height:20px;  color:#092969;  font-weight:bold;  padding:0;  margin:30px 12px 10px 0;}
#content_wide .teaser_1 h1{ margin-top:0;}
#content_wide h2{ clear: both; font-size:15px;  line-height:19px;  color:#092969;  font-weight:bold;  padding:0;  margin:30px 12px 4px 0;}
#content_wide h3{ font-size:15px;  line-height:19px;  color:#092969;  font-weight:bold;  padding:0;  margin:0px 12px 4px 0;}
#content_wide h5{ font-size:11px;  line-height:13px;  color:#616161;  font-weight:bold;  padding:0;  margin:0 12px 10px 0;}
#content_wide p{ margin:0 12px 0 0;}
#content_wide .bold{ font-weight:bold;}

#searchresults img.download {
	margin-right: 5px;
	vertical-align: bottom;
}

#searchresults .search_nav {
	margin-bottom: 12px;
}

div.capture {
	width: 345px;
	margin-bottom: 10px;
}
div.capture img {
	float: left !important;
	margin-right: 7px !important;
}
div.capture p {
	margin-bottom: 0 !important;
}
div.capture input {
	float: none !important;
	width: 232px !important;
}

div.captchaError {
	color: #DD0000;
	font-weight: bold;
	margin-bottom: 10px;
}

/*Anpassungen Projektboerse Overlay */
div.pb-info{
	z-index: 100;
	position: relative;
	width: 490px; 
	height: 465px; 
	overflow: hidden;
	margin: 0;
	margin-top: 20px;
}

div.pb-overlay{
	background-image:url("../images/nav/reserviert-overlay.png");
	background-position: left top; 
	background-repeat:no-repeat; 
	z-index: 111; 
	width: 490px; 
	height: 465px; 
	border: 0; 
	padding: 0; 
	margin: 0; 
	position: relative; 
	left: 0px; 
	margin-top: -465px;
}

div.de-image-overlay{
	background-image:url("../images/nav/reserviert-overlay-de.png");
}

div.fr-image-overlay{
	background-image:url("../images/nav/reserviert-overlay-fr.png");
}

div.it-image-overlay{
	background-image:url("../images/nav/reserviert-overlay-it.png");
}

div.us-image-overlay{
	background-image:url("../images/nav/reserviert-overlay-us.png");
}

div.global-image-overlay{
	background-image:url("../images/nav/reserviert-overlay-global.png");
}

div.en-image-overlay{
	background-image:url("../images/nav/reserviert-overlay-global.png");
}

/*Fix für Flyout IE Compat Mode */

#dropdowncountry, #globalnavigation, #dropdownsearch, li.section {
    position: relative;
    z-index: 21;
}

#global > div:first-child, productnavigation > ul:first-child {
    position: relative;
    z-index: 22;
}

#global,  productnavigation{
    position: relative;
    z-index: 23;
}

#page{
    position: relative;
    z-index: 24;
}

