body {
	background:url("../images/bg_header.jpg") top left repeat-x;
	padding:0px;
	margin:0px;
	
	font-family:arial;
	font-size:12px;
	color:#555555;
	line-height:20px;
	
	text-align:center;
}

table {
	font-size:12px;
}

a:link {text-decoration:none; color:#FF9000; font-weight:bold;}
a:visited {text-decoration:none; color:#FF9000; font-weight:bold;}
a:hover {text-decoration:none; color:#FF9000; font-weight:bold;}

#container {
	position:relative;
	margin:0 auto;
	
	width:900px;
	height:400px;
	
	text-align:left;
}

#header {
	background:url("../images/header.jpg") top left no-repeat;
	width:900px;
	height:295px;
}

#overflow {
	overflow:hidden;
	background:url("../images/bg_content.jpg") 100% 100% no-repeat;
	_background:url("../images/bg_content.jpg") 100% 95% no-repeat;
}


#columnLeft {
	width:323px;
	float:left;
}

#columnRight {
	width:550px;
	float:left;
	padding-top:20px;
}

#menu {
	background:url("../images/bg_menu.jpg") top left repeat;
	padding-bottom:20px;
}

#nieuws {
	background:url("../images/bg_naw.jpg") top left repeat;
	color:white;
	padding:20px 40px 20px 40px;
}

#nieuws h1
{
	font-weight:bold;
}

#columnLeft #footer_menu {
	background:url("../images/footer_menu.jpg") top left no-repeat;
	width:323px;
	
	
	border:1px solid black;
}

#columnLeft #footer_nieuws {
	background:url("../images/footer_nieuws.jpg") top left no-repeat;
	width:323px;
	height:42px;
}


#footer {
	background:#FF9000;
	width:100%;
	color:white;
	height:30px;
	clear:both;
}

ul#middleLeftVer {
	padding:0px;
	margin:0px;
	margin-left:20px;
	margin-top:20px;
	width:280px;
	list-style:none;
}

ul#topLeftHor {
	padding:0px;
	margin:0px;
	list-style:none;
	
	float:right;
	margin-right:30px;
	margin-top:20px;
}

ul#topLeftHor li {
	float:left;
}

ul#topLeftHor li a {
	color:#7d7d7d;
	font-weight:normal;
	border-right:1px solid #7d7d7d;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

ul#topLeftHor li a:hover {
	color:#FF9000;
}

#menu h1 {
	color:#FF9000;
	font-size:14px;
	margin:0px;
	font-weight:normal;
	margin-left:40px;
}

ul#middleLeftVer {
	line-height:10px;
	_display:block;
}

ul#middleLeftVer li
{
	margin:0;
	padding:0;
}

ul#middleLeftVer li a {
	display:block;
	padding:6px 0px 6px 40px;
	color:#FF9000;
	text-decoration:none;
	background:url("../images/ul_button.jpg") 20px 50% no-repeat;
	font-weight:normal;
}

ul#middleLeftVer li a:hover {
	color:white;
	background:#FF9000 url("../images/ul_button_hover.jpg") 20px 50% no-repeat;
}

#nieuws h1 {
	color:white;
	font-size:18px;
	margin:0px;
	font-weight:bold;
	margin-left:40px;
	margin-bottom:25px;
}

#nieuws a
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#nieuws a:hover
{
	color:white;
	font-weight:bold;
	text-decoration:underline;
}

#columnRight h1 {
	color:#95c122;
	font-size:14px;
	margin:0px;
	font-weight:normal;
}


#footer a {
	color:white;
	font-weight:normal;
}


#footer .left {
	float:left;
	margin-top:5px;
	margin-left:40px;
}

#footer .right {
	float:right;

	margin-top:5px;
	margin-right:30px;
}

#header .doel_stichting {
	position:absolute;
	color:white;
	width:250px;
	left:580px;
	top:100px;
	line-height:15px;
	font-size:11px;
}

#header .doel_stichting h1 {
	color:white;
	font-size:14px;
}

#header .doel_stichting a {
	color:white;
	font-weight:bold;
}

#header .doel_stichting a:hover {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}

/* formulieren BEGIN */

table.form
{
	font-family:verdana, arial;
	font-size:11px;
	color:#555555;
	line-height:20px;
}

.req
{
	color:			#FF9000;
}

.text
{
	font-family:	verdana, arial;
	font-size:		11px;
	
	border:			1px solid #000000;
	background:		url("../cms/images/bg_textfield.jpg") top left repeat;
	
	width:			250px;
	height:			20px;
}

.slt {
	width:			250px;
	font-family:	verdana, arial;
	font-size:		11px;
	
	height:			20px;
	border:			1px solid #000000;
	background:		url("../cms/images/bg_textfield.jpg") top left repeat;
}

.button
{
	font-family:	verdana, arial;
	font-size:		11px;
	font-weight:	bold;
	color:			white;
	
	border:			1px solid #000000;
	background:		#FF9000;
	
	width:			250px;
	height:			20px;
}

.textarea
{
	font-family:	verdana, arial;
	font-size:		11px;
	
	border:			1px solid #000000;
	
	width:			250px;
	height:			150px;
}

.clsInfBlock
{
	width:					340px;
	_width:					365px;
	
	display:				block;
	padding:				15px;
	
	background-color:		#DFDFDF;
	border:					1px solid #616161;
	border-top:				3px solid #616161;
}

.clsInfBlock td
{
	font-family:verdana, arial;
	font-size:11px;
	color:#555555;
}

/* formulieren EIND */
