/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Goos Grafisch+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++Dit gaat in de header van elke pagina,  <link href="css/style.css" rel="stylesheet" type="text/css">++++++++++++++++++*/

/*===========================================================================================================================================*/

/* body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #ff7700;
	scrollbar-arrow-color : #454545;
	scrollbar-face-color : #1e1c1d;
	scrollbar-darkshadow-color : #000000;	
	scrollbar-shadow-color : #404040;
	scrollbar-highlight-color : #4D4D4D;
	scrollbar-3dlight-color : #000000;
	scrollbar-track-color : #1a1819;
}
/* einde body */

.titelmenu {
		color:#000000; 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px; 
}

.menutxt {
		color: #727272; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
}

.basictxt {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#000000;
}

/* Opmaak voor de meest voorkomende tekstuele link, het font is het zelfde als in de table opmaak */
a /*basis voor link*/{
			color: #FF7700;
			text-decoration: none;
			font-weight: normal;
}
a:link /* hoort er gewoon bij*/{
			color: #FF7700;
			text-decoration: none;
			font-weight: normal;
}
a:hover/*rollover*/ {
			color: #000000;
			text-decoration: none;
			font-weight: normal;
}
/* Einde meest voorkomende tekstuele link opmaak */


/* Opmaak voor de afwijkende tekstuele link, dit is een class:::::: 
<a href="uitslagen.html" class="menutxt">Uitslagen 2008</a></span></td> */
a.menutxt {		
			color: #727272;  
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;  
			text-decoration: none;
			font-weight: normal;
}
a.menutxt:link {
			color: #727272;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			text-decoration: none;
			font-weight: normal;
}
a.menutxt:hover {
			color: #00adef;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			text-decoration: none;
}
/* Einde meest afwijkende tekstuele link opmaak */

/*=====================================================MENU============================================================================*/
 #nav, #nav ul {
		padding: 0 0 0 0;
		margin: 0;
		list-style: none;
}

#nav li {
		float: left;
		width: 100px; /* als je deze .. px zet dan wordt overal deze width gebruikt*/
}

#nav ul {
		position: absolute;
		width: 1px; /* als je deze op none zet dan komen de sub's naast elkaar ivp onder elkaar */
		left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
		left: auto;
		background-position: 0 0;
}

#nav a { 						/* eigenschappen van het menu */
		display: block;
		margin: 5px 10px 5px 5px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
}

/* gezien ik ul niet gelinkt krijg in html, een nieuwe gemaakt*/

a.uljol {		
			color: #000000;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 10px; 

			text-decoration: none;
			font-weight: normal;
}
a.uljol:link {
			color: #000000;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-decoration: none;
			font-weight: normal;
}
a.uljol:hover {
			color:	#FFFFFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-decoration: none;
}

ul a{  									/* txt hoofmenu */
			font-family:Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #000000;
			cursor: auto;
}

ul a:link{  							/* txt hoofmenu rollover*/
			font-family:Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: bold;
			color: #000000;
			cursor: auto;
}

ul ul a:link, ul ul a:visited{ 	/* txt submenu */
			font-size: 10px;
			font-weight: normal;
			color: #575757;
			cursor: pointer;
}

ul ul a:hover, ul ul a:active{ 	/* txt rollover */
			font-size: 10px;
			font-weight: normal;
			color:	#FFFFFF;
			cursor: pointer;
}

ul li{ 							/* bg hoofdmenu */
			background-color: ;
			background-image:url(../img/menu_bg.jpg);
			border-left: 0px;
			border-top: 0px;
			border-right: 0px;
}

ul ul li{						/* bg submenu */
			background-color: #1E1E1E;
			border-bottom: 0px;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
			border-bottom: 0px;
}

* html ul ul li{
			border-top: 0;
}

/* opmaak */

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	margin-bottom:15px;
}

H1 {
color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

H2 {
color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}