/* --- IMPORT VON RTE-STYLES  --------------------------------------- */
@import url(rte.css); 


/*  --- MENU ------------------------------------------------------  */
.menu { 
  vertical-align: top; 
  color: #646464;
  font-size: 13px; 
}

.menu TD.menu-level1-no  {
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: dotted 1px #8E287B;
}

.menu TD.menu-level1-no A {
  text-decoration: none;
}

.menu TD.menu-level1-act {
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: dotted 1px #8E287B;
  
  background-image: url(../images/pfeil_pink.gif); 
  background-repeat: no-repeat; 
  background-position: 0px 9px;
}

.menu TD.menu-level1-act A {
  color: #787878;
  font-weight: bold;
  text-decoration: none;
}

.menu TD.menu-level2-no  {
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu TD.menu-level2-no A {
  text-decoration: none;
  color: #787878;
}

.menu TD.menu-level2-act {
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;

  background-image: url(../images/pfeil_grau.gif); 
  background-repeat: no-repeat; 
  background-position: 10px 9px;
}

.menu TD.menu-level2-act A {
  text-decoration: none;
  color: #787878;
  font-weight: bold;
}


.menu TD.menu-level3-no  {
  padding-left: 30px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu TD.menu-level3-no A {
  text-decoration: none;
  color: #8E287B;
  font-size: 11px; 
}

.menu TD.menu-level3-act {
  padding-left: 30px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu TD.menu-level3-act A {
  text-decoration: none;
  color: #8E287B;
  font-weight: bold;
  font-size: 11px; 
}


/* --- SUCHE ------------------------------------------------------------ */
.search {
}

.search A {
  text-decoration: none;
}

/* --- indexedsearch ---------------------------------------------------  */
.tx-indexedsearch {
  width: 460px;
  display: block;
  clear: both;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  clear: both;
}

.tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox {
  padding: 5px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
  list-style-type: none;
  float: left;
  padding: 0px 3px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox {
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res {
  margin-bottom: 10px;
  clear: both;
}


.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title * {
  text-decoration: none;
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  display: none;
}  
 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent {
  font-size: 10px;
  font-style: italic;
}


/* --- CONTENT ------------------------------------------------------  */
.content {
}

.content_top {
  border-top: 1px solid #787878;
}

.content_top A {
  font-size: 11px;
  text-decoration: none;
}

.hartz_belegung, .hartz_belegung * {
  font-size: 8px;
}  

/* --- COPYRIGHT -------------------------------------------------------- */
.copyright {
}

.copyright A {
  font-size: 10px; 
  text-decoration: none;
}



/* --- RECHTS ------------------------------------------------------ */

.right {
}

.right TABLE * {
}

.right TABLE TH {
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #787878;
  color: #FFFFFF;
  font-size: 13px; 
  font-weight: bold;
  text-align: left;

  background-image: url(../images/pfeil_weiss.gif); 
  background-repeat: no-repeat; 
  background-position: 5px 8px;
}

.right TABLE TH A {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px; 
  font-weight: bold;
}

.right TABLE TD.image {
  padding-top: 2px;
}

.right TABLE TD.text {
  color: #787878;
  font-size: 11px; 
}

.right TABLE TD.text A {
  text-decoration: none;
  font-weight: bold;
}



/* --- NEWS ---------------------------------------------------------  */

.content .news-top-list {
  float: none;
}

.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;
}

