@charset "UTF-8";
/* CSS Document
   FOR FIETSENGRENA.BE
   CREATED BY FRiZBee.be
   WEBDESIGN & GRAFISCHE OPMAAK
*/


/* BODY ----------------------------------------------------------------*/
body{
	text-align:center;
	background-color:#c1d72d;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}
#headertop{
	height:13px;
	width:100%;
	background-image:url(htmimages/header_shadowtop.gif);
	background-repeat:repeat-x;
}
#header{
	height:330px;
	width:100%;
	background-color:#FFFFFF;
	text-align:center;
}
#header table td{
	color:#5f604b;
}
li{
  list-style-position:inside;
}
#headerbottom{
	height:15px;
	width:100%;
	background-image:url(htmimages/header_shadowbottom.gif);
	background-repeat:repeat-x;
}
#content{
	background-color:#605f4a;
	width:100%;
	border-bottom:#FFFFFF solid 3px;
	border-top:#FFFFFF solid 3px;
	padding-top:20px;
}
#content table td{
	color:#FFFFFF;
}
#content table td a{
	color:#FFFFFF;
}
#content table td a:hover{
	color:#c1d72d;
}
.greentext{
	color:#c1d72d;
}
.footer, .footer a{
	color:#ebf98b;
}
.footer a:hover{
	color:#605f4a;
}
#checkthis{
	visibility:hidden;
}
