/* GFF WEBSITE CSS Document index.htm */
html,body
{
	scrollbar-base-color:#191919;
	scrollbar-3d-light-color:#191919;
	scrollbar-arrow-color:#660000;
	scrollbar-darkshadow-color:#191919;
	scrollbar-face-color:#191919;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#191919;
}

body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(../images/site_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.maintable
{	
	/*background-image:url(../images/table_background.jpg);
	background-repeat:no-repeat;*/
}

/* Copyright und Besucher index.htm unten */
.copy
{
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
}

/* Links der Seite */

a:link {color:#FFFFFF;font-size:10px;font-weight:bold;font-family:Verdana;text-decoration:none;cursor: url(http://www.greenfrogfeet.de/icon/hand.cur);}
a:visited {color:#FFFFFF;font-size:10px;font-weight:bold;font-family:Verdana;text-decoration:none;cursor: url(http://www.greenfrogfeet.de/icon/hand.cur);}
a:hover {color:#FFFFFF;font-size:10px;font-weight:bold;font-family:Verdana;text-decoration: line-through;cursor: url(http://www.greenfrogfeet.de/icon/hand.cur);}
a:active {color:#FFFFFF;font-size:10px;font-weight:bold;font-family:Verdana;text-decoration:none;cursor: url(http://www.greenfrogfeet.de/icon/hand.cur);}