/* --- IMPORT VON RTE-STYLES  --------------------------------------- */
@import url(rte.css); 

/*  --- KLICKPFAD -------------------------------------------------  */
.klickpfad {
  padding-left: 20px;
  padding-bottom: 3px;
}

.klickpfad, .klickpfad * { 
  font-size: 12px; 
  color: #FFFFFF;
  text-decoration: none;
}

.klickpfad.activ * { 
  font-weight: bold;
}


/*  --- MENU ------------------------------------------------------  */
.menu { 
  vertical-align: top; 
  float: left;
  border-collapse: collapse;
}

.menu * { 
  font-size: 12px; 
}

.menu A { 
  text-align: left; 
}

.menu TD.menu-level1-no  {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  background-color: #ECECEC;
}

.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: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF;
  background-color: #DBDBDB;
}

.menu TD.menu-level1-act A {
  text-decoration: none;
  font-weight: bold;
}


.menu TD.menu-level2-no  {
  padding-left: 5px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #E8E8E8;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.menu TD.menu-level2-no A {
  text-decoration: none;
}

.menu TD.menu-level2-act {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #E8E8E8;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.menu TD.menu-level2-act A {
  text-decoration: none;
  font-weight: bold;
}

.menu TD.menu-level3-no  {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #E8E8E8;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.menu TD.menu-level3-no A {
  text-decoration: none;
}

.menu TD.menu-level3-act {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #E8E8E8;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.menu TD.menu-level3-act A {
  text-decoration: none;
  color: #B80004;
}

.menu TD.menu-level4-no  {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #E8E8E8;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.menu TD.menu-level4-no A {
  text-decoration: none;
}

.menu TD.menu-level4-act {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #E8E8E8;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.menu TD.menu-level4-act A {
  text-decoration: none;
  font-weight: bold;
}

/*  --- HAPUTMENU -------------------------------------------------  */
.hauptmenu { 
  vertical-align: top; 
  float: left;
  border-collapse: collapse;
}

.hauptmenu * { 
  font-size: 12px; 
}

.hauptmenu A { 
  text-align: left; 
}

.hauptmenu TD.menu-level1-no  {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #B80004;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.hauptmenu TD.menu-level1-no A {
  text-decoration: none;
  font-weight: bold;
}

.hauptmenu TD.menu-level1-act {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #B80004;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.hauptmenu TD.menu-level1-act A {
  text-decoration: none;
  font-weight: bold;
}

.hauptmenu TD.menu-level2-no  {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #B80004;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.hauptmenu TD.menu-level2-no A {
  text-decoration: none;
}

.hauptmenu TD.menu-level2-act {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #B80004;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}

.hauptmenu TD.menu-level2-act A {
  text-decoration: none;
}


/*  --- COPYRIGHT -------------------------------------------------  */
.copyright { 
  margin-left: 10px;
  margin-top: 3px;
  float: left;
} 

.copyright A, .copyright A * { 
  font-size: 11px; 
  text-decoration: none;
}

/* --- TOPNAVI -------------------------------------------------------  */
.topnavi {
  margin-bottom: 5px;
  float: left;
}

.topnavi, .topnavi *{ 
  font-size: 15px; 
} 

.topnavi A { 
  text-decoration: none;
}

/* --- FOOTER --------------------------------------------------------  */
.footer {
  padding-left: 20px;
}

/* --- PRINT ---------------------------------------------------------  */
.print {
  margin-top: 3px;
  float: left;
}

.print, .print *{ 
  font-size: 11px; 
  color: B80004;
} 

.print A { 
  text-decoration: none;
}

/* --- TOP -----------------------------------------------------------  */
.top {
  margin-top: 3px;
  float: right;
}

.top, .top * { 
  font-size: 11px; 
  color: B80004;
} 

.top A { 
  text-decoration: none;
}

/* --- SEARCH --------------------------------------------------------  */
.search {
}

.search, .search * { 
} 

.search TD { 
  padding: 0px !important;
}

.search INPUT  { 
  width: 140px;
  height: 20px;
  padding: 0px 
  margin: 0px 
}

.search A { 
  font-size: 15px; 
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  height: 20px;
}

/* --- CONTENT-BOX --------------------------------------------------  */
.content_box {
  margin-top: 30px;
  margin-left: 20px;
  width: 650px;
}


/* --- CONTENT ------------------------------------------------------  */
.content {
  width: 425px;
  padding-right: 0px;
}

.content {
  font-size: 1.2em;
}

.content A {
  color: #B80004;
  text-decoration: none;
}  


.content .box_grey .content_element {
  background-color: #E8E8E8;
  padding: 10px;
  margin-bottom: 10px;
}


.content .box_grey_headline .csc-header {
  background-color: #E8E8E8;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #4C4C4C;
}

.content .box_grey_headline .csc-header H1 {
  margin-bottom: 0px;
  font-size: 1em;
  color: #4C4C4C;
}

.content .box_grey_headline .content_element {
  background-color: #E8E8E8;
  padding: 10px;
  margin-bottom: 10px;
}


.content .box_grey_links .csc-header {
  background-color: #E8E8E8;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #4C4C4C;
}

.content .box_grey_links .csc-header H1 {
  margin-bottom: 0px;
  font-size: 1em;
  color: #4C4C4C;
}

.content .box_grey_links .content_element {
  background-color: #E8E8E8;
  padding: 10px;
  margin-bottom: 10px;
}

.content .box_grey_links .content_element A {
  color: #4C4C4C;
  background-image:url(/fileadmin/images/linkpfeil.gif);
  background-position: 0px 6px;
  background-repeat: no-repeat;
  padding-left: 8px;  
}



/* --- 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 #616161; 
}
*/

.content * fieldset.csc-mailform .csc-mailform-submit {
  margin-left: 100px;
  margin-top: 10px;
  float: left;
} 


/* --- CONTENT - ELEMENT --------------------------------------------  */
.content_element {
  clear: left;
}

/* --- CONTENT - RIGHT ----------------------------------------------  */
.content_right {
  margin-left: 15px;
  margin-bottom: 15px;
  width: 204px;
  float: right;
  position: relative; 
  top: 0px; 
  right: 0px;
}

.content_right * { 
  font-size: 12px; 
}

.content_right A {
  text-decoration: none;
}

.content_right TD {
  padding-left: 10px;
  padding-right: 10px;
}

.content_right .grau {
  font-weight: bold;
}

.content_right .rot {
  color: #B80004;
  font-weight: bold;
}


/* --- NEWS ---------------------------------------------------------  */

.news-right .news-latest-title {
  font-weight: bold;
  padding-bottom: 5px;
}

.news-right .news-latest-subheader {
  padding-bottom: 10px;
}

.news-latest {
  margin-top: 10px;
}

.news-latest .news-latest-title {
  color: #B80004;
  font-weight: bold;
  margin-bottom: 5px;
}

.news-latest .news-latest-subheader {
  margin-bottom: 5px;
}

.news-latest * A {
  text-decoration: none;
}  


.news-list .news-list-header {
  margin-bottom: 5px;
}

.news-list .news-list-header * {
  color: #4C4C4C;  
  font-weight: bold;
  text-decoration: underline;
}

.news-list .news-list-more IMG {
  margin-top: 5px;
}

.news-list .news-list-browse {
  clear: both;
}

.news-single IMG {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}  

/* --- SUCHE -------------------------------------------------------  */
.tx-indexedsearch {
  width: 400px;
}


.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: left;
}


