/* ### Basics  ### */

h1 {

}

h2 {

}

h3 {

}

h4 {
margin-top: 20px;
font-weight: bold;
font-size: 13px;
color: rgb(204,153,51);
}

h5 {
margin-top: 20px;
margin-bottom: 0px;
font-weight: bold;
font-size: 11px;
color: rgb(204,153,51);
}

h6 {

}

hr {
  border: 1px solid #e2e2e2;
}  

p {
  color: rgb(0,51,102);
}

li {
  color: rgb(0,51,102);
}

a {
  text-decoration: none;
  color: #969696;
}

a:hover {
color: rgb(204,153,51);  
}

a:visit {
   
}




/* Basics End */

body {
  background-color: rgb(51,102,153);
  background-image: url(/files/body_background.jpg);
  background-repeat: repeat-x; 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0px;
}

#siteContent {
  background-color: #ffffff;
  position: absolut;
  display: block;
  width: 750px;
  height: 500px; 
  margin: 0px auto;
}

#toTop {
  background-image: url(/files/banner02.png);
  background-repeat: no-repeat;
  width: 750px;
  height: 106px;
  z-index: 2;
  position: absolute;
}

#leTop {

  width: 550px;
  height: 240px; 
  z-index: 1;
  position: absolute;
  margin-top: 78px;
}

#riTop {
  background-image: url(/files/riTopBack.jpg);
  width: 200px;
  height: 240px; 
  z-index: 1;
  position: absolute;
  margin-left: 550px;
  margin-top: 78px;
}

.infoBox {
  padding: 20px;
}

.infoBox p {
  font-size: 11px;
}

.infoBox li {
  font-size: 11px;
}

.infoBox ul {
  padding-left: 15px;
}

.infoBox img {
  padding-top: 15px;
}


#naviLane {
  background-image: url(/files/naviBack.jpg);
  width: 750px;
  height: 30px;
  position: absolute;
  margin-top: 318px;
}
 
#content {
  background-color: #fff;
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 348px;
  width: 750px;
  float: left;
  margin-top: 348px;
  min-height: 450px;
}

#mainContent {
  width: 448px;
  padding-left : 50px;
  padding-right : 50px;
  padding-top : 20px;
  padding-bottom: 15px;
  float: left; 
  border-right: 1px solid #dcdcdc;
  min-height: 415px; 
}

#mainContent a {
  font-weight: bold;
}

#secContent {
  width: 198px;
  float: right;
}
/*
#lane {
  float: left;
  width: 1px;
}

#laneTop {
 background-image: url(/files/laneTop.png);
 background-repeat: no-repeat;
 width: 1px;
 height: 200px;
}

#laneMid {
 background-image: url(/files/laneMid.png);
 background-repeat: y-repeat;
 width: 1px;
}

#laneBot {
 background-image: url(/files/laneBot.png);
 background-repeat: no-repeat;
 width: 1px;
 height: 200px; 
}

#infoBox {
  background-color: #fff;
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 348px;
  width: 200px;
  float: right;
}

*/

#footer {
  clear: both;
  border-bottom: 3px solid #fff;
}

#logoBox {
  float: right;
  width: 198px;
  margin-top: -185px;
}

.imgText {
  float: left;
  padding-right: 16px;
  padding-bottom: 5px;
}

.imprint {
  position: absolute;
  margin-left: 20px;
}

/*### Formatierung Sprachauswahl ###*/

ul#lang {
  float:right;
  font-size: 11px;
  padding-right: 5px;
  color: rgb(150,150,150);
  list-style: none;
  margin: 0px;
}

ul#lang li {
  float:right;
  padding-right: 5px;
  padding-top: 6px;

}

ul#lang li a {
  text-decoration: none;
  color: rgb(150,150,150);
}

ul#lang li a:hover {
  color: rgb(204,153,51);
}

.current_lang {
  color: rgb(204,153,51);
}


/* Staltenformatierung */

.col_fakten p {
  margin: 0px;
}

.col_fakten .spalte_1 {
  float: left;
  width: 130px;
  text-align: right;
  font-weight: bold;
  padding-bottom: 8px;
}

.col_fakten .spalte_2 {
  float: right;
  width: 305px;
  padding-bottom: 8px;
}

/*### Kontaktformular ############################ */

.formgen {
  margin-top: 30px;
}

.formgen label {
 float: left;
 width: 150px;
 text-align:right;
 margin-bottom: 5px;
 color: #1e2d72;
}

.formgen .formtext {
  float: left;
  width: 275px;
  margin-left: 20px;
  margin-bottom: 5px;
  border: solid 1px #bea147;
}

.formgen .formtextfield {
  float: left;
  width: 275px;
  margin-left: 20px;
  margin-bottom: 5px;
  border: solid 1px #bea147;
}

.formgen .formsubmit {
  float: left;
  margin-left: 20px;
  width: 277px;
  border: solid 1px #bea147;
  background-color: #e6dbb6; 
  color: #1e2d72;
}

.formgen .formhinweis {
 float: left;
 width: 150px;
 text-align:right;
 color: #bfbfbf;
}
