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

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

html, body {
  font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
  color: #39576b;
	margin: 0 auto;
	padding: 0;
}

body {
  background: #fff url(/images/sub-bg.jpg) top left repeat-x;
}

body#home {
  background: #fff url(/images/bg.jpg) top left repeat-x;
}

img {
  border: none;
}

a,
a.link,
a.visited,
a.active {
  color: #39576b;
  text-decoration: none;
  border-bottom: 1px solid white;
}

a:hover {
  color: #e02b2c;
  border-bottom: 1px dotted #e02b2c;
}

h2 {
  font-size: 1.2em;
}

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

#header a, #header a.link, #header a.visited, #header  a.active, #header  a:hover , .referenzenbox a{
  border: none !important;
}

#wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

#header {
  height: 118px;
}

#logo {
  margin-left: 38px;
  margin-top: 12px;
}

#header #sitemap {
  float: right;
  margin-top: -10px;
}

#lang {
  position: relative;
  top: 15px;
  left: 200px;
  background: url(/images/bg_lang.gif) no-repeat;
  height: 18px;
  width: 126px;
  display: block;
  padding-left: 50px;
  padding-top: 2px;
  float: right;
}

#nav  ul li {
  display: inline;
  list-style: none;
  text-transform: uppercase;
}

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;
  padding: 2px 2px 2px 10px;
  border: 1px solid #D1D4DF;
  background-color: #EAEBEF;
  font-size: .8em;
}

/* ------------------------------ lavaLamp ------ */

.lavaLampWithImage {
  position: relative;
  height: 25px;
  width: 1000px;
  overflow: hidden;
}
.lavaLampWithImage li {
  float: left;
  list-style: none;
  margin-right: 9px;
}
.lavaLampWithImage li.back {
  background: url(/images/lava.gif) no-repeat right -28px;
  width: 9px; height: 30px;
  z-index: 8;
  position: absolute;
}
.lavaLampWithImage li.back .left {
  background: url(/images/lava.gif) no-repeat top left;
  height: 30px;
  margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
  font: bold 11px Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #516480;
  outline: none;
  text-align: center;
  top: 6px;
  text-transform: uppercase;
  letter-spacing: 0;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin: auto 10px;    
  outline: none;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
  border: none;
  outline: none;
}

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

#teaser {
  height: 318px;
  background: url(/images/bg_teaser.jpg) no-repeat;
}

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

.box {
  border-top: 1px solid #dadee5;
  display: block;
  background-color: white;
  margin: 25px 5px 25px 20px;
}

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

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

.box h1 {
  border-bottom: 1px solid #beceea;
  width: 95%;
  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;
}

#sitemap ul li ul {
	margin-top: 6px;
}

#sitemap ul li ul li {
	list-style: square;
	background: transparent;
  margin: 0 0 0 10px;
  padding: 0;
}

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

#markenimg img {
  padding: 12px;
}

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.jpg) no-repeat bottom center;
  height: 30px;
  margin-top: 30px;
}

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

.clear {
  clear: both;
}