/* --- IMPORT VON RTE-STYLES  --------------------------------------- */
@import url(rte.css); 


/*  --- MENU ------------------------------------------------------  */
.menu { 
  vertical-align: top; 
  padding-left: 30px;
  padding-bottom: 50px;
}

.menu A { 
  font-size: 12px; 
}

.menu TD.menu-trenner  {
  padding: 0px;
  border-bottom: 1px solid #aaaaaa;
}

.menu TD.menu-level1-no  {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu TD.menu-level1-no A {
  text-decoration: none;
  font-weight: bold;
}

.menu TD.menu-level1-act {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #EEF4EA;
}

.menu TD.menu-level1-act A {
  text-decoration: none;
  font-weight: bold;
}

.menu TD.menu-level2-no  {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu TD.menu-level2-no A {
  text-decoration: none;
}

.menu TD.menu-level2-act {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu TD.menu-level2-act A {
  text-decoration: none;
  font-weight: bold;
}

/*  --- BANNER ----------------------------------------------------  */
.banner { 
  vertical-align: top; 
  border-top: 1px solid #000000;
  padding-top: 10px;
}

/* --- CONTENT ------------------------------------------------------  */
.content {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* --- RIGHT --------------------------------------------------------  */
.right {
  margin-top: 10px;
}

.right TABLE TH {
  text-align: left;
  padding-top: 10px;
  border-left: 10px solid #EEF4EA;
  border-right: 10px solid #EEF4EA;
}

.right TABLE TD {
  background-color: #A8CA98;
  border-left: 10px solid #EEF4EA;
  border-right: 10px solid #EEF4EA;
  padding: 5px;
}


/* --- NEWSTICKER ---------------------------------------------------- */
.newsticker {
  margin-right: 10px;
  margin-left: 10px;
}

.newsticker, .newsticker A {
  text-decoration: none;
  font-size: 12px; 
  font-weight: bold;
  padding-top: 10px;
}

/* --- TOP NAVI ------------------------------------------------------ */
.topnavi {
  margin-bottom: 3px;
}

.topnavi, .topnavi A {
  text-decoration: none;
  color: #E24D61;
  font-size: 12px; 
  font-weight: bold;
}

/* --- FORMULARE ----------------------------------------------------  */
.content * fieldset.csc-mailform {
  border: none;
}

.content * fieldset.csc-mailform .csc-mailform-field {
  margin-bottom: 5px;
}
  
.content * fieldset.csc-mailform .csc-mailform-field label {
  width: 100px;
  vertical-align: top;
  float: left;
  clear: both;
}

.content * fieldset.csc-mailform .csc-mailform-field input,
.content * fieldset.csc-mailform .csc-mailform-field textarea,
.content * fieldset.csc-mailform .csc-mailform-field select {
  background-color: #FFFFFF; 
  border: 1px solid #787878; 
}

.content * fieldset.csc-mailform .csc-mailform-submit {
  margin-left: 100px;
  margin-top: 10px;
  float: left;
} 


/* --- NEWS ---------------------------------------------------------  */

.news-latest, .news-latest * {
  font-size: 11px;
}

.news-latest A {
  font-weight: bold;
  text-decoration: none;
}


.content .news-top-list {
  float: left;
}

.content .news-top-list H1 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}

.content .news-top-list H2 {
  font-size: 11px;
  font-weight: normal;
}


.content .news-more A {
  color: #4C83C2;
  font-size: 10px;
  text-decoration: none;
}

.wetter td {
  border:0px !important;
  padding:0px !important;
}

