/* CSS Document */
body {
  font-size: 12px;
  font-family: Helvetica,Arial,sans-serif,Verdana;
  color: #202020;
  margin:0px;
  padding:0px;
  background-color:#ffffff;
}


#footer {
  padding-bottom:15px; padding-left:15px;
}


  /* für IE */
  * html td,th {
    font-family:Helvetica,Arial,sans-serif,Verdana;
    font-size: 12px;
    text-align:left;
  }

  /* für alle anderen Browser */
  html>body td,th {
    font-family:Helvetica,Arial,sans-serif,Verdana;
    font-size: 12px;
    text-align:left;
  }

  /* für IE */
  * html b {
    font-family:Helvetica,Arial,sans-serif,Verdana;
    text-align:left;
  }

  /* für alle anderen Browser */
  html>body b {
    font-family:Helvetica,Arial,sans-serif,Verdana;
    text-align:left;
  }


  .highlight {
    background-color: #FFCC00;
  }


  h1 {
    font-size: 15px;
    margin:0px; padding: 0px; padding-bottom:2px;
    /* text-align: center; */
    /* background-color: #fed; */
    /* border: 2px ridge silver; */
	font-family: Helvetica,Arial,sans-serif,Verdana;
    /* Georgia, Palatino, "Times New Roman", Times; */
  }
  h2 {
    font-size: 14px;
    margin: 0 0 0.1em; padding: 0em; padding-left: 0em;
  }
  h3 {
    font-size: 0.93em;
    margin: 0.2em 0.5em;
  }


  .trennlinie {
    margin:0px; padding:2px; border-top:1px solid #8595BA; clear:both;
  }

  .subtitle {
    font-size:10px;
    color:#000000;
    margin-top:4px; margin-bottom:4px;
    float:left;
  }

  .subtitle2 {
    font-size:11px;
    color:#000000;
    margin-top:4px; margin-bottom:4px;
  }

  .datum {
    text-align:right;
    font-size:10px;
    margin-top:2px; margin-bottom:2px;
    float:right;
  }

  p .terminbox {
    margin: 6px 0px 6px 0px;
  }


  ul#navigation_top {
    font-size: 12px;
    font-weight: bold;
    margin: 0em;
    padding: 0.4em;
    padding-left: 0em;
    text-align: left;
    color: #1E4E7E;
    /* background: #ffffff; */
    /* border-top: 1px solid #2D284E; */
    /* border-bottom: 1px solid #2D284E; */
  }

  ul#navigation_top li {
    margin: 0px;
    margin-left: 0.0em;
    list-style: none;
    display:inline;
  }

  ul#navigation_top a {
    border-right: 1px solid #D23B3B;
    padding-top: 0.4em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.4em;
    font-weight: bold;
  }
  ul#navigation_top a:link {
    color: #D23B3B;
    /* background: #2D284E; */
    text-decoration:none;
  }
  ul#navigation_top a:visited {
    color: #D23B3B;
    /* background: #2D284E; */
    text-decoration:none;
  }
  ul#navigation_top a:hover {
    color: #D23B3B;
    /* background: #D23B3B; */
    text-decoration:underline;
  }
  ul#navigation_top a:active {
    color: #D23B3B;
    /* background: #D23B3B; */
    text-decoration:underline;
  }
  ul#navigation_top a:link.aktiv {
    color: #D23B3B;
    /* background: #D23B3B; */
    text-decoration:underline;
  }
  ul#navigation_top a:visited.aktiv {
    color: #D23B3B;
    /* background: #D23B3B; */
    text-decoration:underline;
  }
  ul#navigation_top a:hover.aktiv {
    color: #D23B3B;
    /* background: #D23B3B; */
    text-decoration:underline;
  }
  ul#navigation_top a:active.aktiv {
    color: #D23B3B;
    /* background: #D23B3B; */
    text-decoration:underline;
  }


  td.mitte {
    margin: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    border:none;
  }

/* Box-Model-Hack für IE */
  * html td.mitte {
    padding-left: 15px;
    padding-right: 15px;
  }

