body
{
 font-family:Verdana, Arial, sans-serif;
 font-size:80%;
 background-color:#fff;
 color:#000;
 margin:0px;
 padding:0px;
 background-image:none;
}

/* nicht mitgedruckte Elemente*/
.noprint
{
 display:none;
}

/* Textfarbe Ausdruck schwarz*/
.print
{
 color:inherit;
 Font-style:normal;
 font-weight:normal;
}
h2.print,h3.print
{
 font-weight:normal;
 font-size:1em;
}
img.print
{
 border-width:0;
}
/*Ausdruck der Elemente im Textfluss*/
.druck
{
 display:inline;
}

/* Hervorhebungen */
.hervorheb
{
 color:inherit;
 font-weight:normal;
 font-style:normal;
}

/* gepunktete Linie unter Acronymen ausblenden*/
acronym
{
 border-bottom: 0px dotted #666;
}

/* Brotkruemel */
#brkr{
 padding:0px 5px;
 background-color:#efefef;
 border-bottom:1px solid #000;
 margin-bottom:20px;
 font-size:1em;
 font-style:normal;
 text-align:center;
}

/* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active
{
 text-decoration:underline;
 font-weight:bold;
 color:#000000;
}

.home2
{
 font-weight:normal;
 text-align:center;
}