* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	background-color: #fb fcfd;
	font-size: 12px;
}

.clearer {
	clear: both;
}

img:focus {
	outline: none;
	
}

img {
	border: 0;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #003b73;
	text-decoration: none;
	outline: none;
}

#content ul {
	padding-left: 15px;
}


/* Header */
#header {
	width: 1010px;
	height: 83px;
	background: url('../img/gradient-header.gif') repeat-x left top;
}

#logo {
	background: url(../img/logo.gif) no-repeat 0 5px;
	width: 280px;
	height: 80px;
}

#logo a {
	display: block;
	cursor: pointer;
	height:80px;
	width:280px;
}

#search {
	height:20px;
	left:745px;
	position:absolute;
	top:35px;
	width:250px;
}

#indexedsearch div {
	line-height: 0;
}

.searchbox-sword {
	background-image: url(../img/search-input-background.png);
	height:13px;
	padding:6px;
	width:172px;
	float: left;
	border: none;
	border-left: 2px solid #e9e9ea;
	color: #989898;
	font-size: 11px;
	font-family:Arial;
}

.searchbox-button {
	width: 38px;
	height: 25px;
	background-image: url(../img/search-submit-background.png);
	border: none;
	float: left;
	cursor: pointer;
}

*html .searchbox-button {
	cursor: hand;
}

/* Mainnavi */

#main-navigation {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	font-size: 16px;
	width: 1010px;
}

#main-navigation ul {
	list-style-type: none;
	width: 100%;
	height: 38px;
	border-top: 1px solid #e1e4e7;
	border-bottom: 1px solid #e1e4e7;
	background: url('../img/gradient-navi.gif') repeat-x left top;

}

#main-navigation ul li {
	float: left;
	/*background: url('../img/navi-sprite.png') no-repeat;*/
	background: url('../img/mainnavigation-seperator.png') no-repeat;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 27px 5px 0px;
	height: 33px;
	line-height: 40px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

#main-navigation ul li.active a {
	color: #e9711b;
}

#main-navigation ul li a:hover {
	color: #e9711b;
}

#main-navigation ul li.first {
	margin-left: 90px;
}

*html #main-navigation ul li.first {
	margin-left: 45px;
}

#main-navigation ul li.last {
	background-image: none;
}

#main-navigation .hidden-navigation-title {
	margin-left: 5000px;
}

#main-navigation ul li{
	/*background: url('../img/navi-sprite.png') no-repeat;*/
}

#main-navigation ul li a {
	color: #003b73;
	text-decoration: none;
}

/* Main navi Ende */

/* Content */

#content-wrapper {
	position: relative;
	width: 1010px;
	background-color: #fbfcfd;
}

#sidebar {
	width: 308px;
	float: left;
	background: url('../img/default-raute.jpg') no-repeat right 0;
	color: #666768;
}

#sidebar.no-sidebar {
	background: none;
}

#sub-navigation ul li a, #sub-navigation ul li a:visited {
	color: #0f5f80;
	text-decoration: none;
	font-weight: bold;
}

#sub-navigation ul li.active a, #sub-navigation ul li.active a:visited {
	color: #e9711b;
	text-decoration: none;
	font-weight: bold;
}

#sub-navigation ul li:hover a {
	color: #e9711b;
	text-decoration: none;
}



.sidebar-content-element {
	width: 275px;
	margin: 0 0 10px 90px;
}

#sidebar h2, #home-three-columns h2  {
	font-size: 18px;
	color: #e9711b;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	overflow: hidden;
}

.pdf-image {
	width: 90px;
	height: 130px;
}

#home-three-columns .pdf-image {
	margin-bottom: 15px;
}

/* Subnavi*/

#sub-navigation {
	padding-top: 60px;
}
#sub-navigation li {
	border-bottom: 1px solid #d3d3d3;
	padding: 5px 0;
	font-weight: normal;
}

#sidebar #sub-navigation li a {
	font-weight: normal;
}

#sub-navigation ul {
	list-style-type: none;
	width: 100%;
	background: url(../img/sub-navi-bg.jpg) no-repeat scroll -58px 123px;
	padding-bottom: 100px;
}

#sub-navigation ul li {
	padding-left: 90px;
	line-height: 20px;
	
	background: url('../img/item-blau.gif') no-repeat 0 0;
}

#sub-navigation ul li.active {
	background: url('../img/item-rot.gif') no-repeat 0 0;
}

#sub-navigation ul li.werte-und-vision {
	width: 167px;
}

#sub-navigation ul li.jobs-und-karriere {
	width: 148px;
}
#sub-navigation ul li.managing-director {
	width: 130px;
}
#sub-navigation ul li.zahlen-und-fakten {
	width: 114px;
}

