/* Stylesheet                               */
/* ============================================ */
/*                                              */
/* Version: 1.0                                 */
/* Datum:    2004-21-12                         */
/*                                              */


/* Formatvorlage Hintergrund */
/* ========================= */

/* Standardschriftart */
body          { font-family: Verdana,Arial; font-size: 11px; color: #333333  }

/* Formatvorlage Hintergrund */
body        { background-image:url(../images/background.gif) }



/* Formatvorlage Links */
/* =================== */

/* Standard Hyperlink */
a:link        { font-family: Verdana,Arial; color: #CC6600; text-decoration: none; }

/* Besuchter Hyperlink */
a:visited     { font-family: Verdana,Arial; color: #CC6600; text-decoration: none; }

/* Aktiver Hyperlink */
a:active      { font-family: Verdana,Arial; color: #CC6600; text-decoration: none; }

/* Hover Hyperlink */
a:hover       { font-family: Verdana,Arial; text-decoration: underline; color: #CC6600;}



/* Formatvorlage Text */
/* ================================ */

/* Navi-Hyperlink */
.navi:link        { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #666666; text-decoration: none; font-weight: bold }

/* Besuchter Navi-Hyperlink */
.navi:visited     { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #666666; text-decoration: none; font-weight: bold }

/* Aktiver Navi-Hyperlink */
.navi:active      { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #CC6600; text-decoration: none; font-weight: bold }

/* Hover Navi-Hyperlink */
.navi:hover       { font-family: Verdana,Arial,Helvetica; font-size: 10px; text-decoration: underline; color: #CC6600; font-weight: bold }

/* Navi-Active */
.naviactive       { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #CC6600; font-weight: bold }

/* Text in Überschriften */
.head	     { font-family: Verdana,Arial,Helvetica; font-size: 11px; color: #333333; font-weight: bold }

/* Text im Datum */
.date        { font-family: Verdana,Arial,Helvetica; font-size: 10px; color: #333333 }

/* Formularfelder */
.form        { font-family: Verdana,Arial,Helvetica; font-size: 11px; color: #333333 }

/* Text in Zellen */
td            { font-family: Verdana,Arial,Helvetica; font-size: 11px; color: #333333 }

/* Text in Aufzählungen */
li            { font-family: Verdana,Arial,Helvetica; font-size: 11px; color: #333333 }

/* Text in Abschnitten */
p             { font-family: Verdana,Arial,Helvetica; font-size: 11px; color: #333333 }


/* Scrollbalken */

body {
	background-color: #ffffff;
	scrollbar-face-color: #E9E9DB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E9E9DB;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
