* {
	margin:				0px;
	padding:			0px;
}

body {
	background:			url('images/layout/body.jpg') 50% 0% no-repeat;
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#505050;
	background-color:	white;
	font-size: 			12px;
	height: 			100%;
	line-height:		22px;
}



/* Layout */



div#container {
	background:			transparent url('images/layout/container.jpg') top center repeat-y;
	position:			relative;
	margin: 			0px auto;
	height:				auto;
	width:				800px;
}

div#content_core {
	background:			transparent url('images/layout/content.jpg') top center no-repeat;
	position:			relative;
	margin: 			0px auto;
	height:				auto;
	width:				500px;
}

img#logo {
	position:			relative;
	top:				15px;
	left:				40px;
}

div#content {
	background:			transparent url('images/layout/bottom_fade.jpg') bottom right no-repeat;
	position:			relative;
	top:				48px;
	left:				0px;
	width:				420px;
	_height:			620px;
	padding:			0px 40px 90px 40px;
	min-height:			620px;
	clear:				both;
	margin-bottom:		30px;
}

div#menu {
	position:			absolute;
	top:				138px;
	left:				0px;
	width:				120px;
	height:				234px;
	text-align:			right;
	z-index:			999;
	line-height:		normal;
	letter-spacing:		1px;
}

div#extratekst {
	position:			absolute;
	top:				138px;
	right:				0px;
	width:				150px;
	height:				234px;
	color:				#7d7d7d;
}



/*Menu*/




div#menu ul {
	width:				150px;
	height:				auto;
	position:			relative;
}

div#menu ul li {
	position:			relative;
}

div#menu ul {
	list-style-type:	none;
}

div#menu ul li a:link, div#menu ul li a:visited {
	display:			block;
	width:				152px;
	height:				auto;
	padding:			4px 10px 4px 0px;
	color:				black;
	text-decoration:	none;
}

div#menu ul li a:hover {
	border-right:		4px solid #f8e5ec;
	padding:			4px 10px 4px 0px;
	background:			white;
	color:				#a86582;
}

div#menu ul li a:focus {
	border:				0px;
}


/* SWITCH MENU */


ul#switchmenu {
	margin-bottom: 10px;
	margin-top: -2px;
	font-weight: bold;
}

ul#switchmenu li {
	height: 22px;
}

ul#switchmenu a#current:link,
ul#switchmenu a#current:visited {
	background: white;
	color: gray;
}

ul#switchmenu a#current:hover {
	background: white;
	color: gray;
	border: none;
}



ul#switchmenu a#switch:link,
ul#switchmenu a#switch:visited {
	color: gray;
}

ul#switchmenu a#switch:hover {
	background: white;
	color: gray;
	border: none;
}

/* DROP OUT MENU */


#menu li ul, #menu ul li ul li {
	float:				left;
}

#menu ul li ul {
	border-left:		4px solid #f8e5ec;
	border-top:			1px solid #f8e5ec;
	border-right:		1px solid #f8e5ec;
	border-bottom:		1px solid #f8e5ec;
	display:			none;
	position: 			absolute;
	top:				0px;
	left:				162px;
	background:			white;
	width:				182px;
}

#menu ul li ul li {
	text-align:			left;
	padding-left:		0px;
}

#menu li:hover ul, #menu li.over ul {
	display:			block;
}

div#menu ul li ul li a:link, div#menu ul li ul li a:visited {
	border:				0px;
	background:			white;
	padding-left:		20px;
}

div#menu ul li ul li a:hover {
	border:				0px;
	background:			#fff7fa;
	padding-left:		20px;
}

/*Tekst opmaak*/



div.top {
	clear:				both;
	float:				left;
}



h1 {
	font-size:			16px;
	font-weight:		bold;
	letter-spacing:		1px;
	color:				#cd9aad;
	margin-bottom:		20px;
}


h2 {
	font-size:			12px;
	font-weight:		bold;
	letter-spacing:		1px;
	color:				#b97a91;
	margin-top:			30px;
}

h2.nomargintop {
	margin-top:			0px;
}



h2.voorstellen {
	margin-top:			20px;
}

p {
	margin-bottom:		20px;
	padding-top:		0px;
}

span.nieuwsdatum {
	display: block;
	float: left;
	width: 100px;
	clear: none;
}

img {
	border:				0px;
}

img.left {
	float:				left;
	margin:				0px 10px 10px 0px;
}

img.right {
	float:				right;
	margin:				0px 0px 10px 10px;
}

div#content ul {
	margin-bottom:			10px;
	padding-left:			17px;
}

div#content li {
	list-style-position:	outside;
	list-style-type: 		circle;
}

a:link, a:visited {
	color:				#b97a91;
	text-decoration:	none;
}

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

b {	
	color:				#b97a91;
}

table.agendatable {
	border-collapse: 	collapse;
	margin-bottom:		20px;
}

table.agendatable td {
	padding:			5px;
	border:				1px solid #d3d3d3;
	vertical-align:		top;
}
table.creatable {
	border-collapse: 	collapse;
	margin-bottom:		20px;
}

table.creatable td {
	padding:			5px;
	border:				1px solid #d3d3d3;
	vertical-align:		top;
}
p.webmaster {
	color:				#b3b3b3;
}

	