/* Subnavi Ende */

/*  BUTTON */

.button {
	margin-left: 90px;
}

*html .button, *html .button span, *html .button a {
	cursor: hand;
}

.button a {
	line-height: 22px;
	background: url('../img/button-sprite.jpg') no-repeat  -130px -122px;
	float: left;
	padding-left: 20px;
	color: #003b73;
	text-transform:uppercase;
	text-decoration: none;
}

#home-teaser .button a {
	background: url('../img/button-sprite.jpg') no-repeat  -130px -23px;
}

#home-teaser .button span {
	background: url('../img/button-sprite.jpg') no-repeat right 1px;
}


#home-teaser .button a:hover {
	background: url('../img/button-sprite.jpg') no-repeat  -130px -71px;
}

#home-teaser .button a:hover span {
	background: url('../img/button-sprite.jpg') no-repeat right -47px;
}

*html #home-teaser .button span {
	height: 22px;
	line-height: 20px;
}

*html #home-three-columns .button span {
	height: 22px;
	line-height: 20px;
}



.button a:hover {
	background: url('../img/button-sprite.jpg') no-repeat  -130px -168px;
}
.button a:hover span {
	background: url('../img/button-sprite.jpg') no-repeat  right -144px;
}
.button span {
	line-height:22px;
	padding:1px 10px 0 2px;
	background: url('../img/button-sprite.jpg') no-repeat right  -98px;
	float: left;
}

.form-element .button, .info-boxes-element .button {
	margin-left: 0px;
	margin-top: 20px;
}

.form-element .button a span {
	padding-top: 2px;
}

/* BUTTON ENDE */

#content {
	color:#666768;
	float:left;
	margin-left:100px;
	margin-top:56px;
	width:500px;
}

#content p {
	line-height: 19px;
}

#content h1 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #003b73;
	font-weight: normal;
}

#content h2 {
	font-size: 18px;
	color: #e9711b;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}

/* Zoomer-Slider */

#info-boxes-slider {
	width: 100%;
	position: relative;
}

.info-boxes-slider-container {
	width: 630px;
	height: 180px;
	/*background: url(../img/four-boxes-image.png) no-repeat;*/
	margin-bottom: 50px;
}

div#test {
	border: #000 solid 1px;
	margin: 20px auto;
	height: 50px;
	width: 50px;
	position: relative;
}

.zoomMe {
	height: 100px;
	width: 100px;
	position: absolute;
}

#box1 {
	bottom: 0;
}

#box2 {
	bottom: 0;
	left: 120px;
}

#box3 {
	bottom: 0;
	left: 240px;
}

#box4 {
	bottom: 0;
	left: 360px;
}

#test1 span, #test2 span, #test3 span, #test4 span {
	display: none;
	position: absolute;
	top: 190px;
}

#test2 span {
	left: 120px;
}

#test3 span {
	left: 240px;
}

#test4 span {
	left: 360px;
}

/* IE FIXING PNGS */

img, div, a, input  { behavior: url(iepngfix.htc); }


/*#content .info-boxes-element {
	margin-top: 20px;
}

#content #info-boxes-slider span {
	position: relative;
	top: 0px;
	text-align: center;
	width: 100%;
	display: none;
}

.info-boxes-slider-container {
	position: absolute;
	height: 165px;
}

#content #info-boxes-slider {
	width: 630px;
	height: 180px;
	background: url(../img/four-boxes-image.png) no-repeat;
	margin-bottom: 50px;
	top: 0px;
	position: absolute;
}

#content #info-boxes-slider .info-boxes-slider-container .info-boxes-slider-first {
	width: 133px;
	height: 165px;
	cursor: pointer;
}

#content #info-boxes-slider .info-boxes-slider-container .info-boxes-slider-second {
	width: 145px;
	height: 165px;
	cursor: pointer;
}

#content #info-boxes-slider .info-boxes-slider-container .info-boxes-slider-third {
	width: 133px;
	height: 165px;
	cursor: pointer;
}

#content #info-boxes-slider .info-boxes-slider-container .info-boxes-slider-fourth {
	width: 115px;
	height: 165px;
	cursor: pointer;
}

#content #info-boxes-slider .info-boxes-slider-container .info-boxes-slider-item {
	display: block;
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}*/



#content .info-boxes-element .subheader, #content #home-three-columns .subheader  {
	font-size: 16px;
	color: #478a9e;
	font-weight: bold;
}

#content .info-boxes-element-row {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e4e7e9;
}

#content .info-boxes-element-row h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #e9711b;
	margin-bottom: 10px;
	font-weight: normal;
}

#content .info-boxes-element-row-content-left {
	float: left;
	width: 300px;
	margin-right: 100px;
}

