/* --- IMPORT VON RTE-STYLES  --------------------------------------- */
@import url(style_FILES/rte.css); 


body {
  xheight: 100.01%;
}

HTML {
  xheight: 100.1%;
}


/* --- MENU ----------------------------------------------------------  */
.menu {
}

.menu, .menu * { 
  font-size: 15px;
} 

.menu A { 
  display: block;
  text-decoration: none;
}

.menu TD.menu-level1-no  {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #EABA0B;
}

.menu TD.menu-level1-no A {
  text-decoration: none;
  font-weight: bold;
}

.menu TD.menu-level1-act {
  padding-left: 10px;
  padding-right:10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #EABA0B;
  background-color: #EABA0B;
  color: #FFFFFF;
}

.menu TD.menu-level1-act A {
  text-decoration: none;
  font-weight: bold;
}

.menu TD.menu-level2-no  {
  padding-left: 10px;
  padding-right:10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #CECECE;
}

.menu TD.menu-level2-no A {
  text-decoration: none;
}

.menu TD.menu-level2-act {
  padding-left: 10px;
  padding-right:10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #CECECE;
  background-image: url(style_FILES/pfeil.gif); 
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

.menu TD.menu-level2-act A {
  text-decoration: none;
  font-weight: bold;
}

.menu TD.menu-level3-no  {
  padding-left: 20px;
  padding-right:10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menu TD.menu-level3-no A {
  font-size: 12px;
  text-decoration: none;
}

.menu TD.menu-level3-act {
  padding-left: 20px;
  padding-right:10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menu TD.menu-level3-act A {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}


/*  --- COPYRIGHT -------------------------------------------------  */
.copyright { 
  float: right;
  padding-top: 5px;
} 

.copyright A, .copyright A * { 
  font-size: 10px; 
  text-decoration: none;
}

/* --- TOPNAVI -------------------------------------------------------  */
.topnavi {
  padding-bottom: 3px;
}

.topnavi, .topnavi * { 
  font-size: 13px; 
  color: #000000;
  font-weight: bold;
} 

.topnavi A { 
  text-decoration: none;
}


/* --- CONTENT ------------------------------------------------------  */
.content {
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
}

/* --- RIGHT --------------------------------------------------------  */
.right {
  padding-top: 30px;
  padding-bottom: 20px;
}


/* --- 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: 80px;
  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: #000000; 
  border: 1px solid #FFFFFF; 
}
*/

.content * fieldset.csc-mailform .csc-mailform-submit {
  margin-left: 80px;
  margin-top: 10px;
  float: left;
} 


/* --- NEWS ---------------------------------------------------------  */
.news-latest {
  float: left;
  clear: both;
}

.news-latest TH {
  text-align: left;
  background-color: #CECECE;
  padding: 2px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
}

.news-latest TD, .news-latest TD *  {
  font-size: 12px;
}

.news-latest TD {
  border-bottom: 1px solid #CECECE;
  padding-top: 10px;
  padding-bottom: 5px;
}

.news-latest .news-latest-date {
  font-weight: bold;
}

.news-latest .news-latest-title {
  font-weight: bold;
}

.news-latest .news-latest-subheader {
}

.news-latest * A {
  text-decoration: none;
}  

.news-single IMG, .news-single * IMG  {
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}  

.news-list {
  clear: both;
}

.news-list * A {
  text-decoration: none;
}  

.news-list .news-list-title {
  font-size: 14px; 
  font-weight: bold;
  padding-bottom: 5px;
  clear: left;
  float: left;
}

.news-list .news-list-subheader {
  clear: left;
  float: left;
}

.news-list .news-list-browse {
  clear: both;
  text-align: center;
}  


