@charset "utf-8";

/******** Body Elements ********/

body {
	background-color: #5A3A3A;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c94041;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
}

a.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c94041;	
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	border-bottom:thick
	font-size: 12px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}

a.menu {
	font-weight: bold;
	text-decoration: underline;
	color: #5A3A3A;
}

.ondertitel {
	font-size: 12px;
	font-weight: normal;
	color: #5A3A3A;
}
.achtergrond_tabel {
	background-image: url(kader_achtergrond_fade.png);
	background-repeat: repeat-x;
}
.content_tabel_space {
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.content_achtergrond {
	background-image: url(kader_0_achtergrond_1.png);
	background-repeat: repeat-y;
}
.content_achtergrond2 {
	background-image: url(kind_7.png);
	background-repeat: no-repeat;
	padding: 3px 3px 3px 54px;
}
.platte_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A3A3A;
}
.koptekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
}

/******* Navigation Menu ********/

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /*font size menu titles */
	position: absolute;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
/*menu titles */
#nav a, #nav a:active, #nav a:visited {
	display: block;	
	color: #eeeeee; /*witte tekst */
	width: 9em;
	padding: 10px 0px 10px 0px; /* location text titels in menu*/
	text-indent: 5px; /*indent from left*/
	background-image:url(menu.gif);
	text-decoration: none;
	font-size: 12px; /*font size menu titles */
}

/*menu subtitles*/
#nav li ul a, #nav li ul a:active, #nav li ul a:visited {
	display: block;	
	color: #eeeeee; /*witte tekst */
	width: 9em;
	padding: 10px 0px 10px 0px; /* location text titels in menu*/
	text-indent: 5px; /*indent from left*/
	text-decoration: none;
	font-size: 12px; /*font size menu titles */
	background-image:url(menu2.png);
}

/*over menu titles sliden */
#nav a:hover { 
	text-decoration: none; /*no effect, only showing drop down */
}

#nav li { /* all list items */
	float: left; /*place menu items next to each other */
	width: 9em; /* width -between menu items- needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists . when not sliding over li, show lu out of window*/
/*	width: 100%;*/
	position: absolute;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul { /* lists nested under hovered list items, when sliding over li (menu item), show ul*/
	font-size: 12px; /*font size menu titles */
	left: auto;
}

#nav li.sfhover ul { /* lists nested under hovered list items, when sliding over li (menu item), show ul*/
	font-size: 12px; /*font size menu titles */
	position: relative;
	left: 0%;
}

#nav li ul a:hover { /* lists nested under hovered list items */
	background: #422a2a; /*change color when sliding over menu list item*/
}

/*	background: #c94041;*/
/*	background: #bdcedc;*/
/*	background: #c94041;*/
/*	background: #98b1c4;*/
/* 	background: #c94041;*/
