html {
  overflow-y:scroll;
}
body {
  background-color:#BFCBD5;
  margin-top:0px;
  font-family:Verdana, Geneva, sans-serif;
  font-size:9pt;
}
#root {
  background-color:#BFCBD5;
  width:900px;
  margin:10px auto;
  -moz-box-shadow:4px 4px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:4px 4px 6px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
#printhead {
  display:none;
}
#banner {
  background-color:#F1F1F1;
  width:900px;
  height:129px;
  margin:0 0 10px;
  padding:0px;
  font-size:8pt;
  text-align:right;
}
#menu {
  background-color:#F1F1F1;
  width:900px;
  height:20px;
  margin:0;
  padding:0;
  color:#708090;
  font-size:8pt;
}
#inhalt {
  background-color:#EAEAEA;
  width:800px;
  min-height:400px;
  margin:0; 
  padding:30px 50px 45px;
  font-size:9pt;
  line-height:20px;
}
#down {
  background-color:#EAEAEA;
  width:800px;
  height:10px;
  clear:left;
  padding:5px 50px 15px;
  font-size:7pt;
  text-align:right;
}
.textbox {
  width:850px;
  margin:0 0 20px;
  padding:0;
}
.carreisenleft {
  float:left;
  width:600px;
  padding-top:10px;
}
.carreisenright {
  width:200px;
  padding-top:15px;
  padding-left:600px;
}
.carreisenbox {
  width:600px;
  padding-top:0px;
  padding-bottom:0px;
  clear:left;
}
.carreisenyear {
  float:left;
  width:30px;
}
.carreisenyearnext {
  float:left;
  width:30px;
  padding-top:10px;
}
.carreisentext {
  width:570px;
  padding-left:30px;
}
.fahrzeugleft {
  float:left;
  width:400px;
}
.fahrzeugright {
  width:400px;
  margin-left:430px;
}
a:link {
  text-decoration:none;
  color:#2B527A;
}
a:visited {
  text-decoration:none;
  color:#2B527A;
}
a:hover {
  text-decoration:none;
  color:#B61C2E;
}
a:active {
  text-decoration:none;
  color:#B61C2E;
}
a img {
  border:none;
}
.ulfahrzeug {
  margin-top:20px;		
}
.lifahrzeug {
  margin-bottom:15px;
  margin-left:-25px;
	padding-left:5px;
}
ul {
  margin-top:-5px;
}
li {
  margin-left:-25px;
  padding-left:5px;
}
.titel {
  color:#2B527A;
  font-size:12pt;
  font-weight:bold;
}
.home1 {
  color:#B61C2E;
  font-size:12pt;
  font-weight:bold;
}
.home2 {
  color:#B61C2E;
  font-size:9pt;
  font-weight:bold;
}
.home3 {
  color:#2B527A;
  font-weight:bold;
}
.agb {
  font-size:8pt;
  font-weight:bold;
}
.bildtext {
  font-size:8pt;
  line-height:17px;
}
.ipaddr {
  color:#708090;
}
.ausgebucht {
  color:#B61C2E;
  font-weight:bold;
}
input, select, textarea { 
  background-color:#F1F1F1;
}
.textfeld {
  width: 190px;
}
.plzfeld {
  width:40px;
}
.ortfeld {
  width:142px;
}
.textfeldklein {
  width:90px;
}
.textfeldgross {
  width:367px;
}
.textarea {
  width:372px;
}
.textarea2 {
  width:345px;
}
.bestaetigung{
  background-color:#DCDFEA;
  color:#B61C2E;
  border-style:solid;
  border-width:1px;
  border-color:#B61C2E;
  padding-left:5px;
}
/* Lightbox2 */
#lightbox{
  position:absolute;
  left:0;
  width:100%;
  z-index:100;
  text-align:center;
  line-height:0;
}
#lightbox img{
  width:auto;
  height:auto;
}
#lightbox a img{
  border:none;
}
#outerImageContainer{
  position:relative;
  background-color:#EAEAEA;
  width:250px;
  height:250px;
  margin:0 auto;
}
#imageContainer{
  padding:10px;
}
#loading{
  position:absolute;
  top:40%;
  left:0%;
  height:25%;
  width: 100%;
  text-align:center;
  line-height:0;
}
#hoverNav{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:10;
}
#imageContainer>#hoverNav{
  left:0;
}
#hoverNav a{
  outline:none;
}
#prevLink, #nextLink{
  width:49%;
  height:100%;
  background-image:url(data:image/gif;base64,AAAA);
  /* Trick IE into showing hover */ display:block;
}
#prevLink{
  left:0;
  float:left;
}
#nextLink{
  right:0;
  float:right;
}
#prevLink:hover, #prevLink:visited:hover{
  background:url(images/libo_prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover{
  background:url(images/libo_nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer{
  font:10px Verdana, Helvetica, sans-serif;
  background-color:#EAEAEA;
  margin:0 auto;
  line-height:1.4em;
  overflow:auto;
  width:100%;
}
#imageData{
  padding:0 10px;
  color:#EAEAEA;
}
#imageData #imageDetails{
  width:70%;
  float:left;
  text-align:left;
}	
#imageData #caption{
  font-weight:bold;
}
#imageData #numberDisplay{
  display:block;
  clear:left;
  padding-bottom:1.0em;
}			
#imageData #bottomNavClose{
  width:66px;
  float:right;
  padding-bottom:0.7em;
  outline:none;
}	 	
#overlay{
  position:absolute;
  top:0;
  left:0;
  z-index:90;
  width:100%;
  height:500px;
  background-color:#000;
}
