html {
  padding:0; margin:0;
  overflow-y: scroll !important; /* Scrollbar immer sichtbar */
}

BODY {
  padding: 0; margin: 0;
  background-color: #EEE;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background-image: url(../uploads/Layout/body_bg.png);
  background-repeat: repeat-x;
  background-color: #bbbbcc; /* Flieder */
  font-size: 100.01%;
}
BODY.jugend {
  background-image: url(../uploads/Layout/body_bg_gruen.png);
}

A {
  color: #771156;
  text-decoration: none;
}
#FooterContainer a {
  color: #fff;
}

A:hover {
  color: #771156;
  text-decoration: underline;
}

HR {
  height: 1px;
  color: #C8C8C8;
  background-color: #C8C8C8;
  border: none;
  padding: 0; margin: 0 0 5px 0;
}

TABLE {
  border-collapse: collapse;
}

TD {
  color: #000;
}

TABLE.border {
  border-collapse: collapse;
  border: 1px solid #EEE;
}

TABLE.border td {
  border: 1px solid #EEE;
}

TABLE TABLE.border td {
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
}

TH, TABLE.border TH {
  background-color: #EEE;
  font-weight: bold;
}

.hr_spacer {
  clear: left;
  padding: 7px 0;
}

UL, OL {
  margin-top: 3px;
}

UL LI, OL LI {
  margin-top: 3px;
}

IMG {
  border: 0px;
}

IMG.border {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
}

IMG.left {
  float: left;
  margin-right: 10px;
}

IMG.right {
  float: right;
  margin-left: 10px;
}

FORM {
  padding: 0; margin: 0;
}

P {
  margin-top: 0; padding-top: 0;
}

H1 { font-size: 160%; font-weight: normal; margin-top: 0px; margin-bottom: 20px; padding-top: 0px; color: #771156; line-height: 1.2em; }
H2 { font-size: 110%; font-weight: bold; color: #771156; line-height: 1.2em; }
H3 { font-size: 100%; font-weight: bold; line-height: 1.2em; }

#Content.jugend H1, #Content.jugend H2, #Content.jugend H3 {
  color: #339900;  /*** Gruen Jugend ***/
}

/* Layout Stile */

#BGTop {
  min-width: 920px;
  height: 42px;
  position: relative;
}

#BGMiddle {
  min-width: 920px;
}

#Container {
  margin: 0 auto;
  padding: 0% 0%;
  width: 920px;
  text-align: left;
  background-color: #FFF;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

#NavigationTop {
  font-size: 80%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 800px;
  text-align: right;
  position: relative;
  z-index: 2;
}

#Top {
  position: relative;
  height: 78px;
}

#LogoKirchen {
  position: absolute;
  left: 20px;
  top: -40px;
  z-index: 1;
}

#LogoEKKG {
  position: absolute;
  left: 320px;
  top: 16px;
  z-index: 1;
}

#DogEar {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

#Search {
  position: absolute;
  left: 45px;
  top: 533px;
  z-index: 1;
}

#Header {

}

#Image {
  float: left;
  margin: 0;
  width: 920px;
  height: 360px;
}

#NavigationMain {
  clear: left;
  margin: 0;
  height: 38px;
  font-size: 90%;
  background-color: #771156;
}
#NavigationMain.jugendnavi  {
  background-color: #339900;   /*** Gruen Jugend ***/
}

/*** Inhaltsbereich ***/

#History {
  clear: both;
  margin: 10px 0 20px 270px;
  padding: 0;
  color: #333;
  font-size: 75%;
}

#History A {
  padding: 0 5px 0 3px;
  color: #333;
}

#ContentContainer {
  width: 920px;
  margin: 0;
  padding: 0;
}

#Content {
  padding: 0 0 20px 0;
  float: left;
  width: 100%;
  min-height: 300px;
  font-size: 82.5%;
  line-height: 1.3em;
}

#ContentLeft {
  float: left;
  width: 220px;
  margin: 0 0 0 25px;
  padding: 0;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px #ccc;
  -khtml-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

#ContentRight {
  float: right;
  width: 630px;
  padding: 0 20px 10px 0;
}

#Suche {
  background-color: #771156;
  width: 200px;
  height: 30px;
  padding: 10px 0 0 20px;
  -webkit-border-top-left-radius: 12px;
  -khtml-border-top-left-radius: 12px;
  -moz-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -khtml-border-top-right-radius: 12px;
  -moz-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
}
#Content.jugend #Suche {
  background-color: #339900;   /*** Gruen Jugend ***/
}

#NavigationLeft {
  width: 220px;
}

#Editor {
  width: 200px;
  padding: 0 10px;
}

