/***** BASIS STRUCTUUR (VOOR ELKE PAGINA) *****/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
/*formulier*/
form {
	padding: 0px;
	width: 420px;
	color: #333333;
}
label {
	text-align: right;
	float: left;
	width: 100px;
	margin-right: 10px;
}
input {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
select {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 150px;
}
textarea {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 250px;
}
/*einde formulier*/

.rood {
	color: #FF0000;
}

.container {
	width: 964px;
	height: 600px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -482px;
	margin-top: -300px;
}

.container_totaal {
	width: 964px;
	height: 100%;
	text-align: center;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -482px;
}
.taal {
	position: absolute;
	top: 12px;
}

/***** AFBEELDINGEN *****/
img {
	border: none;
}


/***** BASIS OPMAAK TEKST (VOOR ELKE PAGINA) *****/
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0060a9;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

.content_footer h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: -2px;
	margin-top: 15px;
}

p {
	margin-top: -10px;
	margin-bottom: 20px;
}

ul {
	margin-top: -10px;
	padding-bottom: 5px;
	
}
a {
	color:#F00;
	font-weight:bold;
	outline: none;
}

a:hover {
	color:#F60;
	font-weight:bold;
}


/***** BASIS STRUCTUUR NAVIGATIE *****/
#nav, 
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;*/
	/*height: 20px;*/
	/*padding: 12px 7px;*/
	color: #ffffff;
	height: 30px;
	float: left;
	text-decoration: none;
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 16px;
}

#nav li { /* all list items */
	float: left;
	height: 50px;
	/*width: 10em;/* /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 121px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul {/* third-and-above-level lists */
	margin: -14px 0 0 111px;
}

#nav li:hover ul ul, 
#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul,  
#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li:hover ul,
#nav li li.sfhover ul { 
	left: 5px;
	top: 19px;
}

/***** NIVEAU 2 *****/
#nav li ul li {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	width: 112px;
	height: 16px;
	background-color: #db002f;
	border-bottom: solid 1px #ffffff;
	padding: 5px 0px 0px 4px;
}

#nav li ul li:hover,
#nav li ul li.sfhover {
	background-color: #a30023;
	border-bottom: solid 1px #ffffff;
}

#nav li ul a {
	padding: 0;
	height: 14px;
}	

/***** NIVEAU 3 *****/
#nav li ul li ul li {
	background-color: #004f8b;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	height: 16px;
	width: 111px;
	padding: 0px;	
	padding-left: 4px;
	padding-top: 5px;
	position: relative;
	top: -5px;
}

#nav li ul li ul li:hover,
#nav li ul li ul li.shover {
	background-color: #002e52;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}


/***** OPMAAK LINKS NAVIGATIE *****/
#nav li a:hover,
#nav li a:active,
#nav .current {
	color: #db002f;
}

#nav li ul li a:active,
#nav li ul li a:hover{
	color: #fff;
}


/***** ONDERKANTBLOKJE (-- WERKT ALLEEN IN IE! --) *****/
#nav li .btm-bg {
	margin: 2px 0px 0px -4px;
	height: 20px;
	width: 116px;
	background-image: url(../images/bg_sub_bottom.jpg);
}

#nav li ul li .btm-bg-sub {
	margin: 2px 0px 0px -4px;
	height: 20px;
	width: 115px;
	background-image: url(../images/bg_subsub_bottom.jpg);
}




