* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
  background-color: #fbfcfd;
  font-size: 12px;
}

input, textarea {
  font-family: Arial;
  color: #989898;
  font-size: 12px;
  padding: 5px;
}


ol {
  font-weight: bold;
  padding-left: 20px;
}


ol li span {
  font-weight: normal;
  display:block;
  margin-left:-20px;
}

ol li span b {
  padding-left: 20px;
}
.clearer {
  clear: both;
}

img:focus {
  outline: none;
}

img {
  border: 0;
}

a, a:link, a:hover, a:active, a:focus {
  color: #003b73;
  text-decoration: none;
  outline: none;
}

#content ul {
  padding-left: 15px;
}

#content .indent {
  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;
}

#indexedsearch div {
  line-height: 0;
}

#search {
  height:20px;
  left:745px;
  position:absolute;
  top:35px;
  width:250px;
}

.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;
}

img, div, a, input  { behavior: url(iepngfix.htc); }

.searchbox-button {
  width: 38px;
  height: 25px;
  background-image: url(../img/search-submit-background.png);
  border: none;
  float: left;
}

/* Mainnavi */

#main-navigation {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  font-size: 16px;
  width: 1010px;
  z-index:1;
}

#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.first {
  margin-left: 90px;
}


#main-navigation ul li a:hover {
  color: #e9711b;
}


*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 {
  width: 1010px;
  background: #fbfcfd;/*#fbfcfd;*/
}

#sidebar-overlay {
  background:transparent url(../img/sidebar-overlay.gif) no-repeat scroll 0 0;
  height:269px;
  left:152px;
  position:absolute;
  top:124px;
  width:180px;
}


#sidebar {
  float:left;
  width:308px;
  min-height:360px;
  background:transparent url(../img/sub-navigation-background.png) no-repeat scroll 1px -40px;
  color: #666768;
}

#sidebar.no-subnavigation {
  background:transparent url(../img/sub-navigation-background-kontakt.png) no-repeat scroll 1px -40px;
  padding-top: 7px;
}

#sidebar h1 {
  color: #e9711b;
}

#sidebar.no-sidebar {
  background: none;
}

#sidebar .hotline-nummer {
  background:  url(../img/telefon.gif) no-repeat scroll 0 0;
  line-height: 20px;
  margin: 20px 0;
}

#sidebar .hotline-nummer span {
  color:#003b73;
  font-size:18px;
  padding-left:20px;
}

#sidebar .e-mail {
  border: 1px solid #cbced1;
  padding: 1px 2px;
  margin: 20px 0;
}

#sub-navigation ul li a {
  text-decoration: none;
  font-weight: bold;
}

#sidebar #sub-navigation ul li.active a {
  color: #e9711b;
  text-decoration: none;
  font-weight: normal;
}



.sidebar-content-element {
  width: 220px;
  margin: 50px 0 0 90px;
  position: relative;
  z-index: 999;
}

.sidebar-content-element .news-latest-item {
  margin-bottom: 35px;
}

/*#sidebar .sidebar-content-element.sidebar-newsletter input, #sidebar .sidebar-content-element.sidebar-newsletter textarea {
  font-family: 'Myriad Pro';

}*/
#sidebar .sidebar-content-element h3 {
  font-size: 14px;
}

#sidebar h2, #home-three-columns h2  {
  font-size: 18px;
  color: #e9711b;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.pdf-image {
  width: 90px;
  height: 130px;
  padding-bottom: 15px;
}

#home-three-columns .pdf-image {
  margin-bottom: 15px;
}

.sidebar-newsletter {
  margin-top: 80px;
  margin-bottom: 100px;
  line-height: 19px;
}

.sidebar-newsletter input {
  border: 1px solid #E4E7E9;
  padding: 3px;
  color: #989898;
  line-height: 19px;
}

/* Subnavi*/

#sub-navigation {
  background-color:#FBFCFD;
  margin-top:30px;
  padding-top:30px;
}


#sub-navigation li {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 0;
  font-weight: normal;
}

#sidebar #sub-navigation li a {
  font-weight: normal;
  position:relative;
  z-index:999;
  color: #003b73;
}


#sub-navigation ul {
  list-style-type: none;
  width: 100%;
}
#sub-navigation ul li {
/*  background:transparent url(../img/item-blau.gif) no-repeat scroll 0 -2px;*/
  line-height:19px;
  padding-left:90px;
}