.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;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  clear: left;
}

.tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox {
  text-align: center;
  float: left;
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox UL.browsebox LI {
  list-style-type: none;
  float: left;
  margin-right: 10px;
}


/* --- SITEMAP -----------------------------------------------------  */
.content .csc-sitemap {
  padding-left: 20px;
  padding-right: 20px;
}

.content .csc-sitemap * {
  color: #4C4C4C;
}

.content .csc-sitemap ul, .content .csc-sitemap li {
  clear:both;
  margin:0;
  padding:0;
}

.content .csc-sitemap ul {
  list-style-type:none;
}

.content .csc-sitemap li {
  border-top: 1px dotted #DBDBDB;
  padding-bottom:3px;
  padding-top:3px;
  position:relative;
  top:0;
}

.content .csc-sitemap a {
  text-decoration:none;
}

.content .csc-sitemap ul li a {
  font-weight:bold;
}

.content .csc-sitemap ul li ul li {
  background-image:url(/fileadmin/images/linkpfeil.gif);
  background-position:17px 7px;
  background-repeat:no-repeat;
  border-top:medium none;
  padding-bottom:0;
  padding-left:25px;
  padding-top:3px;
}

.content .csc-sitemap ul li ul li a {
  font-weight:normal;
}

.content .csc-sitemap ul li ul li ul li {
  background:transparent none repeat scroll 0 0;
  border-top:medium none;
  padding-bottom:0;
  padding-left:20px;
  padding-top:3px;
}

.content .csc-sitemap ul li ul li ul li a {
  font-size:11px;
  font-weight:normal;
}

/* --- SITEMAP - SEITENLISTE ---------------------------------------------  */

.content .content_element_sitemap4 .csc-header {
  background-color: #E8E8E8;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #4C4C4C;
}

.content .content_element_sitemap4 .csc-header H1 {
  margin-bottom: 0px;
  font-size: 1em;
  color: #4C4C4C;
}

.content .content_element_sitemap4 .csc-menu-4 {
  background-color: #E8E8E8;
  padding: 10px;
  margin-bottom: 10px;
}

.content .content_element_sitemap4 .csc-menu-4 DT {
  padding-bottom: 3px;  
}

.content .content_element_sitemap4 .csc-menu-4 DT A {
  background-image:url(/fileadmin/images/linkpfeil.gif);
  background-position: 0px 6px;
  background-repeat: no-repeat;
  padding-left: 8px;  
  color: #4C4C4C;
  font-weight:bold;
}

.content .content_element_sitemap4 .csc-menu-4 DD {
  padding-bottom: 10px;  
  padding-left: 8px;  
}

