body {
  padding: 0;
  margin: 0;
  background-color: #e7e7e7;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 15px;
}

#BG_Header {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

#Line_Header {
  position: relative;
  left: 50%;
  margin-left: -388px;
  width: 775px;
  height: 30px;
  border-bottom: 1px solid #939496;
}

#Header {
  position: relative;
  left: 50%;
  margin-top: 1px;
  margin-left: -388px;
  width: 775px;
  height: 24px;
  background-image: url('../img/bg_menu.jpg');
  background-position: top left;
  background-repeat: repeat-x;
}

#Header_Left {
  float: left;
  width: 600px;
  height: 24px;
}

#Header_Right {
  float: right;
  text-align: right;
  width: 170px;
  height: 24px;
}

#MENU{
  position: relative;
  width: 100%;
  height: 216px;
  background-color: #ffffff;
}

#leftCol {
  position:absolute;
  left:0;
  width:50%;
  height: 212px;
  background:#ffffff;
  border-bottom: 2px solid #fe760a;
}

#leftCol_inner {
  height: 210px;
  margin-top: 1px;
  margin-bottom: 1px;
  background:#fda124;
}

#rightCol {
  position:absolute;
  right:0;
  width:50%;
  text-align:right;
  height: 212px;
  background:#ffffff;
  border-bottom: 2px solid #fe760a;
}

#rightCol_inner {
  height: 210px;
  margin-top: 1px;
  margin-bottom: 1px;
  background:#fda124;
}

#centerCol {
  position:relative;
  left: 50%;
  margin-left: -389px;
  width: 775px;
  height: 224px;
  z-index:2;
  background:#ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#centerCol_left {
  float: left;
  width: 775px;
  height: 212px;
  margin-right: 1px;
  border-bottom: 2px solid #fe760a;
}

#centerCol_left_inner {
  width: 775px;
  height: 210px;
  margin-top: 1px;
  margin-bottom: 1px;
  background:#ffffff;
  background-image:url('../img/header_gelb.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  overflow: hidden;
}


#Main {
  position: relative;
  left: 50%;
  margin-left: -389px;
  width: 777px;
  margin-top: 5px;
  background-color: #ffffff;
}

#Left {
  float: left;
  width: 250px;
  margin-top:20px;
}

#Left_Top {
  width: 250px;
  height: 235px;
  background:#ffffff;
  background-image:url('../img/bg_news.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: hidden;
}

#Left_Top_Inner {
  width: 205px;
  margin-left: 25px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 15px;
  text-align: left;
}

#Left_Top_Inner h1.csc-firstHeader{
  padding-top: 0px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
}

#Left_Top_Inner h1{
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
}

#Left_Top_Inner a {
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
}
#Left_Top_Inner a:visited {
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
}
#Left_Top_Inner a:hover {
    font-weight: bold;
    color: #5f5f5f;
}

#Left_Top_Inner ul#subnav {
    list-style-type: none;
    margin-left:-27px;
}
    
#Left_Top_Inner li#subnav {
    list-style-type: none;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

#Left_Top_Inner li#subnav a {
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
}
#Left_Top_Inner li#subnav a:visited {
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
}
#Left_Top_Inner li#subnav a:hover {
    font-weight: bold;
    color: #5f5f5f;
}

#Left_Top_Inner li#subnav_akt {
    list-style-type: none;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

#Left_Top_Inner li#subnav_akt a {
    font-weight: bold;
    color: #5f5f5f;
    text-decoration: none;
}
#Left_Top_Inner li#subnav_akt a:visited {
    font-weight: bold;
    color: #5f5f5f;
    text-decoration: none;
}
#Left_Top_Inner li#subnav_akt a:hover {
    font-weight: bold;
    color: #5f5f5f;
}

#Left_Bottom {
  width: 250px;
  height: 135px;
  padding-top: -2px;
  margin-bottom: 20px;
  background:#ffffff;
  background-image:url('../img/bg_galerie.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}

#Left_Bottom_2 {
  width: 250px;
  height: 300px;
  padding-top: -2px;
  background:#ffffff;
  background-image:url('../img/bg_galerie.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}

#Left_Bottom_Inner {
  width: 205px;
  margin-left: 25px;
  padding-top: 10px;
  margin-bottom: 30px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 15px;
  text-align: left;
}

#Left_Bottom_Inner h1.csc-firstHeader{
  padding-top: 0px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
}

#Left_Bottom_Inner h1{
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
}

#Left_Flyer {
  width: 250px;
  background:#ffffff;
  background-image:url('../img/bg_flyer.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}

#Left_Flyer_Inner {
  width: 205px;
  margin-left: 25px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 15px;
  text-align: left;
}

#Right {
  width: 480px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 16px;
  text-align: left;
}

#Right_Inner {
  width: 480px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 16px;
  text-align: left;
}

#Right_Inner h1.csc-firstHeader{
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
  background-image:url('../img/dotted_line_950.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}

#Right_Inner h1{
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
}

#Right_Inner p.csc-subheader {
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #5f5f5f;
}

#Right_Inner p.bodytext{
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 16px;
}

#Right_Inner a {
    font-weight: bold;
    color: #5f5f5f;
    text-decoration: none;
}
#Right_Inner a:visited {
    font-weight: bold;
    color: #5f5f5f;
    text-decoration: none;
}
#Right_Inner a:hover {
    font-weight: bold;
    color: #5f5f5f;
}

#Right_Inner .fieldsets {
  padding-top: 13px;
}

#Right_Inner fieldset{
  padding-top: 20px;
}

#Right_Inner legend {
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
}

#Content {
  width: 730px;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 16px;
  text-align: left;
}

#Content_Inner {
  width: 730px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 16px;
  text-align: left;
}

#Content_Inner h1.csc-firstHeader{
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
  background-image:url('../img/dotted_line_950.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}

#Content_Inner h1{
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
  color: #5f5f5f;
}

#Content_Inner p.csc-subheader {
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #5f5f5f;
}

#Content_Inner p.bodytext{
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 16px;
}

.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:left;
  width:350px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:355px;
}
 
.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
  margin-bottom:10px;
}

.tx-guestbook-result a{
  font-size: 12px;
  font-weight: bold;
  color: #5f5f5f;
  text-decoration:none;
}

.tx-guestbook-top {
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  background-color: #e7e7e7;
}

.tx-guestbook-top a{
  font-size: 12px;
  font-weight: bold;
  color: #5f5f5f;
  text-decoration:none;
}

.tx-guestbook-bottom {
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 16px;
}

.tx-veguestbook-pi1 .tx-guestbook-field label {
    width: 100% !Important;
}

.tx-srfreecap-pi2-cant-read {
    color: #515151 !Important;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
    border: 1px solid #ccc;
}

#Footer {
  position: relative;
  width: 777px;
  height: 40px;
  border-top: 1px solid #d2d2d2;
  bottom: 0;
  padding-top: 5px;
  margin-top: 1px;
  overflow: hidden;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #5f5f5f;
  background-color: #e7e7e7;
  background-image:url('../img/bg_footer.jpg');
  background-position: top left;
  background-repeat: repeat-x;
}

#Footer p {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #5f5f5f;
}

#Footer a {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #5f5f5f;
  text-decoration: none;
}

#Footer a.hover {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #5f5f5f;
  text-decoration: none;
}

#Footer menu_bottom {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #5f5f5f;
  text-decoration: none;
}

#Clear {
  clear: both;
  border-bottom: 2px solid #fe760a;
}

#Spacer {
  clear: both;
  height:10px;
} 