/*

FFWD CSS by www.nedfinity.com  
*********************************************
* Nedfinity 2007 © All rights reserved	
* Web:		http://www.nedfinity.com 
*  			http://www.nedfinity.nl 
* E-mail: 	info(at)nedfinity.com 
* Tel:  	+31 (0)38 453 8347
* Author:	Sandra Smit 
*********************************************




/* Import Files 
----------------------------------------------------------- */


/* Algemeen 
----------------------------------------------------------- */
* 	{margin:0; padding: 0;} 								/* overschrijf alle default browser settings */
body {
	background-color:#000; 
	font-family:arial, verdana, Helvetica, sans-serif; 		/* standaard lettertype instellingen */
	font-size: 13px;
	color:#fff;											/* standaard tekst kleur */
	text-align:left;
}										/* deel 1 van de centering hack */

/* Standaard Elementen
----------------------------------------------------------- */
img {border: 0;}

a:link, a:visited, a:active {text-decoration:underline; color:#fff;}
a:hover {text-decoration:none; color:#d9dadb;}

h1 {font:25px Arial, Verdana, Helvetica, sans-serif; color:#fff; }
h2 {font:bold 12px Arial, Verdana, Helvetica, sans-serif; color:#fff; }
h3 {font:20px Arial, Verdana, Helvetica, sans-serif; color:#fff; }

/* Container DIV
----------------------------------------------------------- */	
#container	{position:relative; 
			 top:0px; 
			 width:1000px;  
			 height:620px; 
			 background-color:#000; 
			 text-align:left; 
			 margin:0 auto;}				/* deel 2 van de centering hack */
			
			
#image 		{position: absolute;
			 width:390px;
			 height:620px;			
}
#menu 		{position:absolute; 
			 background-color:#000; 
			 top:25px; 
			 left:356px; 
			 width:644px; 
			 height:55px;
			 overflow:hidden;
}

#menu ul 	{padding:0 0 0 0;
			 margin:0 0 0 0;
}
#menu ul li {position:relative; 
			 text-align: center; 
			 list-style-type:none; 
			 padding: 0px 0px 0px 0px; 
			 float:left; 
}
#content	{position:absolute;
			 width:490px;
			 top:130px;
			 left:440px;
}
#content ul {list-style:disc; margin:0 0 0 20px;}
hr			{color:#000;
			 border:1px solid #9c9d9f;
			 border-width:0 0 1px 0;
			 width:490px;
			 height:20px;
			 overflow:hidden;
			 display:block;
}
#sponsor	{position:relative;
			 width:490px;
			 height:;
}
.image		{position:relative;
			 width:120px;
			 height:80px;
			 padding:4px 20px 20px 0;
			 float:left;
}
.tekst	    {position:relative;
			 width:350px;
			 height:px;
			 padding:0 0 20px 0;
			 float:right;
}
#prijzen	{
}
.image2		{position:relative;
			 width:150px;
			 height:115px;
			 padding:0px 20px 20px 0;
			 float:left;
}
.tekst2	    {position:relative;
			 width:320px;
			 height:px;
			 padding:20px 0 20px 0;
			 float:right;
}



#form		{position:relative;
			 width:490px;
}
#footer a:link,  #footer a:visited, #footer a:active {text-decoration:none; color:#9c9d9f;}
#footer a:hover {text-decoration:none; color:#d9dadb;}


#footer		{position:relative; 
			 top: 20px;
			 height: 30px;
			 color:#9c9d9f;
}

