@charset "utf-8";
/* CSS Document */

body, html{
		width:100%;
		height:100%;
}

*{
	margin:0px; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#464646;	
	line-height:1.5;
	}

* > a {color:#FF5000;}


ul, ol{ margin-left: 30px; list-style-position: outside
}

a:link{color:#FF5000;}

body{text-align:left;}

h1{
	font-size:17px;
	color:#ff5000;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left
}
h2{
	font-size:16px; 
	font-weight: bold;
	margin-left:14px;
	color:#FFFFFF;
	text-align:left
	}
	
a{
	color:#FF5000
}


#wrapper{
	background: url(../img/woerdenbruist/bg_top.gif) top right no-repeat;
	width:100%;
	height:100%;
	position:relative;
	clear:both;
	display:table;height:100%
}

#main{
	width:1002px;
	margin:0px auto ;
	min-height:100%;
	overflow:auto;
	clear:both;
	position:relative;
	z-index:999;
	padding-bottom:68px;
	text-align:left
}

#header{
	width:1002px;
	height:241px;
	clear:both;
	position:relative;
	}

#content{
	width:1002px;
	min-height:400px;
	position:relative;
	float:left;
	clear:both;
	background:url(../img/woerdenbruist/content_bg.gif) right repeat-y;
	z-index:999;
	text-align:left
}

#content_top{
	width:1002px;
	height:27px;
	clear:both;
	background:url(../img/woerdenbruist/bg.gif) top no-repeat; 
}
#menu{
	width:178px;
	background:url(../img/woerdenbruist/menu.gif) bottom no-repeat;
	margin-top:0px;
	padding-bottom:27px;
	margin-top:-10px;
	float:left;
}

#menu a, #menu p{
	color:#FFFFFF;
	font-family:"Arial Black";
	font-size:14px;
	padding-left:7px; 
	padding-right:7px;
	margin-left:13px;
	width:134px;
	border-bottom:1px solid white;
	display:block;
	text-decoration:none;
	padding-top:15px;
	padding-bottom:3px;	
}

#menu a:hover,  #menu p,  #menu a.current{
	color:#fff300;
}

#menu .subnav{font-size:12px;padding-top:5px; border:0px; }

#text{
	width:631px;
	float:left;
}

#text_content{
	width:530px;
	margin: 10px 50px 40px 50px;
	float:left;
	text-align:left

}

#right{
	width:193px;
	float:left;
}


#content_bottom{
	width:1002px; 
	clear:both;
	height: 34px;
	background:url(../img/woerdenbruist/content_bottom.gif) right bottom no-repeat;
}

#box1{
	width:193px;
}	

#box1 img{
	margin-left:14px;
	margin-top:10px;
}

#box2{
	width:193px;
}	

#box2 div{
	margin-left:14px;
	width:165px;
	overflow:hidden;
}

#box_separator{
	width:193px;
	height:50px;
	background:url(../img/woerdenbruist/separator.gif) no-repeat;
}	

#footer{
	width:1002px;
	border-bottom:2px solid #ff5000;	
	position:relative;
	text-align:right;
	font-size:10px;
	color:#adadad;
	margin-top:20px;
	clear:both;
	padding-bottom:5px;
}

#footer a{
	color:#adadad;
	font-size:10px;
}

#bottom{
	width:100%;
	height:68px;
	position:relative;
	background: url(../img/woerdenbruist/bg_bottom.gif) bottom left no-repeat;
	margin-top:-68px;
	z-index:1;
	clear:both;
}

.form td{padding-right:6px; vertical-align:middle;}
