  body {
    color: #666660; background-color: #BFBFBF;
    font-size: 70.01%;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0; padding: 0em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px; min-height:100%;
    padding: 0.0em;
    background: #ffffff;
    border-left: 0px solid #3266CC; border-right: 0px solid #3266CC;
  }
  /* Box-Model-Hack für IE */
  * html div#Seite {
    width: 900px;
  }
  html>body div#Seite {
    border-color: #3266CC;  /* Farbangleichung an den Internet Explorer  */
  }
  
  div#topnavi {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    padding: 0.0em;

    font-size: 0.9em;
    color: #013366; 
    text-align: right;
    background: #ECECEC;
    padding-bottom: 0.3em;
  }
  
  div#topnavi a {
    padding: 0.1em;
    font-weight: normal;
  }
  div#topnavi a:link {
    color: #013366;
	text-decoration:none;
  }
  div#topnavi a:visited {
    color: #013366;
	text-decoration:none;
  }
  div#topnavi a:hover {
    color: #013366;
	text-decoration:underline;
  }
  div#topnavi a:active {
    color: #013366;
    text-decoration:underline;
  }
  
  div#Kopf {
    font-size: 0.9em;
  }
  
  h1 {
    font-size: 1.2em;
    margin: 0 0 0.2em; padding: 0.1em; padding-left: 0em;
    /* text-align: center; */
    /* background-color: #fed; */
    /* border: 2px ridge silver; */
	font-family: Verdana,Helvetica,Arial,sans-serif;
  }
  h2 {
    font-size: 1.03em;
    margin: 0.2em 0.0em;
  }
  h3 {
    font-size: 0.93em;
    margin: 0.2em 0.5em;
  }
  .tabellemittext {
    font-size: 1.0em;
    /* margin: 0 0 0.2em; padding: 0.1em; */
    text-align: center;
    /* background-color: #fed; */
    /* border: 2px ridge silver; */
	font-family: Verdana,Helvetica,Arial,sans-serif;
  }
  
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }


  div#Info {
    font-size: 0.9em;
    /* float: right; width: 12em; */
    margin: 0 0 1.1em; padding: 0;
    background-color: #eee;
	/* border: 1px dashed silver; */
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#Inhalt {
    float: left; width: 670px;
    /* margin: 0 12em 1em 3em; */
    /* margin-left: 16.5em; */
    padding: 0 0em; padding-top: 2em; padding-left: 2em;
    text-align: left; min-height:60%;
    /* border: 1px dashed silver; */
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  /* für IE7 */
  *:first-child+html div#Inhalt {
    height:80%;
  }

  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  div#Inhalt_rechts {
    float: right; width: 200px;
    padding: 0 0px; margin: 0px; padding-top: 2em; margin-top:2em; padding-left:5px;
    text-align: left;
    border-left: 1px solid #DFDFDF;
  }


  .text {
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
	color: #ffffff;
  }
  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding-top: 2.0em; padding-bottom: 0.70em;
    text-align: center;
    /* background-color: #fed; border: 1px solid silver; */
  }
  
  .keinrahmen {
    border: 0px;
  }
  
  .bild {
    border: 0px;
    margin-right: 0.7em;
    padding-top: 0em;
    padding-right: 1.0em;
    padding-bottom: 0.5em;
  }
  
  #suche {
    /* background-color : #B6014F; */
    border-left : 1px solid #ededed;
    border-top : 1px solid #ededed;
    border-bottom : 1px solid #ededed;
    border-right : 1px solid #ededed;
    color : #000000;
    font-size : 11px;
    font-family : Verdana,Helvetica,Arial,sans-serif;
    padding : 1px 0 1px 2px;
	margin-left: 5px;
  }
  
  a:link {
   color: #565656;
   text-decoration:none;
  }
  
  a:visited {
   color: #565656;
   text-decoration:none;
  }

  a:hover {
   color: #565656;
   text-decoration:underline;
  }

  a:active {
   color: #565656;
   text-decoration:underline;
  }

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

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

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

  a:link.activ {
   color:#565656; text-decoration:none; font-weight:bold;
  }
  a:visited.activ {
   color:#565656; text-decoration:none; font-weight:bold;
  }
  a:active.activ {
   color:#565656; text-decoration:none; font-weight:bold;
  }
  a:hover.activ {
   color:#565656; text-decoration:underline; font-weight:bold;
  }
 
  .boximcontent {
  margin: 7px 0px 5px 0px;
  font-size: 90%;
  font-style: normal;
  text-align:left;
}

