A:link	    { text-decoration: none ; color:##00E9FF;}
A:visited   { text-decoration: none ; color:#333333;}
A:hover     { text-decoration: underline ; color:#00E9FF;}
A:active    { text-decoration: none ; color:#333333; }

FONT         { font-family:  Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 14pt }
TD          { font-family:  Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 14pt}
TR          { font-family:  Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 14pt}
BODY        { font-family:  Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 14pt}
P           { font-family:  Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 14pt}

img.duimnagel {  border: 2px #ffffff solid;  padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}



scrollbar-3dlight-color: #FFFF00;
scrollbar-darkshadow-color: #FFFF00;
scrollbar-lightshadow-color:#FFFFCC; 
scrollbar-shadow-color:#FFFF00;
scrollbar-arrow-color: #FFFF00;
scrollbar-track-color: #FFFFCC;
scrollbar-highlight-color: #FFFF00;
scrollbar-face-color: #FFFFCC;
} 
.heading    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000366; vertical-align: top }

H1	{font-family: Arial, Verdana, Humanst521 BT, Arial;
	font-style: bold;italic;
	color:#00E9FF;}

H2	{font-family:  Arial, Verdana, Humanst521 BT, Arial;
	font-style: bold;
	color:#00E9FF;}

H3	{font-family:  Arial, Tahoma, Arial;
	font-style: Italic;
	color:#00E9FF;}
kop	{font-family:  Arial, Tahoma, Arial;
	font-style: Italic,bold;
	color:#00E9FF;}


TEXT
{ 
font : 8pt tahoma; 
color: #000000; 
background-color: #FFFFCC;
border-color: #FFFF00;
border-width: 1px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-style: single; 
scrollbar-3dlight-color: #000055; 
scrollbar-arrow-color: #000055; 
scrollbar-base-color:#E9F7ED; 
scrollbar-darkshadow-color: #E9F7ED; 
scrollbar-face-color: #E9F7ED; 
scrollbar-highlight-color: #E9F7ED; 
scrollbar-shadow-color: #000055; 
} 

Scrollbar Colors
March 12th, 2001


Here is a cool way to easily change your scrollbars to the colors you want! 
Just add this CSS script to your Head Tag, and be sure to replace the 
word #color with whatever color you want: e.g. #003366 

<style> 
BODY 
{ 
scrollbar-face-color:#color; 
scrollbar-shadow-color: #color; 
scrollbar-highlight-color: #color; 
scrollbar-3dlight-color: #color; 
scrollbar-darkshadow-color: #color; 
scrollbar-track-color: #color; 
scrollbar-arrow-color: #color; 
} 
</style> 

NOTE: While these effects only work in advanced versions of Internet 
Explorer, we realize that not everyone uses -- or wants to use -- such 
browsers. Still, before you write to us to blast us for our "conspiracy" to 
promote Microsoft, please remember: we didn't start the browser wars! 

Now, if you want to get really fancy, scrollbars can also appear in form 
elements, such as the Textarea, Select, or even a simple Input Tag. These 
can also be customized in the same way (with some additional parameters for 
fonts and area colors): 

TEXTAREA 
{ 
font : 8pt tahoma; 
color: #000022; 
background-color: #FFFFCC;
border-color: #FFFF00;
border-width: 1px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-style: single; 
scrollbar-3dlight-color: #000055; 
scrollbar-arrow-color: #000055; 
scrollbar-base-color:#E9F7ED; 
scrollbar-darkshadow-color: #E9F7ED; 
scrollbar-face-color: #E9F7ED; 
scrollbar-highlight-color: #E9F7ED; 
scrollbar-shadow-color: #000055; 
} 

SELECT 
{ 
font : 8pt verdana; 
color: #000000; 
background-color: #FFFFCC;
border-color: #FFFF00;
border-width: 1px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-style: dashed; 
} 

INPUT 
{ 
font : 8pt verdana; 
color: #000000; 
background-color: #FFFFCC;
border-color: #FFFF00;
border-width: 1px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-style: single; 
} 
 


	.wrap1{
position:relative;
}
.wrap2{
position:absolute;
}
#dropmenu0, #dropmenu1, #dropmenu2{
z-index:100;
}
