/* Angaben fuer Randabstand und Hintergrundfarbe */
body
{
/*margin:0px;*/
margin-top:20px;
margin-bottom:0px;
margin-left:0px;
margin-right:20px;
background-color:#FFFFCC;
font-family: Verdana, sans-serif;
frot-size: 8px;
line-height: 12pt; /* Zeilenabstand*/
white-space: normal;
text-align: justify; /* Blocksatz*/
/*Scrollbar Einstellungen*/
  scrollbar-base-color:#CCCCAA;
  scrollbar-3dlight-color:#CCCCAA;
  scrollbar-arrow-color:#CCCCAA;
  scrollbar-darkshadow-color:#CCCCAA;
  scrollbar-face-color:#009966;
  scrollbar-highlight-color:#CCCCAA;
  scrollbar-shadow-color:#CCCCAA;
  scrollbar-track-color:#CCCCAA;
}


/* Angaben fuer Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <hr> und nach <p> */
hr,p,br
{
font-size:10pt;
line-height: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
color: #000000;
}

/* Angaben für Schriftstil und Schriftfarbe in Tabellen*/
td, th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 16px;
text-align: justify;
color: #000000;
}

/* Angaben für Schriftstil und Schriftfarbe in h3-Überschriften*/
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFF66;
} 

/* Angaben fuer Schriftstil und Schriftfarbe nach <center> */
center
{
font-style:italic;
color:#008000;
}

/* Angabe fuer Links ohne Unterstreichung */
A
{
text-decoration: none;
font-weight: bold;
}

/* Angabe fuer Link-Farbe von Links */
A:link
{
color:#009966;
}


/* Beispiel-Angabe fuer Link-Farbe von besuchten Links */
A:visited
{
color:#009966;
}

/* Angabe fuer Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
color:#FF9900;
text-decoration: underline;
/* font-weight: bold; */
/* letter-spacing: 1pt; */
}
.ueberschrift
{
color: #009966;
font-weight: bold;
}
.ueberschrift_news
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #009966;
}
.zusatzinfo
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style:italic;
}
.Bestellung
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
color: #FF0000;
}