.boximcontent_left {
  float:left;
  padding: 5px 5px 5px 0px;
}

.boximcontent_right {
  float:right;
  padding: 5px 0px 5px 5px;
}

.artikelbild {
  /* margin: 0px 0px 0px 0px; */
  padding-right: 0.7em;
  padding-bottom: 0.5em;
  font-size: 90%;
  font-style: normal;
  text-align:left;
  float:left;
}


.highlight {
  background-color: #FFCC00;
}



  div#Navigation {
    font-size: 0.83em;
    /* float: left; width: 190px; */
    margin: 0 0 0.0em; padding: 0;
    margin-bottom: 0px;
    text-align: left;
    /* border: 1px dashed silver; */
    width: 900px;
    /* border-top: 1px solid #B6014F; */
    /* border-bottom: 1px solid #B6014F; */
    background: #ECECEC;
  }


  ul#navigation_top {
    font-size: 12px;
    font-weight: bold;
    margin: 0em;
    padding: 0.1em;
    padding-left: 0em;
    text-align: left;
    color: #013366;
  }

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

  ul#navigation_top a {
    /* border-right: 1px solid #B6014F; */
    padding-top: 0.4em;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-bottom: 0.4em;
    font-weight: normal;
  }
  ul#navigation_top a:link {
    color: #013366;
    background: #ECECEC;
    text-decoration:none;
  }
  ul#navigation_top a:visited {
    color: #013366;
    background: #ECECEC;
    text-decoration:none;
  }
  ul#navigation_top a:hover {
    color: #013366;
    background: #ffffff;
    text-decoration:underline;
  }
  ul#navigation_top a:active {
    color: #013366;
    background: #ffffff;
    text-decoration:underline;
  }
  ul#navigation_top a:link.aktiv {
    color: #013366;
    background: #ffffff;
    text-decoration:none;
    font-weight: bold;
  }
  ul#navigation_top a:visited.aktiv {
    color: #013366;
    background: #ffffff;
    text-decoration:none;
    font-weight: bold;
  }
  ul#navigation_top a:hover.aktiv {
    color: #013366;
    background: #ffffff;
    text-decoration:underline;
    font-weight: bold;
  }
  ul#navigation_top a:active.aktiv {
    color: #013366;
    background: #ffffff;
    text-decoration:underline;
    font-weight: bold;
  }




  ul.Subnavigation {
    color: #013366;
    font-size: 12px;
    /* float: left; */ width: 900px;
    margin: 0 0 0 0em; padding: 0em;
    text-align: left;
    background: #E0E0E0;
  }

  ul.Subnavigation li {
    margin: 3px;
    list-style: none;
    display:inline;
    line-height:2.0em;
  }
  
  ul.Subnavigation a {
    padding: 0.1em; margin-left: 10px;
    /* font-weight: normal; */
  }
  ul.Subnavigation a:link {
    color: #013366;
    text-decoration:none;
  }
  ul.Subnavigation a:visited {
    color: #013366;
    text-decoration:none;
  }
  ul.Subnavigation a:hover {
    color: #ffffff;
    background: #013366;
    text-decoration:none;
  }
  ul.Subnavigation a:active {
    color: #ffffff;
    background: #013366;
    text-decoration:none;
  }


  div.linie {
    height: 1px;
    border-top:1px solid grey;
  }



.rightbox_top {
   font-size:0.85em;
   margin-top:0.5em; margin-left:auto;
   border-left:0px solid grey;
   text-align:left;
   color:#ffffff;
   /*background-color:#d9d9d9;*/
   border-bottom:1px solid grey;
}
.rightbox_top h2 {
   font-size:12px;
   margin:0em; padding:3px 0px;
   border:none;
   color:grey;
}
.rightbox {
   font-size:0.85em;
   margin-top:0px;
   margin-left:auto;
   margin-right:0px;
   padding:5px 0px; padding-bottom:25px;
   border-left:0px solid grey;
   text-align:left;
   color:grey;
   /* background-image:url(../images/punkte.gif); background-repeat:repeat-x; background-position:bottom; */
   /*border-bottom:1px solid #003366;*/
}
.rightbox p {
   margin:0px;
}
