/**
* CSS-Datei zur Formatierung der XHTML-Elemente und der Navigationen
*/


/**
* Seitenformatierung
*/
body {
  margin: 0;
  padding: 0;
  min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  /* text-align:center; */
}

img {
  border:0pt none;
}

#inhalt {
  margin: 20px;
}

#seite, .bodytext {
  /* text-align: left; */
  color: #000000;
  font-family: verdana,arial,geneva,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  
  /* padding: 0 0 1em 0;*/
  margin: 0;
}

li {
  color: #000000;
  font-family: verdana,arial,geneva,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
}


#navigationOben {
}

#navigation {
}

#news {
}


/**
* Navigationen: a-Tags
*/
#menu, #fuss {
  font-size: 12px;
}

#menu a, #fuss a{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
#menu a:hover, #fuss a:hover {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:underline;
}


.menuLevel1 {
}

.menuLevel2 {
  font-size: 10px;
}

.menuLevel3 {
  font-size: 10px;
}



.news-latest-container a:link, .news-latest-container a:visited, .news-latest-container a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.news-latest-container a:hover {
  color: #000000;
  text-decoration: none;
}

#inhalt a:link, #inhalt a:visited, #inhalt a:active, #inhaltFuss a:link, #inhaltFuss a:visited, #inhaltFuss a:active {
  color: #666666;
  text-decoration: none;
  font-size:1em;
}

#inhalt a:hover, #inhaltFuss a:hover {
  color: #000000;
  text-decoration: none;
}


/**
* Menuoben
*/

#iconHome, #iconSitemap ,#iconImpressum {
  width:40px;
  height:40px;
}

a #iconHome {
  background: url(/fileadmin/images/button_home.gif) no-repeat 100% 100%;
}

a #iconSitemap {
  background: url(/fileadmin/images/button_sitemap.gif) no-repeat 100% 100%;
}

a #iconImpressum {
  background: url(/fileadmin/images/button_impressum.gif) no-repeat 100% 100%;
}


a:hover #iconHome {
  background: url(/fileadmin/images/button_homeAktiv.gif) no-repeat 100% 100%;
}

a:hover #iconSitemap {
  background: url(/fileadmin/images/button_sitemapAktiv.gif) no-repeat 100% 100%;
}

a:hover #iconImpressum {
  background: url(/fileadmin/images/button_impressumAktiv.gif) no-repeat 100% 100%;
}





/**
* Formatierung des Inhalt
*/
.csc-firstHeader, .csc-header, h1 {
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}

h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

h3, h4, h5, h6 {
  font-weight: bold;
}

.news-latest-container h2 {
  padding: 0;
  margin: 0;
}

.news-latest-container .bodytext {
}

.contenttable .bodytext {
}


/**
* Formatierung Aktuelles
*/

hr.clearer {
  border-style: dotted;
  border-color: rgb(102, 102, 102);
  border-width: 0px 0px 1px;  
  width: 100%;
  margin-bottom: 20px;
}

.news-latest-container h1 {
  margin: 0;
  padding: 0;

  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  color: #000000;
}

.news-latest-container h2 {
  margin: 0;
  padding: 0;
  
  font-size: 10px;
  line-height: 13px;
  color: #000000;
}

.news-latest-item h3 a {
  margin: 0;
  padding: 0;
  
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}

.news-latest-item h1, .news-latest-item h2, .news-latest-item h3, .news-latest-item .bodytext, .news-latest-morelink a {
  margin: 0;
  padding: 0;
  
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  color: #000000;
}

.news-latest-gotoarchive a {
  margin: 0;
  padding: 0;
  
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  color: #000000;
}

/**
* Sitemap
*/
.csc-sitemap {
  font-size: 13px;
  line-height: 22px;
}


/**
* Mailform
*/

.csc-mailform {
  padding: 0;
  margin: 0;
  
  border: 0px none;
}

label {
  vertical-align: top;
  display: block;
  float: left;
  width: 100px; /* Breite.*/
}

#mailformformtype_mail {
  margin: 20px 0 0 100px;
}
