@charset 'utf-8';
@import url(reset.css); 

/* ----------------------------------------------------- Page layout */

html, body {
  font-family: Corbel, Helvetica, Arial, non-serif;
  font-size: 12px;
  color: #39576b;
  margin: 0 auto;
  padding: 0;
}

body {
  background: #fff url(/images/sub-bg.jpg) 0 0 no-repeat scroll;
}

body#home {
  background: #fff url(/images/bg.jpg) 0 0 no-repeat scroll;
}

img {
  border: none;
}

a,
a.link,
a.visited,
a.active {
  color: #11234e;
  text-decoration: none;
}

a:hover {
  color: #e02b2c;
}

h1 {
  font-size: 1.6em;
  color: #e02b2c;
}

h2 {
  margin-top: 20px;
  font-size: 1.2em;
  color: #000;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
}

#wrapper {
  background: url(/images/wrapper.png) 0 0 no-repeat ;
  width: 1052px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

#header {
  height: 126px;
}

#header a, 
#header a.link, 
#header a.visited, 
#header  a.active, 
#header  a:hover , 
.referenzenbox a {
  border: none !important;
  font-family: Corbel, Helvetica, Arial, non-serif;
  font-weight:bold;
  font-size:16px;
  font-variant: normal;
  color: #11234e;
}

#navi_sitemap a {
  font-size: 11px;
  color: #11234e;
  line-height: 26px;
  text-transform: uppercase;
}

#navi_sitemap a:hover {
  font-size: 11px;
  color: #22345f;
  line-height: 26px;
}

#logo {
  margin-left: 15px;
  margin-top: 0px;
}

#navi_sitemap {
  background: #fff url(/images/bg_sitemap.gif) 0 0 no-repeat scroll;
  width: 356px;
  height: 26px;
  float: right;
  margin-top: 10px;
  padding-top: 2px;
  margin-right: 20px;
  -moz-box-shadow: 0px 2px 4px #B5C1DF;
  -webkit-box-shadow: 0px 2px 4px #B5C1DF;
  box-shadow: 0px 2px 4px #B5C1DF;
}

#navi_sitemap ul {
  list-style: none;
}

#navi_sitemap ul li {
  list-style: none;
  float: left;
  margin: 0 8px;
}

#lang  {
  right: 0px;
  margin-top: 5px;
  height: 14px;
  width: 75px;
}

div #nav {
  display: block;
  margin-left: 21px;
  width: 100%;
  height: 20px;

  float: left;
}

#nav ul {
  width: 1014px;
  height: 25px;
  list-style: none;
}

#nav ul li {
  text-align: center;
  background: url(/images/bg_nav.jpg) repeat-x;
  float: left;
  text-transform: uppercase;
  height: 25px;
  width: 110px;
  margin-right: 1px;
  -moz-box-shadow: 0px 2px 4px #B5C1DF;
  -webkit-box-shadow: 0px 2px 4px #B5C1DF;
  box-shadow: 0px 2px 4px #B5C1DF;
}

#nav ul li a {
  display: block;
  padding: 2px 0 3px 0;
}

#nav ul li a:hover {
  width: 110px;
  list-style: none;
  background: url(/images/bg_nav_hover.jpg) repeat-x;
  padding: 2px 0 3px 0;
}

#nav ul li a:active {
  display: compact;
  list-style: none;
  color: #FFFFFF;
  background: url(/images/bg_nav_hover.jpg) repeat-x;
  padding: 2px 0 3px 0;
}

#nav ul li#menu_home {
  width: 105px;
}

#nav ul li#menu_home a:hover {
  width: 105px;
}

#nav ul li#menu_presse {
  width: 95px;
}

#nav ul li#menu_presse a:hover {
  width: 95px;
}

#nav ul li#menu_archiv {
  width: 95px;
}

#nav ul li#menu_archiv a:hover {
  width: 95px;
}

#nav ul li#menu_news {
  width: 95px;
}

#nav ul li#menu_news a:hover {
  width: 95px;
}

#nav ul li#menu_din {
  width: 125px;
}

#nav ul li#menu_din a:hover {
  width: 125px;
}

#nav ul li#menu_pluspunkte {
  width: 125px;
}

#nav ul li#menu_pluspunkte a:hover {
  width: 125px;
}

#nav ul li#menu_leistungen {
  width: 125px;
}

#nav ul li#menu_leistungen a:hover {
  width: 125px;
}

#nav ul li#menu_referenzen {
  width: 125px;
}

#nav ul li#menu_referenzen a:hover {
  width: 125px;
}


#teaser {
  margin-left: 25px;
}

#teaser a {
  color: #464646;
  }

#teaser_navi {
  list-style:none;
  width: 1000px;
  margin-top: 40px;
  margin-bottom: 20px;
  }

#teaser_navi a, #teaser_navi a.link, #teaser_navi a.visited, #teaser_navi .active, #teaser_navi :hover {
  font-family: Corbel, Helvetica, Arial, non-serif;
  font-weight: bold;
  font-size: 12px;
  color: #464646;
  text-decoration: none;
}

#teaser_navi ul {
  display: inline;
  list-style: none;
  }