#FooterContainer {
  position: relative;
  margin: 0 auto;
  padding: 0% 0%;
  width: 920px;
  text-align: left;
  background-color: #771156;
  -webkit-border-bottom-left-radius: 24px;
  -khtml-border-bottom-left-radius: 24px;
  -moz-border-bottom-left-radius: 24px;
  border-bottom-left-radius: 24px;
  -webkit-border-bottom-right-radius: 24px;
  -khtml-border-bottom-right-radius: 24px;
  -moz-border-bottom-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
#FooterContainer.jugend {
  background-color: #339900;   /*** Gruen Jugend ***/
}

.footerCol {
  float: left;
  color: #fff;
  margin: 12px 20px 10px 40px;
  font-size: 80%;
  line-height: 1.4em;
}

#FacebookF {
  float: left;
  margin-right: 8px;
}

#Facebook {
  float: right;
  font-size: 140%;
  padding-top: 4px;
}

#Copyright {
  margin: 15px 0px;
  font-size: 75%;
  color: #fff;
  text-align: center;
}

/*** sonstige Stile ***/

#TageslosungInhalt {
  margin: 0 0 10px 0;
}

.losungStelle {
  text-align: right;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

/*** Content-Boxen ***/

.ContentBox {
  margin: 0;
  padding: 10px;
}

.ContentBox.yellow {
  background-color: #F9F4D1;
}

.ContentBox.green {
  background-color: #CAE59E;
}

.ContentBox.grey {
  background-color: #EEEEEE;
}

/*** Formulare ***/

#Content INPUT[type="text"], #Content TEXTAREA {
  font-family: Arial,helvetica,sans-serif;
  font-size: 13px;
  color: #333;
  border: 1px solid #DFDFDF;
}

#Content TEXTAREA {
  margin-top: 5px;
}

#Content INPUT[type="submit"], #Content INPUT[type="button"], #Content INPUT[type="reset"] {
  padding: 4px 5px 4px 25px;
  color: #1F1F2C;
  font-weight: bold;
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  background-image: url(../uploads/Symbole/mail-send.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
}

#Content INPUT[type="submit"][class], #Content INPUT[type="button"][class], #Content INPUT[type="reset"][class] {
  width: auto;  /* cancel margin fix for other browsers */
}

#Content INPUT[type="submit"]:hover, #Content INPUT[type="button"]:hover, #Content INPUT[type="reset"]:hover {
  background-color: #CAE59E;
  border: 1px solid #CAE59E;
}

/***** Seitenmodule *****/
.container_content_module {
  padding: 0; margin: 0;
  float: left;
  width: 100%;
}

.container_content_module P, .bg_content_module P, .bg_content_module2 P, .bg_content_module_active P {
  padding: 0; margin: 0;
}

.bg_content_module, .bg_content_module, .bg_content_module_active {
  padding: 0; margin: 0;
}

.container_content_module H1, .bg_content_module H1, .bg_content_module2 H1, .bg_content_module_active H1 {
  margin-bottom: 10px;
  font-size: 130%;
  color: #1F1F2C;
}

.bg_content_module A, .bg_content_module2 A, .bg_content_module_active A {

}

.bg_content_module A.back_btn, .bg_content_module2 A.back_btn, .bg_content_module_active A.back_btn {

}

.small { font-size: 11px; }

.ip { font-size: 13px; color:#000; border: #999 1px solid; }

/*** Interne Suche ###SEARCH### ***/

#searchwrapper {
  width: 180px;
  height: 18px;
  background-image: url(../images/search_box.png);
  background-repeat: no-repeat; /*important*/
  padding: 0;
  margin: 0;
  position:relative; /*important*/
}
#Content.jugend #Suche #searchwrapper {
  background-image: url(../images/search_box_gruen.png);
}

#searchwrapper form { display:inline ; }

#searchwrapper INPUT[type="text"] {
  font-size: 13px;
  color: #333;
  border: none;
}

#searchwrapper INPUT[type="submit"] {
  padding: 0;
  color: #333;
  font-weight: normal;
  background-color: transparent;
  border: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0;
  text-decoration: none;
}

#searchwrapper INPUT[type="submit"][class] {
  width: auto;  /* cancel margin fix for other browsers */
}

.searchbox {
  border: 0px; /*important*/
  background-color: transparent; /*important*/
  position: absolute; /*important*/
  top: 0;
  left: 3px;
  padding: 0;
  margin: -2px 0 0 0;
  width: 150px;
  height: 18px;
  font-size: 75%;
}

.searchbox_submit {
  border: 0px; /*important*/
  background-color: transparent; /*important*/
  position: absolute; /*important*/
  top: 0px;
  left: 152px;
  width: 30px;
  height: 18px;
  cursor: pointer;
}