
*{
	margin:			0px;
	padding:		0px;
}

html { height: 100%;}


body {
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#000;
	background-color:	#fff;
	font-size: 			12px;
	height:				100%;
	background:			url('images/paperclips.jpg') bottom right no-repeat;
	background-attachment: fixed;
	line-height:		20px;
}

div {	border:			0px solid red;}

#top {
	position:		absolute;
	bottom:			0px;
	right:			0px;
	background:		red;
	width:			150px;
	height:			30px;
}

#bordertop {
	width:			100%;
	min-height:		100%;
	_height:		100%;
	text-align:		center;
	background:		url('images/border_top.gif') top left repeat-x;
}

#borderbottom {
	width:			100%;
	min-height:		100%;
	_height:		100%;
	text-align:		center;
	background:		url('images/border_bottom.gif') bottom right repeat-x;
}

#container{
	width:			801px;
	height:			auto;
	overflow:		auto;
	text-align:		left;
	margin:			0px auto;
}

#containerbg{
	width:			801px;
	height:			auto;
	overflow:		auto;
	background:		transparent url('images/container.jpg') repeat-y;
}

#logo{
	width:			801px;
	height:			190px;
	background:		white url('images/logo.jpg') no-repeat;
}

#contentcore{
	width:			801px;
	height:			auto;
	overflow:		auto;
	background:		transparent url('images/content.jpg') no-repeat;
}

#menu {
	position:		relative;
	float:			left;
	width:			174px;
	height:			auto;
	padding:		25px
}

#menu ul, #menu ul li {
	text-align:			right;
	color:				white;
	list-style-type:	none;
	line-height:		normal;
}

#menu li {
	position:			relative;
	display:			block;
}

#menu ul li {
	float:				right;
}


#menu li ul, #menu ul li ul li {
	float:				left;
}

#menu ul li ul {
	border:				3px solid #7ad3d7;
	margin-left:		10px;
	display:			none;
	position: 			absolute;
	top:				0px;
	left:				170px;
	background:			#00a4a6;
}

#menu ul li ul li {
	text-align:			left;
	padding-left:		20px;
}

#menu li:hover ul, #menu li.over ul {
	display:			block;
}

#menu li a {
	height: 			22px;
	text-decoration: 	none;
}	

#menu li a:link, #menu li a:visited {
	color: 				white;
	display: 			block;
	padding-top: 		6px;
	padding-right:		11px;
	width:				170px;
}
	
#menu ul li a:hover {
	color: 				#white;
	padding-top: 		6px;
	background:			#00a4a7;
	padding-right:		10px;
	border-right:		1px solid white;
	font-weight:		bold;
}

#menu ul li ul li a:hover {
	border-right:		0px;
}

#content {
	float:			right;
	width:			510px;
	height:			auto;
	padding:		25px
}
a:link, a:visited {
	color:				#005191;
	text-decoration: 		underline;
}

a:hover {
	color:				#00a4a6;
	text-decoration: 		underline;
}

h1 {
	font-weight: 	bold;
	margin-bottom:	30px;
	font-size:		20px;
	font-style:		italic;
	color: 			#005191;
}

h2.minderwitruimte {
	font-weight: 	bold;
	margin-bottom:	10px;
	padding-top:	10px;
	font-size:		17px;
	font-style:		italic;
	color: 			#005191;
}

h2#eerste {
	font-weight: 	bold;
	margin-bottom:	10px;
	padding-top:	0px;
	font-size:		17px;
	font-style:		italic;
	color: 			#005191;
}

h2 {
	font-weight: 	bold;
	margin-bottom:	10px;
	padding-top:	20px;
	font-size:		17px;
	font-style:		italic;
	color: 			#005191;
}

h3 {
	font-weight: 	bold;
	margin-bottom:	20px;
	padding-top:	0px;
	font-size:		15px;
	font-style:		italic;
	color: 			#00a4a6;
}


p {
	margin-bottom: 		20px;
}

div.quote{
	margin-bottom:		20px;
	margin-bottom:		20px;
	width:				459px;
	height:				auto;
	overflow:			auto;
	font-size: 			15px;
	font-weight:		bold;
	color: 				#005191;
	line-height:		24px;
}

b {
 color: 			black;
}

hr  {
	margin-top:		10px;
}

ul.opsomming  {
	list-style-position:	inside;
	padding-left:			16px;
	text-indent: 			-16px;
	list-style-type:		dot;
}

.nobullet  {
	list-style-position:	outside;
	list-style-type:		none;
}

ul.opsomming, ul.links {
	margin-bottom:			20px;
}

ul.links li {
	margin-top:				4px;
	list-style-type:		none;
}

span.leesmeer{
	cursor: 			pointer;
	text-decoration: 	underline;
	font-style:			normal;
}

div.meertekst {
	display:			none;
	margin-bottom:		20px;
	margin-bottom:		20px;
	width:				459px;
	height:				auto;
}

input, textarea  {
	border:			1px solid #5680BC;
}

span.contact_tab, span.contact_tab_gr {
	display:		block;
	float:			left;
	width:			15px;
}

span.contact_tab_gr {
	color: 			#00a4a6;
}

#footer{
	width:			801px;
	height:			6px;
	background:		transparent url('images/footer.jpg') no-repeat;
	overflow:		hidden;
	clear:			both;
}

#clearfooter{
	width:			801px;
	height:			57px;
	background:		transparent;
	clear:			both;
}