A:link		{ font-family: verdana; color: #191512; font-size: 8pt; text-decoration: none; }
A:visited	{ font-family: verdana; color: #222224; font-size: 8pt; text-decoration: none; }
A:active	{ font-family: verdana; color: #222224; font-size: 8pt; text-decoration: none; }
A:hover		{ font-family: verdana; color: #222224; font-size: 8pt; text-decoration: none; }

img, a
	{ 
		border:none; 
		text-decoration: none;
	}

html, body 
	{
		height: 100%; 
	} 
html, body
	{
		/*reset padding */
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;

		/*reset margin */
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

.clr
{
	clear: both;
}

.hh 
{ 
	font-family:			verdana;
	font-size:				10px;
	padding:				0px;
	margin:					0px;
}

body
{
	background: #000000;
}	


body, table, td, input, select
{
	font-family:			verdana, helvetica;
	font-size:				11px;
	color:					#000000;
}


#wrapper
{
	width:	1022px;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	background: url('../images/site/bg.gif') repeat-y;
	border:1px solid #000000;
}

#border
{
	width: 1024px;
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
}

.spacer
{
	width: 957px;
	height: 10px;
	background: none;
}
/******************************************************************************

*

*						Opmaak error.

*

******************************************************************************/

#errormessage_container
{
	border-width:	1px;
	border-color:	#000000;
	border-style:	none none solid none;	
}

#errormessage
{
	color:			#FA0000;
	padding:		1px;
	border-width:	3px;
	border-color:	#FF0000;
	border-style:	solid solid solid solid;
	background:		#FFFFCC;
	font-weight:	bold;
	text-align:		center;
}

/******************************************************************************

*

*						Hoofdonderdelen site.

*

******************************************************************************/

#main_400_container
{
	float:				left;
	background:			#cecece;
	width:				510px;
	text-align:			left;
}


#main_400_container table
{
	text-align: left;
}


#main_400_container img
{

}


#main_200_container
{
	width: 256px;
	float: right;
	color: #ffffcc;
}

#main_600_container
{
	float:				left;
	width:				765px;
	min-height:			600px;
	text-align:			left;
	background:			#cecece;
}

#main_600_container table
{
	text-align: left;
}


#main_600_container img
{
}

#sponsors
{
	width:1022px;
	background: #cecece;
}


#header 
{
	width: 1022px;
	height: 190px;
	background: #303030;
	
}

#header h1
{
	display: none;
}
#header_top
{
	width:1022px;
	height:40px;
	float: left;
	background: url('../images/site/header_top.jpg') no-repeat;
	margin: 0px;
	padding: 0px;	
}
#header_left_top
{
	width:256px;
	height:30px;
	float:left;
	text-align:left;
	padding-top:10px;
	
}
#header a
{
	font-size:10px;
	font-weight:bold;
	text-decoration:uppercase;
	color:#ccc;
	text-align:left;
}

#header a:hover
{	
	color:#ff6600;
}
#header a:visited
{

	color:#ccc;
}

#header_middle_top
{
	width:510px;	
	height:40px;
	float:left;
}
#header_right_top
{
	width:256px;
	height:25px;	
	float:left;
	padding-top:15px;
	text-align: center;
}

#header_left
{
	width:256px;
	height:150px;
	background: url('../images/site/header_left.jpg') no-repeat;
	float:left;

}
#header_middle
{
	width:510px;	
	height:150px;
	background:url('../images/site/midden_header.jpg') no-repeat;
	float:left;
	
}
#header_right
{
	width:254px;
	height:150px;
	border-left:2px solid #ffffff;
	float:left;

}

.header_right_top
{
	width:254px;
	height:75px;
		
}

.header_right_bottom
{
	width:254px;
	height:75px;

}

/**** menu ****/






#menu {list-style-type:none; padding:0; margin:0; width:1022px;  position:relative; }
#menu ul {list-style-type:none; padding:0; margin:0; }
#menu li {float:left; background: url('../images/site/transparant3.png') repeat; position:relative;  border:none; }
#menu li.sub 
{
	background:url('../images/site/menu_bg.gif') repeat-x; 
	border-right:2px solid #fff;
	text-align:center;
}

#menu li, #menu li a { display: block; color:#fff; font-family: arial, sans-serif; font-size:11px; line-height:21px; width:111px; text-decoration:none; text-align:left; cursor:pointer; font-weight:bold; padding-left: 5px;}
#menu li a { padding-left:0px;}
#menu li a:hover{ color:#fff; text-decoration:none; padding-left:1px;}
#menu ul li a {text-align:left;  font-size: 11px; line-height:21px; color:#ccc; width:113px;}


#menu ul li { width:113px; padding-left:5px;}

#menu ul {position:absolute;left:-9999px;}
#menu li.click ul ul {position:absolute;left:-9999px;}
#menu li.click ul li.hover ul ul {position:absolute;left:-9999px;}

#menu li.hover {background:url('../images/site/menu_bg_hover.gif') repeat-x;  z-index:500; }
#menu ul li.hover {background:url('../images/site/transparant2.png') repeat;}
#menu li.click {background:url('../images/site/menu_bg_hover.gif') repeat-x; }

#menu li.click ul li {margin-top:0px; border-right:0;}
#menu li.click ul {left:0px; top:21px; }
#menu li.click ul li.hover ul, 
#menu li.click ul li.hover ul li.hover ul {left:111px; top:-1px; border:1px solid #fff;}

#menu li.click ul li.hover ul li {background:url('../images/site/transparant2.png') repeat; }
#menu li.click ul li.hover ul li.hover ul li {background:#2f2f2f; z-index:500;}

#menu li.click ul li.hover ul li.hover {z-index:500; background:url('../images/site/transparant2.png') repeat;}
#menu li.click ul li.hover ul li.hover a {color:#fff;}

#menu li.click ul li.hover ul li.hover ul li.hover {background:#2f2f2f;}
#menu li.click ul li.hover ul li.hover ul li.hover a {color:#fff;}

/**** einde menu ****/
#topmenu
{
width:1022px;
height:21px;
background:none;
color:#fff;
z-index:500;
}
	

#topmenu ul
{
margin:0;
z-index:500;
}

#topmenu li
{
display:inline;
padding-right:10px;
list-style:none;
z-index:500;
}

#topmenu a
{
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
z-index:500;
}

#topmenu a:hover
{

text-decoration:underline;
z-index:500;
}

#topmenu a:visited
{
z-index:500;
}

#leftmenu_container
{
	width: 256px;
	float: left;
	text-align:	left;
	background:none;
}


/******************************************************************************
*
*						Box
*
*****************************************************************************/
#beeldvandeweek img
{
 width: 250px;
margin-left:3px;
margin-top:10px;
}
.info_beeldvandeweek
{
margin-left:5px;
}

.blockzonderheader
{
	width: 183px;
	height: 20px;
	background: #a52a2a;
	border: 1px solid #a52a2a;
	border-top:none;
	border-bottom:none;
	margin-top: 20px;
	padding: 5px 0px 0px 10px;
	margin-left: 5px;
}

.blockzonderheader h3
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	
}


.blockzonder
{
	width: 193px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #a52a2a;
	border-right: 1px solid #a52a2a;
	border-bottom: 1px solid #a52a2a;
	color: #000;
	background: none;
	text-align: left;
	margin-left: 5px;
}

.blockzonder hr
{
	width: 198px;
	border: 3px solid #0062A0;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;

}

.blockzonder strong
{
	color: #000;
}

.blockzonder table
{
	width: 193px;
	color: #000;
	text-align: left;
}

.blockzonder a
{
	color: #000;
}

.blockzonder a:hover
{
	color: #000;
	text-decoration:underline;


}	
.blockzonder a:visited
{
	color: #000;
	text-decoration:underline;


}

.blockzonder h3
{
	color: #535354;
	font: 1.3em verdana;
	text-align: center;
	font-weight: bold;
	padding-bottom: 8px;
}

.blockheader
{
	width: 244px;
	height: 20px;
	margin-top: 10px;
	padding: 5px 0px 0px 10px;
	margin-right: 5px;
	margin-left:2px;
}

.blockheader h3
{
	color: #000;

	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

.block
{
	width: 193px;
	color: #000000;
	background: none;
	
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	margin-top: 10px;
	padding: 5px 0px 0px 10px;
	margin-right: 5px;
	margin-left:2px;



}

.block a
{
	color: #000000;
}

.block a:hover
{
	color: #000000;
}
.block a:visited
{
	color: #000000;
}

.block table
{
	width: 193px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.block td
{
	color: #000000;
}

.menu

{
	width: 256px;
	text-align: left;

	margin-top: 5px;

}

.menu ul
{
	width: 251px;
	list-style: block;	
	list-style:none;		
	margin: 0px;
	padding: 0px;
}

.menu li
	{
		padding-top: 5px;
		padding-bottom: 5px;
		list-style: none;
		color: #000;
	
		border-bottom: 1px solid #FFF;
	line-height:12px;
	}


 li.special
	{
	color:#ffffff;
	font-weight:bold;
	background:#ff6600;
	padding-left:5px;
}
.menu li:hover
{
	background:#ff6600;
}


.menu li:hover a
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
.menu li:visited a
	{
		color: #000;
		
	}

.menu a
	{
		color: #000;
		font-family: verdana, sans-serif;
		font-size: 12px;
	}

.menu a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
.menu a:visited
	{
		color: #000;
		font-family: verdana, sans-serif;
	
	}

.menu table
	{
		width: 177px; 	
		margin: 0px;
		padding: 0px;
	}




/******************************************************************************

*

*						Content opmaak.

*

******************************************************************************/
.pasfoto
{
	width:120px;
	height:200px;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:5px;
	margin-bottom:5px;
}
.fotopersoonlijk
{
	width:120px;
	height:160px;
	float: left;
	background:black;
}
.player_title
{
	width:120px;
	height:40px;
	float: left;
	background:#fff;
	color:#000000;
	font-size:0.9em;
	font-weight:bold;
}

.team_news_container
{
	width: 240px;
	background:#ffffff;
	color:#000000;
	margin:0;
	padding:0;
	margin-top:10px;
}
.team_news_header		
{
	width:240px;
	text-align:left;
}
	
.team_news_title
{
	font-weight:bold;
	padding-left:5px;
}
.team_news_date
{
	padding-left:5px;
	font-size:0.9em;
}

.team_news
{
width:240px;
	text-align:left;
	padding: 5px 5px 5px 5px;
}

.headlines
{
	width: 498px;
	height: 90px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin: 7px 6px 0px 6px;
	background: #FFFFFF;
}

.headlines_meer
{
	width: 498px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	margin: 7px 6px 0px 6px;
	background: #FFFFFF;
}

.headlines_foto
{
	width: 120px;
	height: 90px;
	float: left;
	display: inline;
}

.headlines_foto img
{
	width: 120px;
	height: 90px;
}

.headlines_content_meer
{
	width: 484px;
	float: left;
	display: inline;
	padding: 7px;
}

.headlines_date
{
	margin-top: 10px;
	margin-left: 10px;
}

.headlines_title
{
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

.headelines_left
{
	width: 378px;
	height: 90px;
	float: left;
}

.headlines_content
{
	width: 364px;
	height: 55px;
	float: left;
	position: relative;
	z-index: 5;
	display: inline;
	padding: 7px;
	overflow: hidden;
}

.headlines_content a
{
	text-align: right;
	float: right;
	color: #ff6000;
	white-space: nowrap;	
}

.headlines_content br
{
	margin: 0px; padding: 0px;
}


.headlines_content h2
{
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	height: 16px;
	overflow: hidden;
}	

.lees_meer
{
	width: 373px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

.lees_meer a
{
	float: right;
	color: #ff6000;
	white-space: nowrap;
}

#headlines_page_header_container
{
	margin-top:10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	background: none;
}

#headlines_page_header
{
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	color: #000;	
	font-weight: bold;

}

.news_header
{
	padding-left: 10px;
	padding-right: 10px;
}

.news_category_header
{
	padding-left: 10px;
	padding-right: 10px;
}
/******************************************************************************

*

*						Form.

*

******************************************************************************/

.icon

{

	width: 11px;

	height: 8px;

	float: left;

	margin-top: 3px;

	margin-right: 8px;

	background: url('../images/vervolg.gif') no-repeat;

}

.icon2

{

	width: 11px;

	height: 8px;

	float: left;

	margin-top: 3px;

	margin-right: 8px;

	background: url('../images/vervolg2.gif') no-repeat;

}


.knop

{

	width: 50px;

	height: 20px;

	font: 1.0em verdana;

	font-weight: bold;

	background: #ff6600;

	color: #FFFFFF;

	border: 1px solid #000000;

	text-align: center;

	margin:0;

	padding:0;

}



.input

	{	

		width: 65px;

		font: 1.0em Verdana; 

		color: #000000;

		border: 1px solid #000000;

	}





.input_header_top

	{	

		width: 150px;

		font: 1.0em Verdana; 

		color: #000000;

		border: 1px solid #ccc;

	}







/******************************************************************************

*

*						Footer.

*

******************************************************************************/

#footer

{

	width: 957px;

	

	padding-top:		10px;

	padding-bottom:		10px;

	text-align:			center;

	clear: both;

	color: #000;
	background:#cecece;


}

#lisa
{
clear: both;
}


#footer a
{
	color: #000;
}


/******************************************************************************

*

*						Opmaak headings algemeen.

*

******************************************************************************/

h1

{

	font: 1.3em Verdana;

	color: #ef2f2d;

	font-weight: bold;

}

h3

	{

		color: #000000;

		font: 1.3em verdana;

		text-align: center;

		font-weight: bold;

		margin: 0px;

		padding: 0px;

	}