.verlauf {
        margin:0px; padding-bottom:6px;
        margin-left:1px; padding-top: 6px;
        font-size:80%;
}

  td.kopfgrafik {
    height:90px;
    background-image:url(../images/bg_linie2.gif); background-repeat:repeat-x;
    background-position:0px 70px;
  }

  td.topnavi {
    height:30px;
  }


  td.navigation_links {
    font-size: 10px;
    color: #000000;
    text-align: center;
    width: 170px;
    margin: 0 0 0em; margin-right: 0em;
    padding: 0px; padding-bottom: 10px;
    background-color:#2D284E;
    background-image:url(../images/bg_linie2.gif); background-repeat:repeat-x;
    background-position:0px 70px;
  }


  * html td.navigation_links {
    font-size: 9px;
    text-align: center;
    color: #000000;
    width: 170px;
  }


  ul#navigation_links {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    float: left; width: 160px;
    margin: 0 0 0 0em; padding: 0px; padding-top:150px; padding-bottom:25px;
    text-align: left;
    display:block;
  }

  ul#navigation_links li {
    margin: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top:5px;padding-bottom:5px;
    list-style: none;
    display:block;
  }
  
  ul#navigation_links a {
    display: block;
    padding-left:5px; padding-right:5px;
    border-bottom: 1px solid #D55A5A;
    font-weight: normal;
  }
  ul#navigation_links a:link {
    color: #ffffff;
    text-decoration:none;
  }
  ul#navigation_links a:visited {
    color: #ffffff;
    text-decoration:none;
  }
  ul#navigation_links a:hover {
    color: #D55A5A;
    text-decoration:none;
  }
  ul#navigation_links a:active {
    color: #D55A5A;
    text-decoration:none;
  }

  .text {
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
	color: #000000;
  }
  .textklein {
    font-size: 0.8em;
    margin: 0em; padding: 0em;
    margin-left:0em;
    /* color: #000000; */
  }
  
  .keinrahmen {
    border: 0px;
  }
  
  .bild {
    border: 0px;
    margin-right: 0.7em;
    padding-top: 0em;
    padding-right: 1.0em;
    padding-bottom: 0.5em;
  }
  
  #suche {
    /* background-color : #19256F; */
    border-left : 1px solid #dddddd;
    border-top : 1px solid #dddddd;
    border-bottom : 1px solid #dddddd;
    border-right : 1px solid #dddddd;
    color : #000000;
    font-size : 11px;
    font-family : Verdana, Helvetica, Arial;
    padding : 1px 0 1px 2px;
    margin-left: 5px;
  }
  
  td.mitte a:link {
   color:#D23B3B;
   font-weight:bold;
   text-decoration:none;
  }
  
  td.mitte a:visited {
   color:#D23B3B;
   font-weight:bold;
   text-decoration:none;
  }

  td.mitte a:hover {
   color:#D23B3B;
   font-weight:bold;
   text-decoration:underline;
  }

  td.mitte a:active {
   color:#D23B3B;
   font-weight:bold;
   text-decoration:underline;
  }

  a:link.archiv {
   color: #000000;
   text-decoration:none;
  }
  
  a:visited.archiv {
   color: #000000;
   text-decoration:none;
  }

  a:hover.archiv {
   color: #000000;
   text-decoration:underline;
  }

  a:active.archiv {
   color: #000000;
   text-decoration:underline;
  }


  td.Navigation_links a:link {
   color: #000000;
   text-decoration:none;
  }

  td.Navigation_links a:visited {
   color: #000000;
   text-decoration:none;
  }

  td.Navigation_links a:hover {
   color: #000000;
   text-decoration:underline;
  }

  td.Navigation_links a:active {
   color: #000000;
   text-decoration:underline;
  }


  td.Spalte_rechts a:link {
   color: #000000;
   text-decoration:none;
  }

  td.Spalte_rechts a:visited {
   color: #000000;
   text-decoration:none;
  }

  td.Spalte_rechts a:hover {
   color: #000000;
   text-decoration:underline;
  }

  td.Spalte_rechts a:active {
   color: #000000;
   text-decoration:underline;
  }


  a:link.subnavi {
   color: #000000;
   text-decoration:none;
  }
  
  a:visited.subnavi {
   color: #000000;
   text-decoration:none;
  }

  a:hover.subnavi {
   color: #000000;
   text-decoration:underline;
  }

  a:active.subnavi {
   color: #000000;
   text-decoration:underline;
  }


  a:link.activ {
   color:#000000; text-decoration:none; font-weight:bold;
  }
  a:visited.activ {
   color:#000000; text-decoration:none; font-weight:bold;
  }
  a:active.activ {
   color:#000000; text-decoration:none; font-weight:bold;
  }
  a:hover.activ {
   color:#000000; text-decoration:underline; font-weight:bold;
  }
 

.boximcontent {
  /* margin: 7px 0px 5px 0px; */
  margin-right: 0.7em;
  padding-right: 0em;
  padding-bottom: 0.5em;
  font-size: 90%;
  font-style: normal;
  text-align:left;
  color:#97A7CB;
  background-color:#3C5183;
}

.boximcontent_left {
  float:left;
/*  padding: 5px 5px 5px 0px; */
  padding: 0px 0px 0px 0px;
  margin-right: 0.7em;
}

.boximcontent_right {
  float:right;
/*  padding: 5px 0px 5px 5px; */
  padding: 0px 0px 0px 0px;
  margin-left: 0.7em;
}

.artikelbild {
  /* margin: 0px 0px 0px 0px; */
  margin-right: 6px;
  padding-right: 0em;
  padding-bottom: 0.5em;
  font-size: 90%;
  font-style: normal;
  text-align:left;
  float:left;
  color:#97A7CB;
  background-color:#3C5183;
}


.galeriebild {
  margin-right: 6px;
  padding-right: 0em;
  padding-bottom: 0.5em;
  font-size: 95%;
  font-style: normal;
  text-align:left;
  float:left;
  color:#97A7CB;
  background-color:#3C5183;
}

.fett {  font-weight:bold; }


.formular input {
  font-size:11px;
  width:150px;
}