#sidebar #sub-navigation ul li:hover {
/*  background:transparent url(../img/item-rot.gif) no-repeat scroll 0 -2px;*/
}

#sidebar #sub-navigation ul li:hover a {
  color: #e9711b;
}


#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 */


#sidebar .button, .info-boxes-element-row .button, #content .button {
  margin-left: 0px;
}

.info-boxes-element-row .button {
  margin-top: 10px;
}

.button {
  margin-left: 90px;
}

*html .button, *html .button span, *html .button a {
  cursor: hand;
}

.button a {
  line-height: 23px;
  background: url('../img/button-sprite.jpg') no-repeat -130px -122px;
  float: left;
  padding-left: 20px;
  color: #003b73;
  text-transform:uppercase;
  text-decoration: none;
  height: 22px;
}


.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: 24px;
  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;
}


#content .tx-indexedsearch-searchbox .button {
  float:left;
  margin-left:10px;
}

/* BUTTON ENDE */

#content {
  color:#666768;
  float:right;
  margin-right:0px;
  margin-top:56px;
  width:560px;
  /*overflow-x: hidden;*/
  min-height:400px;
}

#content p {
  line-height: 19px;
}

#content p a {
  color: #E9711B;
}

#content .download {
  color: #E9711B;
}

#content p a:hover {
  text-decoration: underline;
}
#content h1 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #003b73;
  font-weight: normal;
  position: relative;
  z-index: 999;
  line-height: 28px;
}

#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;
  z-index: 2;
  margin-bottom: 50px;
  
}


*html #info-boxes-slider {
  top: 7px;
  
}

*+html #info-boxes-slider {
  top: 7px;
  
}
.info-boxes-slider-container {
  width: 660px;
  height: 140px;
  margin-bottom: 50px;
}

div#test {
  border: #000 solid 1px;
  margin: 20px auto;
  height: 50px;
  width: 50px;
  position: relative;
}

.zoomMe {
  height: 120px;
  width: 140px;
  position: absolute;
}

#box1 {
  bottom: 0;
}

#box2 {
  bottom: 0;
  left: 150px;
}

#box3 {
  bottom: 0;
  left: 295px;
}

#box4 {
  bottom: 0;
  left: 415px;
}

#test1 span, #test2 span, #test3 span, #test4 span {
  background:transparent url(../img/zoomer-pfeil.gif) no-repeat scroll 0 1px;
  display:none;
  font-weight:bold;
  left:40px;
  line-height:15px;
  padding-left:5px;
  padding-top:8px;
  position:absolute;
  top:138px;

}

*html #test1 span {
  top:188px;
}

*html #test2 span {
  top:188px;
}
*html #test3 span {
  top:188px;
}
*html #test4 span {
  top:188px;
}

*+html #test1 span {
  top:188px;
}

*+html #test2 span {
  top:188px;
}
*+html #test3 span {
  top:188px;
}
*+html #test4 span {
  top:188px;
}

#test1 span div, #test2 span div, #test3 span div, #test4 span div {
  font-weight: normal;
}

#test2 span {
  left: 190px;
}

#test3 span {
  left: 340px;
}

#test4 span {
  left: 430px;
}

/*
.slider-container-bg {
  background: url('../img/slider-container-bg.png') no-repeat right 0;
  height:290px;
  left:310px;
  position:absolute;
  top:95px;
  width:700px;
  z-index:0;
}

*html .slider-container-bg {
  top:152px;
  left:260px;
}
*/

/*#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: 140px;
  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 .subheader {
  color: #003b73;
  font-weight: bold;
  
}

#content .info-boxes-element-row h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #e9711b;
  margin-bottom: 10px;
  font-weight: normal;
}

#content .info-boxes-element {
  margin-right: 70px;
  margin-top: 20px;
}



/* Content --> News element */

#content ul.news-element {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 0px;
}

#content ul.news-element .button {
  bottom:0;
  margin-left:0;
  padding-top:10px;
  position:relative;
}

#content ul.news-element li {
  padding: 20px 0 20px 0;
  border-top: 1px solid #e4e7e9;
  position: relative;
}

#content ul.news-element li h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #003b73;
  margin-bottom: 5px;
  display: inline;
}

#content ul.news-element li .subheader {
  font-size: 12px;
  color: #003b73;
  display: block;
}

#content ul.news-element li .content {
  float: left;
  width: auto;
}

#content ul.news-element li.hasImage .content {
      width: 420px;
    }

