@charset "utf-8";

html {
  margin: 0px;
  padding: 0px;
  min-height: 101%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #E9E2C6;
  margin: 0px;
  padding: 0px;
  color: #4F4B48;
  line-height: 18px;
  
}


/* ---------------Allgemeine Styles ---------------*/

h3 {
  font-size: 18px;
  font-weight: normal;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 4px;
  margin-bottom: 6px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

a {
  color: #B43D10;
  text-decoration: none;
}

a:hover {
  color: #B43D10;
  text-decoration: underline;
}

img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 0px;
  padding: 0px;
}

p {
  
  margin-top: 0px;
  padding-top: 0px;
}



/* --------------- Layout ---------------*/

#wrapper {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
  background-color: #F4F1E2;
  display: block;
  padding-bottom: 20px;
}

#header {
  width: 990px;
  height: 194px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #B23D11;
  display: block;
  float: left;
}

#logo {
  float: right;
  height: 174px;
  width: 240px;
  background-image: url(/vorlagen/assets/img/back_logo.png);
  text-align: center;
  display: block;
  padding-top: 20px;
}

#content {
  width: 990px;
}

#mainnav {
  float: left;
  width: 184px;
  font-size: 12px;
  color: #4F4B48;
  padding-left: 20px;
  margin-right: 20px;
  display: block;
  margin-top: 42px;
}

#innercontent {
  display: block;
  float: left;
  width: 500px;
  margin-top: 20px;
}

#newsteaser {
  padding-bottom: 8px;
}

#right {
  display: block;
  float: right;
  width: 240px;
}

#footer {
  height: 50px;
  width: 990px;
  display: block;
  text-align: center;
  padding-top: 10px;
  color: #615E5A;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}


/* --------------- Content ---------------*/


/* Mainnav Styles */

#mainnav h3.red {
  color: #B43D10;
  border-bottom-color: #B43D10;
}

#mainnav h3.blue {
  color: #256DC6;
  border-bottom-color: #256DC6;
}


#mainnav ul#blue a{
  
  color: #256DC6;
}




#mainnav ul{
  
  padding: 0px;
  list-style-type: none;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

#mainnav ul li ul {
  
  margin-top: 4px;
  margin-bottom: 0px;
  padding-bottom:6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E2C6;
}

#mainnav ul li ul li ul {
  
  margin-top: 2px;
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom:0px;
}

#mainnav ul li ul li a{
  
  display: block;
  text-decoration: none;
  border-bottom-style: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 14px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-image: url(/vorlagen/assets/img/pfeil_red.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  line-height: normal;
}

#mainnav ul#blue li ul li a{
  background-image: url(/vorlagen/assets/img/pfeil_blue.gif);
  
}


#mainnav ul#blue li ul li ul li a{
  
  background-image: url(/vorlagen/assets/img/pfeil2_red.gif);
}
#mainnav ul li ul li ul li a{
  
  display: block;
  text-decoration: none;
  border-bottom-style: none;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 24px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-image: url(/vorlagen/assets/img/pfeil2_red.gif);
  background-repeat: no-repeat;
  background-position: 14px 3px;
  line-height: normal;
}



#mainnav ul li a{
  display: block;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E2C6;
  font-weight: normal;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
}

#mainnav ul li.active0 a {
  font-weight: normal;
  
}

#mainnav ul li.active1 a {
  font-weight: bold;
  border-bottom-width: 0px;
  
}

#mainnav ul li.active1 ul li.active0 a {
  font-weight: normal;
  
}


#mainnav ul li.active1 ul li.active1 ul a {
  font-weight: normal;
  
}

#mainnav ul li.active1 li.active1 ul a {
  font-weight: bold;
  
}

#mainnav ul li.active1 ul li.active1 ul li.active1 a {
  font-weight: bold;
  
}









/* Innercontent Styles */


#innercontent h1 {
  color: #B43D10;
  line-height: 26px;
  font-weight: normal;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  font-size: 24px;
}

#innercontent h2 {
  font-size: 16px;
  color: #B43D10;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#innercontent h4 {
  font-weight: bold;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
}

#innercontent h3.subtitle {
  font-size: 12px;
  color: #B43D10;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 8px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

