/* theme
 * style.css
 *
 * author = http://www.leeseisenbahnen.de
 */
a:link{
	color : #002C44;
	text-decoration : underline;
}

a:visited{
	color : #005A8A;
	text-decoration : underline;
}

a:hover{
	color : #FF0000;
	text-decoration : underline;
}

a:active{
	color : #fcdc43;
	text-decoration : underline;
}


body{
	background-color : #02EDED;
	color : #006060;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-face : Arial;
    font-size : 11pt;
    cursor: url('../icursor.cur');        
}



html{
	scrollbar-3dlight-color : #008080;
	scrollbar-arrow-color : #FF0000;
	scrollbar-base-color : #008080;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #008080;
	scrollbar-highlight-color : #00FFFF;
	scrollbar-shadow-color : #008080;
	scrollbar-track-color : #02EDED;
        
}