body { 
	text-align: center; 
	color: #282828;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #fff url('../images/bg_page.gif') repeat-x 0 135px;
}

a:link, a:visited {
	color: #4d89c5;
	text-decoration: none;
}
a:hover, a:active, a.current {
	color: #000;
}


p {
	padding-bottom: 16px;
}

strong {
	font-weight: bold;
}


.hidden {
	display: none;
	height: 0;
	width: 0;
}

.clear {
	clear: both;
}

.dotted {
	clear: both;
	border-top: 1px dotted #282828;
	margin: 5px 0;
}

.margin {
	margin: 15px 10px;
}

.right {
	float: right;
}

#footer{
	clear: both;
	margin: 10px;
	font-size: 11px;
	border-top : 2px solid #4f3213;
	padding: 5px 10px;
}


h1,h2,h3,h4 {
	color: #4f3213;
	font-size: 18px;
	line-height: 22px;
	padding: 10px 0 14px 0;
}
h1 {
	font-size: 22px;
	line-height: 28px;
}
h4 {
	font-style: italic;
	font-size: 16px;
}

input {
	width: 110px;
	border: 1px solid #999;
	padding: 2px;
	margin: 2px 0;
}
	input.submit {
		border: 0px solid #114171;
		color: #fff;
		background: #114171;
		width: auto;
		padding: 2px 4px;
	}
	input.submit:hover {
		border: 0px solid #ae1630;
		background: #ae1630;
		cursor: pointer;
	}


#container { 
	width: 980px;
	border: 0px solid black;
	clear: both;
	margin: auto;
	position: relative;
	text-align: left;
}

	#header {
		position: relative;
		display: block;
		width: 980px;
		height: 175px;
	}
	
		#header #logo{
			position:absolute;
			left: 20px;
			top: 42px;
		}
		
		#header #menu {
		
		}
		
			#header #menu ul{
				float: right;
				position:absolute;
				right: 20px;
				top: 55px;
			}
		
			#header #menu li {
				float: left;
				padding-left: 20px;
				font-size: 14px;
			}
		
		#header #breadcrumb {
			position:absolute;
			left: 20px;
			top: 162px;
			font-size: 11px;
		}
	
	#content {
		overflow: hidden;
		line-height: 18px;
		padding: 25px 10px 10px 10px;
	}
	
		#content .full{
			display: block;
			padding: 0 10px;
			clear: both;
		}
	
		#content .half {
			display: block;
			width: 460px;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}
		
		#content .third {
			display: block;
			width: 300px;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}
		
		#content .twothird {
			display: block;
			width: 620px;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}
		#content .threequarter {
			display: block;
			width: 699px;
			border-right: 1px solid #ddd;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}

		#content .quarter {
			display: block;
			width: 220px;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}

		#content a.subnav {
			display: block;
			width: 200px;
			padding: 5px 10px;
			background: #fff;
			border-bottom: 1px solid #ddd;
			font-weight: bold;
		}

		#content a.subnav:hover,#content a.subnav.current  {
			color: #333;
		}

		#content a.subnav.jump {
			padding-left: 25px;
			background: url('../images/pijl_rechts.png') no-repeat 7px 7px;
			font-weight: normal;
		}