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


body {
  background-color: #fff;
  font-family: Trebuchet MS, Arial;
  text-align: center;
  width:920px;
  margin: auto;
 }

/*head*/
#header {
  background:url(images/header10.png) no-repeat;
  margin-top:70px;
  height:176px; 
 }

#header-left {
  background:url(images/header-left10.png) no-repeat;
  float: left;
  width: 455px;
  height:176px;
  margin-right: 10px;
  margin-top:70px;
 }
 
#header-right {
  background:url(images/header-right.png) no-repeat;
  float: left;
  width: 455px;
  height:176px;
  margin-top:70px;
 }
 
 #header-right2 {
  background:url(images/header-right2.png) no-repeat;
  float: left;
  width: 455px;
  height:176px;
  margin-top:70px;
 }

/*contentbereich*/
#content {
  background-color:#5c6c73;
  color:#FFF;
  text-align: left;
  font-size:11px;
  height:290px;
  padding: 40px;
  }

#content-left {
  clear:left;
  background-color:#5c6c73;
  color:#FFF;
  text-align: left;
  font-size:11px;
  height:290px;
  width:375px;
  margin-right:10px;
  padding: 40px;
  float:left;
  }
  
#content-right{
  clear:left;
  background-color:#eadfd2;
  color:#333;
  font-size: 11px;
  text-align: left;
  height:290px;
  width:375px;
  padding: 40px;
  }


#content-right a {
  font-size: 11px;
  color:#333333;
  text-decoration: none;
 
}

#content-right a:hover {
  font-size:11px;
  text-decoration:underline;
}

/*bottom menü - home*/
.bottomMenu {
  background-color:#294855;
  height:45px;
  padding-left:40px;
}


.bottomMenu a {
  color: #f7f6e1;
  font-size: 11px;
  text-decoration: none;
 
}

.bottomMenu a:hover {
  color:#fff;
  font-size:11px;
  text-align:left;
  text-decoration:underline;
}

.bottomMenu li {
  float:left;
  padding-top:12px;
  padding-right:25px;
  list-style-type:none;
}

/*bottom menu - cotact etc.*/
.bottomMenu-left {
  clear:left;
  background-color:#294855;
  height:45px;
  width:405px;
  margin-right: 10px;
  padding-left: 50px;
  float:left;

}

.bottomMenu-left a {
  color: #f7f6e1;
  font-size:11px;
  text-decoration: none;
 
}

.bottomMenu-left a:hover {
  color:#fff;
  font-size:11px;
  text-align:left;
  text-decoration:underline;
}

.bottomMenu-left li {
  float:left;
  padding-top:12px;
  padding-right:40px;
  list-style-type:none;
}

#bottomMenu-right {
  clear:left;
  background-color:#ddccb7;
  height:45px;
  width:455px;
}

/*copyright*/
#copy {
  clear:both;
  color:#333333;
  font-size:8pt;
  padding-top:10px;
}

#float {
  float:right;
}


