a.menu { display:block; text-align:left; width:140px; height:15px;
         border-style:ridge; border-width:0px; text-decoration:none; }

a.menu:link    { color:#336633; background-color:transparent; }
a.menu:visited { color:#336633; background-color:transparent; }
a.menu:hover   { color:#FFFFFF; background-color:#336633; }
a.menu:active  { color:#336633; background-color:transparent; }

a.normal:link {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #336633;
}
a.normal:visited { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #336633;
}
a.normal:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	text-decoration: none;
	color: #FFFFFF;
        background-color: #336633; 
}

/* h1 = Hauptüberschrift weiss, entspricht Size 2 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
        font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/* Unterüberschrift schwarz, entspricht Size 2 */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
        font-weight: bold;
	text-decoration: none;
	color: #000000;
}


/* die Fontsize wird hier über classes festgelegt        */
/* die folgenden werden bei Auflösungsänderugn angepasst */
.size1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.size2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.size3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


/* Classes definieren */
.tipclass { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666; 
	background-color: #EAEAEA
}
.schrift-main { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Stil1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.Stil2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Stil7 { 
	font-size: 13px;
}
.tdlinks {
	border-left: 1 solid #000000;
	border-top: 1 solid #000000; 
	border-bottom: 1 solid #000000;
}
.tdrechts {
	border-right: 1 solid #000000; 
	border-top: 1 solid #000000; 
	border-bottom: 1 solid #000000;
}

body, textarea {
  scrollbar-base-color:#A0A0A0;
  scrollbar-3dlight-color:#4B4B4B;
  scrollbar-arrow-color:#4B4B4B;
  scrollbar-darkshadow-color:#4B4B4B;
  scrollbar-face-color:#A0A0A0;
  scrollbar-highlight-color:#4B4B4B;
  scrollbar-shadow-color:#4B4B4B;
  scrollbar-track-color:#f7f7f7;
}