@charset "UTF-8";
/* CSS Document */

body{
 /*background-color:#1A0C00;*/
 background-color:#c69160;
 color:#B98B33;

 margin: 0;
 padding: 0;
 width:100%;
 height:100%;
}

.containerstart{
  /*background-color:#271300;*/
  background-color:#271300;
  width:950px;
  /*height:550px;*/
  
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left:-475px;
  margin-top:-270px;
  
  border: 3px solid #663300;
}

.container{
  /*background-color:#271300;*/
  background-color:#271300;
  width:950px;
  /*height:550px;*/
  
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left:-475px;
  margin-top:-300px;
  
  border: 3px solid #663300;
}

.header{
  /*background-color:#FF0000;*/
  width:100%;
  height:115px;
  vertical-align:top;
}

.logo{
  margin-left:10px;
}

.zusatztabelle{
  border-left:2px solid #B98B33;
  margin-left:10px;
}

.zusatz{
  padding-left: 15px;
  padding-right: 15px; 
}

.navizeile{
  height:20px;
  border-top:3px solid #663300;
  background-color:#B98B33;
  color:#000000;
}

.navi{
  padding-left: 15px;
  padding-right: 15px; 
  border-right: 2px solid #663300;

}

.main{
  width:100%;
  border-top: 3px solid #663300;
  border-bottom: 3px solid #663300;
}

.footer{
  width:100%;
  height:15px;
  background-color:#B98B33;
  text-align:center;
}

.content{
 /* width:600px;*/
  width:100%;
  /*background-color:#0000FF;*/
  /*background:url(bilder/bg.jpg);*/
}

.menu{
  border-left: 3px solid #663300;
  width:150px;
  vertical-align:top;
}

iframe{
  width:100%;
  height:420px;
  border:none;
}

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

.inhaberin{
 text-align:right;
}


/*----------------------------------------------*/
.start1{
  height:540px;
}

.footertext{
  padding-left:20px;
  font-size:12px;
  /*color:#6C1C0C;*/
  color:#000000;
  vertical-align:middle;
}