/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: sans-serif, Arial;
	font-size:80%;
	color: #000000;	
}

a{
	color: #24150C;
	text-decoration: underline;
}

img{
	border: 0px;
}

a:link{
	color: #24150C;
	text-decoration: underline;
}

a:visited{
	color: #24150C;
	text-decoration: underline;
}

a:hover{
	color: #24150C;
	text-decoration: underline;
}

h2{
 font-family: sans-serif, Arial;
 font-size: 110%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h1{
 font-family: sans-serif, Arial;
 font-size: 150%;
 color: #006600;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: sans-serif, Arial;
 font-size: 100%;
 font-weight:bold;
 color: #006600;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#global{
	width: 800px;
	background-color: #ffffff;
}

#midden{
	width: 757px;
	height: 532px;
	background-color: #ffffff;
}

#titel{
	width: 757px;
	height: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(images/titel.jpg);
	background-position:center;
}

#menu{
	float: left;
	width: 97px;
	height: 532px;
	background-color: #ffffff;
}

#inhoud{
	float: right;
	width: 650px;
	height: 524x;
	background-color: #ffffff;
}

#inhoud_boven{
	font-family: sans-serif, Arial;
	font-size:100%;
	color: #000000;	
	float: none;
	height: 425px;
	background-color: #ffffff;
	overflow: auto;
	margin-bottom: 3px;
	background-image:url(images/logo_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#ondertitel{
	float: none;
	height: 96px;
}
#ondertitel img{
	margin-left: 8px;
}