innercontent h3.event {
  font-size: 14px;
  color: #B43D10;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#innercontent h3.line {
  font-size: 16px;
  color: #B43D10;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 8px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  display: block;
  border-bottom-width: 1px;
  border-bottom-color: #B43D10;
  padding-bottom: 4px;
}

#innercontent h5 {
  font-size: 10px;
  color: #999999;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

#innercontent .trenner {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color:  #E9E2C6;
    height: 8px;
    display: block;
    padding: 0px;
    clear: both;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    float: none;
}

#innercontent .imagecontainer {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 0px;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#innercontent .imagedesc {
  font-size: 10px;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}


/* Newsteaser Styles */

#newsteaser .pad {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-bottom: 8px;
    clear: both;
}

#newsteaser img {
  display: block;
  float: left;
  margin-right: 10px;
  height: 96px;
  width: 144px;
}
#newsteaser p {
  margin: 0px;
  padding: 0px;
}


/* Right Styles */


.rigthboxinner  ul.tools {
  list-style-type: none;
  padding: 0px;
  height: 40px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom:0px;
}

.rigthboxinner  ul.tools li {
  float: left;
  display: block;
  padding-right: 22px;
  background-image:none;
  padding-left:0px;
  padding-bottom:0px;
  padding-top:0px;
  margin-bottom:0px;
}

.rigthboxinner  ul.tools li a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a.readon {
    float: left;
    display: block;
    width: 80px;
}



.rigthboxouter {
  margin-bottom: 2px;
}

.rigthboxtop {
  background-image: url(/vorlagen/assets/img/rightboxtop.png);
  background-position: left top;
  height: 12px;
  margin: 0px;
  padding: 0px;
  float: none;
  display: block;
}

.rigthboxinner {
  background-color: #F1D4A3;
  padding-right: 20px;
  padding-left: 16px;
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}


.rigthboxinner ul{
  
  padding: 0px;
  list-style-type: none;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}


.rigthboxinner  ul li{
  
  display: block;
  text-decoration: none;
  border-bottom-style: none;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 14px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-image: url(/vorlagen/assets/img/pfeil_red.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  line-height: normal;
}






.rigthboxbottom {
  background-image: url(/vorlagen/assets/img/rightboxbottom.png);
  background-position: left bottom;
  display: block;
  height: 10px;
  margin: 0px;
  padding: 0px;
}

.rigthboxinner .date {
  font-size: 12px;
  color: #B43D10;
  text-transform: capitalize;
  font-weight: bold;
}

.rigthboxinner h4 {
  font-size: 14px;
  font-weight: bold;
  color: #B43D10;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 0px;
}

.rigthboxinner .pad {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F4F1E2;
}


.rigthboxinner .terminpad {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F4F1E2;
}


form#search {
  margin: 0px;
  padding: 0px;
}

form#search label span {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 8px;
  height: 24px;
  display: block;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
  background-image: url(/vorlagen/assets/img/back_formfield_left.jpg);
}

form#search label span span {
  background-image: url(/vorlagen/assets/img/back_formfield_right.jpg);
  background-position: right 0px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  margin: 0px;
}


#search #keyword_search {
  height: 16px;
  width:164px;
  border: none;
  font-size: 11px;
  color: #615E5A;
  margin-top: 3px;
  background-color: #F3ECE2;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: block;
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

form#search input#senden {
  height: 18px;
  width:22px;
  border: none;
  display: block;
  float: left;
  margin-top:2px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
}


#right h3 {
  color: #B43D10;
  border-bottom-color: #B43D10;
  margin-bottom: 8px;
}

#right p {
  margin: 0px;
  padding: 0px;
}

#right .banner {
  display: block;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}


/* --------------- Footer Styles ---------------*/

/* Metanav  */

ul.metanav {
  list-style-type: none;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #900;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 218px;
}
.metanav li {
  list-style-type: none;
  display: block;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  border-left-width: 0px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;
}
.metanav li a {
  color: #615E5A;
  text-decoration: none;

  text-transform: uppercase;
}
.metanav li a:hover {
  text-decoration: underline;
}
.terminpad p {
    font-size: 11px;
    line-height: normal;
}