#content ul.news-element li .image {
  float: right;
  margin-left: 15px;
}



/* Content > Form element */


.csc-mailform, fieldset {
  border: 0px;
  margin:0;
  padding:0;
} 

#content .form-element {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4e7e9;
}

#content .form-element input {
  border: 1px solid #e4e7e9;
  padding: 3px;
}

#mailform #contact-form-firstname {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}


*html #mailform #contact-form-firstname {
  margin-right: 15px;
}

#mailform #contact-form-lastname {
  float: left;
}

#contact-form-firstname input,#contact-form-lastname input {
  width: 250px;
}

#mailform #contact-form-street {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
*html #mailform #contact-form-street {
  margin-right: 15px;
}

#mailform #contact-form-city {
  float: left;
}

#mailform #contact-form-street input#strasse {
  width: 189px;
}

#mailform #contact-form-street input#nummer {
  width: 50px;
}

#mailform #contact-form-city input#plz {
  width: 50px;
}

#mailform #contact-form-city input#ort {
  width: 189px;
}

#mailform #contact-form-email {
  margin-bottom: 15px;
}

#mailform #contact-form-email input#email {
  width: 250px;
}

#mailform #contact-form-message #nachricht {
  border: 1px solid #e4e7e9;
  width: 533px;
  height: 150px;
}

#content .form-element .button input {
  background: transparent none repeat scroll 0 0;
  border: 0 solid #E4E7E9;
  color: #003b73;
  padding: 0px;
  cursor: pointer;
}

*html #content .form-element .button input {
  width: 110px;
  display: block;
  text-align: left;
  line-height: 18px;
}

*html #content .form-element .button span {
  height: 22px;
}

#tx-srfeuserregister-pi1-email {
  margin-bottom: 10px;
}

.tx-srfeuserregister-pi1 p {
  padding: 0;
  margin: 0;
}

.tx-srfeuserregister-pi1 .password-wrapper {
  float: left;
  margin-right: 15px;
}

.tx-srfeuserregister-pi1 .password-again-wrapper {
  float: left;
}

#tx-srfeuserregister-pi1-fe_users_form {
  margin-top: 10px;
}

/* 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: left;
  width:390px;
}

*html .two-column-element-right {
  width: 390px;
}

#content ul.two-column-element {
  padding-left: 0px;
}



#footer {
  /*padding-left: 90px;*/
  padding-top: 80px;
  width: 990px; /*550px;*/
  padding-right: 20px;
  float: right;
  color: #003B73;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: right;
  background-color: #fbfcfd;
}

#footer a {
  color: ##E9711B;
  text-decoration: none;
}

#footer a:hover {
  color: #E9711B;
  text-decoration: none;
}

.news-list {
  margin-top: 35px;
}

.news-list-browse span {
  padding-right: 5px;
  margin-right: 5px;
}

#content .news-list h2 {
  margin-bottom: 0px;
}

.news-latest-item h3 {
  text-transform: uppercase;
}

*html .news-latest-item h3 a {
  font-size: 12px;
}

#content  .tx-indexedsearch-res .tx-indexedsearch-info {
  border-bottom: 1px dotted #E4E7E9;
}

.tx-indexedsearch-result-row {
  margin-bottom: 10px;
  border-bottom:1px solid #E4E7E9;
  padding-bottom: 10px;
}

.tx-indexedsearch-whatis {
  font-size: 14px;
}

#content  .tx-indexedsearch-title-icon img {
  display: none;
}
#content  .tx-indexedsearch-title-number {
  display: none;
  font.weight: bold;
  padding-bottom: 5px;
}

#content .tx-indexedsearch-searchbox {
  margin-bottom: 20px;
}

#content .tx-indexedsearch-browsebox {
  margin-bottom: 20px;
}

#content .prefix {
  margin-right: 5px;
  color: #898989;
}

#content .tx-ttnews-browsebox-SCell {
  padding-right: 6px;
}

#content .tx-indexedsearch-whatis p {
  border-bottom: 1px solid #E4E7E9;
  margin-bottom: 10px;
}

/*

*html #sidebar {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home-raute.png');
}

*html #footer {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home-raute.png');
}

*html #sidebar ul {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home-raute.png');
}



*/


