/* --- IMPORT VON RTE-STYLES  --------------------------------------- */
@import url(rte.css); 


/*  --- MENU ------------------------------------------------------  */
.menu-level1 { 
  vertical-align: top; 
}

.menu-level1 A { 
  font-size: 12px; 
}

.menu-level1 TD.menu-level1-no  {
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFFFFF;
}

.menu-level1 TD.menu-level1-no A {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

.menu-level1 TD.menu-level1-act {
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFFFFF;
  background-color: #f3d460;
  background-image: url(../images/navi_1_on.gif); 
  background-repeat: no-repeat;
  background-position: top left;
}

.menu-level1 TD.menu-level1-act A {
  text-decoration: none;
  color: #464A4A;
  font-weight: bold;
}

.menu-level2 {
  margin-left: 20px;
}

.menu-level2, .menu-level2 * {
  color: #FFFFFF;
}

.menu-level2 A.menu-level2-no  {
}

.menu-level2 A.menu-level2-no {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

.menu-level2 A.menu-level2-act  {
}

.menu-level2 A.menu-level2-act {
  color: #E9DB80;
  font-weight: bold;
}


/* --- CONTENT ------------------------------------------------------  */
.content_image {
}

.content_image IMG {
}


/* --- CONTENT ------------------------------------------------------  */
.content {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}

/* --- TOP NAVI ------------------------------------------------------ */
.topnavi {
  margin-right: 25px;
}

.topnavi, .topnavi A {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px; 
  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 #8F8F8F; 
}

.content * fieldset.csc-mailform .csc-mailform-submit {
  margin-left: 100px;
  margin-top: 10px;
  float: left;
} 


/* --- NEWS ---------------------------------------------------------  */

.news-top-list {
  margin-left: 25px;
  margin-top: 30px;
  margin-right: 20px;
}

.news-top-list-item {
  clear: both;
  padding-bottom: 15px;
}  

.news-top-list-item P.news-top-list-date {
  font-size: 10px;
  margin: 0px;
}

.news-top-list-item A {
  text-decoration: none;
}

.news-top-list-item H1 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;

  padding-left: 12px;
  background-position: 0px 3px;
  background-image: url(../images/pfeil.gif); 
  background-repeat: no-repeat;
}

.news-top-list-item H2 P {
  font-size: 10px;
  font-weight: normal;
}

.news-top-list-item H2 IMG {
  float: left;
}


.news-top-list-item IMG {
  margin-right: 5px;
  margin-bottom: 1px;
  border: 1px solid #464A4A;
}  

.news-more A {
  color: #4C83C2;
  font-size: 10px;
  text-decoration: none;
}

.news-single img, .news-single * img {
  float:left;
  margin-bottom: 3px;
  margin-right: 10px;
}