#content .info-boxes-element-row-content-right {
	float: left;
	width: 300px;
}



/* Content --> News element */

#content ul.news-element {
	list-style-type: none;
	margin-top: 50px;
}

#content ul.news-element li {
	padding: 20px 0 20px 0;
	border-top: 1px solid #e4e7e9;
}

#content ul.news-element li h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #478a9e;
	margin-bottom: 5px;
}

#content ul.news-element li .subheader {
	font-size: 12px;
	color: #478a9e;
}

#content ul.news-element li .image {
	float: right;
	margin-left: 15px;
}



/* Content > Form element */

#content .form-element {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e4e7e9;
}

#content .form-element input {
	border: 1px solid #e4e7e9;
	padding: 3px;
}

#contact-form .contact-form-firstname {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#contact-form .contact-form-lastname {
	float: left;
}

#contact-form .contact-form-firstname input, #contact-form .contact-form-lastname input {
	width: 250px;
}

#contact-form .contact-form-street {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#contact-form .contact-form-city {
	float: left;
}

#contact-form .contact-form-street input#street {
	width: 189px;
}

#contact-form .contact-form-street input#number {
	width: 50px;
}

#contact-form .contact-form-city input#postcode {
	width: 50px;
}

#contact-form .contact-form-city input#city {
	width: 189px;
}

#contact-form .contact-form-email {
	margin-bottom: 15px;
}

#contact-form .contact-form-email input#email {
	width: 250px;
}

#contact-form .contact-form-message #message {
	border: 1px solid #e4e7e9;
	width: 533px;
	height: 150px;
}

/* two-column-element-left */

.two-column-element {
	margin-top:40px;
}
.two-column-element li {
	padding: 20px 0;
	list-style-type: none;
	border-top: 1px solid #E4E7E9;
}
.two-column-element-left {
	float: left;
	width: 140px;
	margin-right:20px;
	color: #e9711b;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
}

.two-column-element-right {
	float: right;
	width: auto;
}

/*HOME TEASER */

#home-teaser {
	width: 1010px;
	height: 349px;
	background: url('../img/wm-2010.jpg') no-repeat;
	color:white;
}


.home-teaser-info-text h1 {
	line-height:24px;
	margin-left:91px;
	padding-top:16px;
	width:300px;
	margin-bottom: 10px;
	font-size:20px; 
	
}

.home-teaser-info-text p {
	line-height:33px;
}
#home-sub-navigation {
	left:90px;
	position:absolute;
	top:103px;
	width:300px;
	
}

#home-sub-navigation a {
	text-decoration: none;
	color: white;
	background: url('../img/dreick_weiss.png') no-repeat 6px 10px;
	display: block;
	padding-left: 21px;
	padding-top: 6px;
}

#home-sub-navigation li:hover a {
	text-decoration: none;
	color: #e9711b;
	background: url('../img/preview_32x32.gif') no-repeat 5px 10px;
}

#main-navigation a:hover {
	color: #e9711b;
	text-decoration: none;
	
}


#home-sub-navigation li {
	font-size:16px;
	height:34px;
	list-style-type:none;
	padding-top:1px;
	padding-top:1px;
	text-transform:uppercase;
	vertical-align:middle;
	/*background: url('../img/home-item-white.gif') no-repeat -3px 7px;*/
}
/*
#home-sub-navigation li:hover {
	background: url('../img/home-item-red.gif') no-repeat -3px 7px;
}
*/
/* #home-three-columns */

#home-three-columns {
	margin: 50px 0 0 90px;
	margin-bottom: 20px;
}


#home-three-columns li {
	list-style-type: none;
}
#home-three-columns .button {
	margin-left: 0;
	position: absolute;
	bottom: 0px;
	margin-bottom: 20px;
}

#home-three-columns h2 {
	margin-bottom: 2px;
}

#home-three-columns .first, #home-three-columns .second, #home-three-columns .third { 
	float: left;
	margin-bottom: 30px;
}

#home-three-columns h3 {
	font-size:16px;
	margin-bottom: 10px;
	color: #003b73;
}

#home-three-columns p {
	line-height: 19px;
	/*font-size: 10px;*/
	color: #898989;
	margin-bottom: 25px;
}
#home-three-columns .first {
	padding-right:30px;
	width:370px;
}

#home-three-columns .second {
	margin-right:30px;
	width:220px;
}

#home-three-columns .third {
	
}

#footer {
	padding-top: 80px;
	width: 990px;
	padding-right: 20px;
	color: #003B73;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin-right: 130px;
	text-align: right;
	background-color: #fbfcfd;
}

#footer a {
	color: #003B73;
	text-decoration: none;
}

#footer a:hover {
	color: #E9711B;
	text-decoration: none;
}