/*** indexed_search ***/
.tx-indexedsearch {
  min-height: 300px;
}
.tx-indexedsearch-searchbox form {
  margin: 0;
  padding: 0;
}
.tx-indexedsearch-searchbox .formline {
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
}
.tx-indexedsearch-searchbox label {
  width: 150px;
  float: left;
}
.tx-indexedsearch-searchbox input {
  float: left;
  border:1px solid #E4E7E9;
  padding:3px;
  margin-right: 3px;
}
.tx-indexedsearch-searchbox-button {
  width: 50px;
  height: 25px;
  border: 1px solid #116aae;
  background-color: #ffffff;
  color: #116aae;
}
.isearch_linkMode {
  display: block;
  float: left;
  padding: 2px 10px;
}
.tx-indexedsearch-rules {
  position: relative;
  padding: 10px 0;
  clear: both;
}
.tx-indexedsearch-rules h2 {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
.tx-indexedsearch-rules a .isearch-rules-text {
  display: none;
  text-decoration: none;
  color: #116aae;
}
.tx-indexedsearch-rules a:hover .isearch-rules-text{
  display: block;
  text-decoration: none;
  position: absolute;
  font-weight: normal;
  top: 0;
  left: 100px;
  background-color: #ffffff;
  padding: 10px;
}
.tx-indexedsearch-sw {
  font-weight: bold;
}
.tx-indexedsearch-browsebox {
  margin-bottom: 10px;
  overflow: auto;
}
.tx-indexedsearch-browsebox ul.browsebox {
  margin: 0;
  padding: 0;
}
.tx-indexedsearch-browsebox ul.browsebox li {
  float: left;
  display: inline;
  padding-right: 10px;
}
.tx-indexedsearch-res {
}
.tx-indexedsearch-res .result-row {
  clear: both;
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
}
.tx-indexedsearch-icon {
  float: left;
  display: block;
}
.tx-indexedsearch-result-number {
  float: left;
  display: block;
}
.tx-indexedsearch-title {
  float: left;
  display: block;
}
.tx-indexedsearch-percent {
  float: right;
  display: block;
}
.tx-indexedsearch-descr {
  clear: both;
  display: block;
  margin-top: 10px;
}
.tx-indexedsearch-info {
  clear: both;
  display: block;
}
.tx-indexedsearch-path {
  display: block;
}
.tx-indexedsearch-res-row {
  margin-bottom: 50px;
}

#content .tx-indexedsearch-browsebox .headline {
  font-size: 16px;
  padding-bottom: 10px;
  clear: both;
  display: block;
}


#content .tx-indexedsearch-browsebox p {
  padding-left: 5px;
}

#content .tx-indexedsearch-browsebox .page-link, #content .tx-indexedsearch-browsebox .navigation-left {
  padding-right: 6px;
}

.newsletter-form-big input, textarea {
  border:1px solid #E4E7E9;
  color:#989898;
  padding:3px;
  width: 200px;
}

.form-gender-checkboxes input {
  width: auto;
  margin-right: 5px;
}

.form-gender-checkboxes label {
  margin-right: 10px;
}

.browseLinksWrap .active, #content .page-link-active, #content .page-link-active a {
  font-weight: bold;
  color: #e9711b;
}

.pager-links {
  font-size: 16px;
}


#content ul a {
  color: #E9711B;
}


#content .news-list ul a {
  color: #003B73;
}

/* JS Fixes f�r Buttons */
/* Mehr erfahren */
.button a.js_bug_more_button_image {
  float:none;
  background:none;
  display:block; 
  height:21px;
  width:132px;
  padding:0;
  background:url("/fileadmin/templates/images/buttons/more_info_button.png") no-repeat scroll left top transparent;
}

.button a.js_bug_more_button_image:hover {
  float:none;
  background:none;
  display:block; 
  height:21px;
  width:132px;
  padding:0;  
  background:url("/fileadmin/templates/images/buttons/more_info_button.png") no-repeat scroll left -23px transparent;
}
.button a.js_bug_pdf_button_image {
  float:none;
  background:none;
  display:block; 
  height:21px;
  width:132px;
  padding:0;
  background:url("/fileadmin/templates/images/buttons/more_info_button.png") no-repeat scroll left top transparent;
}

.button a.js_bug_pdf_button_image:hover {
  float:none;
  background:none;
  display:block; 
  height:21px;
  width:132px;
  padding:0;
  background:url("/fileadmin/templates/images/buttons/more_info_button.png") no-repeat scroll left -23px transparent;
}



#sidebar .pdf-image {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
}
