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

.navigation { color: #431e2a; font-size: 14px; font-family: Verdana; font-weight: bolder; line-height: 20px; text-decoration: none; }
.navigation:hover { color: ##EF264C; font-size: 14px; font-family: Verdana; font-weight: bolder; line-height: 20px;}
.navigation_current { color: ##EF264C; font-size: 14px; font-family: Verdana; font-weight: bolder; line-height: 20px; text-decoration: none; }  
.navigation2 { color: #431e2a; font-size: 13px; font-family: Verdana; font-weight: normal; line-height: 18px; text-decoration: none; }
.navigation2:hover { color: ##EF264C; font-size: 13px; font-family: Verdana; font-weight: normal; line-height: 18px;}
.navigation2_current { color: ##EF264C; font-size: 13px; font-family: Verdana; font-weight: normal; line-height: 18px; text-decoration: none; }  
.navitalic { color: #431e2a; font: italic 12px Verdana; text-decoration: none; line-height: 18px; font-weight: bold; text-decoration: none; }
.navitalic:hover { color: ##EF264C; font: italic 12px Verdana; text-decoration: none; line-height: 18px; font-weight: bolder;}
.navitalic_current { color: ##EF264C; font: italic 12px Verdana; text-decoration: none; line-height: 18px; font-weight: bold; text-decoration: none; }

#start {
  position:absolute;
  width: 850px;
  height: 650px;
  background-image: url(../../home/startseite.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  left: 50%;
  z-index: 1;
  padding: 0;
  margin-top: 20px;
  margin-left: -425px;
}

#startmenu {
  float: left;
  height: 230px;
  width: 298px;
  border-left-style: none;
  margin-top: 146px;
}

#container {
  position:absolute;
  width: 850px;
  min-height:650px;
  background-image: url(../../home/content.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  left: 50%;
  z-index: 1;
  padding: 0;
  margin-top: 20px;
  margin-left: -425px;
}



#abstandoben {
  width: 100%;
  height: 110px;
  margin-top: 20px;  
}


#content {
  width: 100%;
  height: 431px;
  margin-top: 0px;
}
#hgbild {
  height: 431px;
  width: 552px;
  float: right;
}

#cont_text {
  float: none;
  height: 422px;
  width: 476px;
  margin-left: 30px;
  overflow: auto;
  background-color: #FFFFFF;
  padding: 0px;
}

#menu {
  float: left;
  height: 330px;
  width: 264px;
  border-left-style: none;
  margin-top: 32px;
}

#titelhome {
  float: left;
  height: 40px;
  width: 264px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #431e2a;
  margin-top: 10px;
  font-weight: bolder;
}


#inhalt {
  float: right;
  height: 374px;
  width: 500px;
  margin-top: 26px;
  margin-left: 0px;
  margin-right: 20px;
  padding-right: 20px;
  overflow: auto;
  scrollbar-3dlight-color: #431e2a;
  scrollbar-darkshadow-color: #431e2a;
  scrollbar-highlight-color: #1d5ebc;
  scrollbar-shadow-color: #1d5ebc;
  scrollbar-arrow-color: #431e2a;
  scrollbar-base-color: #431e2a;
  scrollbar-face-color: #1d5ebc;
  scrollbar-track-color: #431e2a;
}

#copyright {
  float: right;
  height: 20px;
  width: 300px;
  padding-top: 6px;
  padding-right: 6px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#copyright a {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

