/* 	www.freewindtreffen.de		*/






/* 	Kursor 							*/
body         { cursor: crosshair }



/* 	Abstände 						*/
body { margin:10px }




/* 	Hintergrund 						*/
body { background-color:#abe1fa }



/* 	Schriftfonts und -Größen 				*/
h3,h4 { font-family:Verdana; font-weight:normal }
h3    { font-size:12pt; }
h4    { font-size:10pt; }

p     { font-family:Verdana; font-size: 8pt }

td { font-family:arial }
td { font-size: 8pt; color:#000000; }





/* 	Links 							*/
a {color:#0000FF;text-decoration:underline}
A:hover {color: #ff0000; text-decoration: overline underline; font-weight:bold}
a:visited {color:#000000;text-decoration:underline }


/*	Scrolbar						*/
BODY {
	SCROLLBAR-FACE-COLOR: #abe1fa;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-BASE-COLOR: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-3d-light-color: #ffffff
}