#teaser_navi ul li {
  float: left;

  width: 124px;
  padding-left: 0px;
  margin-top: 5px;
  margin-right: 1px;
  -moz-box-shadow: 0px 2px 4px #B5C1DF;
  -webkit-box-shadow: 0px 2px 4px #B5C1DF;
  box-shadow: 0px 2px 4px #B5C1DF;
}
  
#teaser_navi ul li a {
  background: url(/images/bg_teaser_navi.jpg) repeat-x;
  height: 44px;
  padding: 6px 0 0 10px;
  display: block;
}

#teaser_navi ul li a:hover {
  text-decoration: none;
  background: #B5C4CF;
}

#teaser_navi ul li a:active {
  text-decoration: none;
  background: #B5C4CF;
  color: white;
}

#teaser_pic {
  background: url(/images/teaser_pic.jpg) 0 0 no-repeat;
  padding: 15px 0 15px 15px;
  margin: 0;
  width: 985px;
  height: 250px;
  clear: both;
  -moz-box-shadow: 0px 2px 4px #B5C1DF;
  -webkit-box-shadow: 0px 2px 4px #B5C1DF;
  box-shadow: 0px 2px 4px #B5C1DF;
}

#teaser_box {
  background: url(/images/teaser_box.png) 0 0 no-repeat;
  padding: 20px;
  width: 250px;
  height: 210px;
  -moz-box-shadow: 0px 2px 4px #25162B;
  -webkit-box-shadow: 0px 2px 4px #25162B;
  box-shadow: 0px 2px 4px #25162B;
}  

input, select, textarea {
  background: white url(/images/bg_input.gif) bottom left repeat-x;
  border: 1px solid #DCDFE6;
  margin: 4px;
}

input.submit {
  background: #EDEFF2;
  color: #183B6A;
  padding: 1px 6px 1px 6px;
}

td.textContent {
  padding: 6px;
  font-size: .9em;
}

.box  .textContent {
  padding-left: 14px;
  font-size: .8em;
}

.box .textContent2 {
  background: transparent url(/images/bullet.gif) 1px 2px no-repeat;
	padding-left: 18px;
	margin: 6px;
}

.box #anfahrt {
  float: right;
  margin: 5px 25px 0 0;
}

.box .referenzenbox {
  float: right;
  display: block;
  width: 150px;
  margin: 4px 18px 0 15px;
}

.box .referenzenbox img {
  border: 1px solid #7086BF;
  margin-bottom: 5px;
}

tr.odd {
  background-color: #EEEFF3;
}

#pagination {
  clear: both;
  margin-top: 10px;
  padding: 2px 2px 2px 10px;
  border: 1px solid #D1D4DF;
  background-color: #EAEBEF;
  font-size: .9em;
}

#sub-teaser {
  height: 196px;
  background: url(/images/teaser_sub.jpg) no-repeat;
  margin-top: 20px;
  margin-left: 30px;
}

#theatre {
  width: 533px;
  height: 300px;
  display: block;
  position: relative;
  left: 366px;
  top: 11px;
  text-align: center;
  line-height: 261px;
}

.box {
  display: block;
  background-color: white;
  margin: 25px 0 25px 15px;
}

.wide {
  width: 448px;
  float: left;
  background: transparent url(/images/bg_content_wide.jpg) bottom right no-repeat;
  padding: 20px;
  min-height: 260px;
}

.start {
  width: 280px;

}

.small {
  width: 240px;
  float: left;
  font-size: 1em;
  background: transparent url(/images/bg_content_small.jpg) bottom right no-repeat;
  padding: 10px 0 10px 18px;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

.box h1 {
  width: 85%;
  margin-bottom: 6px;
}

.box h2 {
  width: 90%;
  margin-bottom: 6px;
}

.box h3 {
  font-size: 1.1em;
}

.box ul {
  padding: 0 0 0 5px;
  margin: 0;
}

.box ul li {
  list-style: none;
  background: transparent url(/images/bullet.gif) 1px 2px no-repeat;
  padding-left: 18px;
  margin: 6px;
}

#inner-navigation {
  float: right;
  text-align: right;
  margin-right: 20px;
}

#markenimg img {
  padding: 12px;
}

#content {
  margin-left: 20px;
}

#button1 {
  margin-top: 30px;
  margin-right: 10px;
  height: 30px;
  width: 91px;
  float: right;
}

#button2 {
  margin-top: 70px;
  margin-right: 10px;
  height: 30px;
  width: 91px;
  float: right;
}

#dekra {
  background: url(/images/dekra.gif) no-repeat top center;
  height: 110px;
  width: 70px;
  margin: 20px 20px 0 20px;
  float: left;
}

hr {
  border: 0px; /* Auch Firefox und Opera haben Macken! */
  border-top: 1px solid #beceea;
  border-bottom: transparent; /* F�r Internet Exploder */
  width: 95%;
  text-align: left;
}

#footer {
  background: url(/images/bg_footer.png) no-repeat bottom center;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  margin-top: 0;
  height: 70px;
}

#footer  p {
  color: #8a8a8a;
  font-size: 1em;
  padding: 0px;
  margin-right: 30px;
  float: right;
}

/* ------------------------------------------------------ Fixes */

.clear {
  clear: both;
}
