
body {

    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
  

   
}
html{
  scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #990000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #990000;
scrollbar-arrow-color: #990000;
scrollbar-track-color: #000000;
overflow-x: hidden; 
  overflow-y: auto; 
}

input {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}


a {
	color: #99CCFF;
	font-weight: bold;
}

h1 {
	font-size: 1em;
	font-weight: bold;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
}

.liste {
	font-size: 0.8em;
	list-style-type: none;
	list-style-image: url(pics/point.gif);
	list-style-position: outside;
}


.text {
	font-size: 0.8em;
}
.klein {
	font-size: 0.6em;
}



#menutop {
	font-size: 0.8em;
}
#footer {
	font-size: 0.65em;
	color: #CCCCCC;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
}


#menutop a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#menuleft {
	font-size: 0.8em;
}
#menuleft a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(pics/button2.gif);
	display: block;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 20px;
	height: 22px;
}
