 *
{
	box-sizing:   		border-box;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: 	border-box;
}

body, html
{
	box-sizing:   		border-box;
	-moz-box-sizing: 	border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: 	border-box;
	background-color:	#ECECF0;
	margin:				0;
	height:				100%;
	width:				100%;
}

body
{
	padding:			10px;
}

body, table, td
{
	font-family:		Georgia, arial, sans-serif;
	font-size:			90%;
	line-height:		140%;
}

a
{
	color:				#731A1A;
	text-decoration:	none;
	border-color:		#731A1A;
	letter-spacing:		0.04em;
}

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

address
{
	margin-top:			10px;
}

fieldset
{
	-moz-border-radius: 8px;
	border-radius:		8px;
}

fieldset legend
{
	padding-left:		5px;
	padding-right:		5px;
	color:				#731A1A;
	margin-bottom:		10px;
}

h1
{
	color:				#731A1A;
	font-size:			1.5em;
	margin:				0;
	margin-top:			10px;
	letter-spacing:		0.04em;
}

h2
{
	font-size:			1.3em;
	margin:				0;
	margin-top:			10px;
	letter-spacing:		0.04em;
}

strong, b
{
	color:				#731A1A;
}

a.admin
{
	display:			block;
	border-top:			1px solid black;
	border-bottom:		1px solid black;
	background-color:	#ECE7AA;
	padding-top:		5px;
	padding-bottom:		5px;
	text-align:			center;
	font-weight:		bold;
}

a.admin:hover
{
	background-color:	white;
	text-decoration:	none !important;
}


#header
{
	background-color:	#C4C4D0;
	background-image:	url(images/header.jpg);
	width:				800px;
	height:				150px;
	border:				2px solid black;
}

#header-extra-l, #header-extra-r
{
	position:			absolute;
	top:				10px;
	left:				10px;
	width:				18px;
	height:				17px;
	background-image:	url(images/header_extra_l.gif);
	background-repeat:	no-repeat;
}

#header-extra-r
{
	top:				10px;
	left:				792px;
	background-image:	url(images/header_extra_r.gif);
}

#container
{
	background-color:	white;
	background-image:	url(images/bg.gif);
	background-repeat:	repeat-y;
	width:				800px;
	border-left:		2px solid black;
	border-right:		2px solid black;
	border-bottom:		2px solid black;
	min-height:			600px;
}

#content
{
	padding:			10px 10px 10px 5px;
	margin-left:		160px;
}

#content a
{
	padding-bottom:		3px;
	background-image:	url(images/link-border-0.gif);
	background-repeat:	repeat-x;
	background-position:bottom;
}

#content a:hover
{
	background-image:	url(images/link-border-1.gif);
	color:				#731A1A;
	text-decoration:	none;
}

#balk
{
	position:			absolute;
	left:				12px;
	width:				158px;
	padding-top:		15px;
	padding-right:		0px;
	padding-left:		0px;
	background-color:	#FDF8E8;
	border-right:		1px solid black;
}

#balk .nieuws
{
	margin-left:		2px;
	margin-right:		2px;
}

#balk .nieuws td
{
	font-size:			0.8em;
}

#balk a
{
	text-decoration:	none;
}

#balk a:hover
{
	text-decoration:	underline;
}

.extraMargin
{
	margin-left:		10px;
}

.nieuws .col1
{
	vertical-align:		top;
}

#newsitem h2
{
	font-size:		1.5em;
}

#newsitem div.datum
{
	font-size:		0.8em;
}

#newsitem h5
{
	margin:			0;
	font-size:		1.2em;
}

#newsitem img
{
	float:			left;
	border:			1px dotted black;
	margin-right:	6px;
	margin-bottom:	3px;
	margin-top:		3px;
	cursor: 		pointer;
	vertical-align:	baseline;
}

#newsitem img.rightAlign
{
	float:			right;
	margin-right:	0;
	margin-left:	6px;
}


#newsitem img.nohand
{
	border:			1px solid black;
	cursor: 		default;
}

#newsitem ul
{
	margin-top:		0;
	margin-right:	0;
	margin-bottom:	15px;
}

.nieuws
{
	margin-bottom:		20px;
}

#content .nieuws td a
{
	background-image:	none;
	text-decoration:	none;
}

#content .nieuws td a:hover
{
	background-image:	none;
	text-decoration:	underline;
}

.nieuws th
{
	text-align:			left;
	font-size:			0.9em;
	padding-left:		1px;
	padding-bottom:		3px;
}

#reageerformulier fieldset label
{
	width:				120px;
}

#linksFormulier label
{
	width:				150px;
}

label
{
	width:				100px;
	display:			block;
	vertical-align:		top;
	float:				left;
	clear:				both;
}

input, textarea, select
{
	font-family:		Georgia, arial, sans-serif;
	margin-bottom:		3px;
	clear:				right;
	
}

#newsForm
{
	margin-top:			25px;
}

#newsForm textarea
{
	height:		350px;
	width:		450px;
}

#newsForm input.textfield
{
	width:		250px;
}

#newsForm #html
{
	width:		18px;
	text-align:	left;
}

#newsForm label.long
{
	width:		315px;
}

#newsForm #extraoptions
{
	margin-top:			30px;
	margin-bottom:		20px;
	padding:			10px;
	background-color:	#F8F8F8;
	border:				1px solid black;
	height:				80px;
	clear:				both;
}

#newsForm #extraoptions label
{
	width:				289px;
}

#afbeeldingen
{
	height:				300px;
	overflow:			auto;
	border-left:		1px solid gray;
	border-top:			1px solid gray;
	border-right:		1px solid #E3E3E8;
	border-bottom:		1px solid #E3E3E8;
	padding:			5px;
	background-color:	#F8F8F8;
	padding-top:		10px;
}

#afbeeldingen .textOnly
{
	margin-left:		60px;
}

#afbeeldingen .info
{
	margin-left:		60px;
	font-size:			0.8em;
}

#afbeeldingen .imgholder .id
{
	width:		50px;
	height:		50px;
	font-size:	1em;
	padding-top:15px;
	text-align:	center;
	background-image:		url(images/admin/afbeeldingen_id.gif);
	background-repeat:		no-repeat;
	float:left;
}

#afbeeldingen .imgholder
{
	padding:			10px 5px 10px 5px;
	margin:				0 5px 30px 5px;
}

#afbeeldingen .imgholder img
{
	margin-top:			-10px;
	margin-left:		60px;
	cursor: 			pointer;
}

#afbeeldingen .imgedit
{
	margin-top:			5px;
	margin-left:		60px;
}

#afbeeldingen h2
{
	margin-left:		60px;
	font-size:			1.2em;
	margin-bottom:		18px;
}

#afbeeldingen label
{
	width:				300px;
	padding-left:		5px;
}

#photo-upload label
{
	width:				30px;
	margin-left:		10px;
}

#photo-upload .titel
{
	width:				250px;
}

#changePassForm label
{
	width:				150px;
}

.admin-item
{
	margin-top:			15px;
}

.admin-item h4
{

	margin:				0;
	width:				220px;
	height:				25px;
	font-size:			1.1em;
	padding:			2px;
	padding-left:		10px;
	background-color:	#F7F7F7;
	border:				1px solid #494841;
	border-bottom-width:0;
	position:			relative;	
	top:				1px;
}

.admin-item h4 a
{
	color:				#4E4E4E;
	border-bottom:		1px solid #4E4E4E;
	font-size:			0.75em;
}

.admin-item h4 a:hover
{
	color:				#9F9F9F;
	border-bottom:		1px solid #9F9F9F;
}

.admin-item p
{
	width:				400px;
	background-color:	#F7F7F7;
	margin-top:			0;
	padding:			10px;
	font-style:			italic;
	color:				#494841;
	border:				1px solid #494841;
	min-height:			70px;
}

.admin-item p img
{

	float:				left;
	margin-right:		5px;
	margin-top:			5px;
	width:				50px;
	height:				50px;
}

ul li.ok
{
	color:				green;
}

ul li.error
{
	color:				red;
}

p.error
{
	color:				red;
}

.hulp
{
	margin-bottom:		20px;
	margin-right:		10px;
}

.hulp .hblock
{
	background-color:	#F7F7F7;
	background-image:	url(images/admin/hulp_bg.gif);
}

.hulp .hblock h3
{
	border:				1px solid #AFAFBE;
	padding-left:		5px;
	height:				25px;
	margin:				0;
	cursor: 			pointer;
	background-image:	url(images/admin/hulp.gif);
	background-position:right;
	background-repeat:	no-repeat;
	font-size:			1.1em;
}

.hulp .tekst
{
	border:				1px solid gray;
	border-top-width:	0;
	padding:			8px;
	display:			none;
}

.hulp .tekst h5
{
	margin-right:		0;
	margin-bottom:		0;
}

.result
{
	padding:			12px;
	background-color:	#F7F7F7;
	color:				green;
	border:				1px solid #AFAFBE;
	font-weight:		bold;
}

#nieuwsoverzicht td.col1
{
	padding-bottom:		3px;
}

#nieuwsoverzicht td.col1 a
{
	text-decoration:	none;
	border-width:		0;
}


#nieuwsoverzicht td.col2
{
	font-size:			0.8em;
	width:				90px;
	text-align:			right;
	padding-bottom:		3px;
	vertical-align:		top;
}

.fotoboek-row
{
	clear:				both;
}

.fotoboek-img
{
	width:				200px;
	text-align:			center;
	float:				left;
}

#content .fotoboek-img a
{
	border-width:		0;
	text-decoration:	none;
	padding-bottom:		0;
}

#content .fotoboek-img a:hover
{
	border-width:		0;
	text-decoration:	none;
}

#content .fotoboek-link-pagina
{
	border-width:		0;
	text-decoration:	none;
	padding-bottom:		0;
}

#content .fotoboek-link-pagina:hover
{
	border-width:		0;
	text-decoration:	none;
	padding-bottom:		0;
}

#content .fotoboek-img a
{
	border-width:		0;
	text-decoration:	none;
	background-image:	none;
}

.fotoboek-img img
{
	border:				1px solid black;
}

.fotoboek-img p
{
	min-height:			20px;
	margin-top:			5px;
	font-size:			0.7em;
	border-bottom:		1px solid #D2D2D2;
	border-top:			1px solid #D2D2D2;
	margin-bottom:		15px;
	background-image:	url(images/foto_bg.gif);
	background-position:left 20px;
	background-repeat:	no-repeat;
	padding:			0 2px 0 2px;
}

.fotoboek-link-vorige
{
	float:				left;
}

.fotoboek-link-volgende
{
	float:				right;
}

#links li a
{
	font-size:			0.8em;
}

#links li p
{
	margin:				0;
	font-size:			0.7em;
	color:				#918B94;
}

#links fieldset
{
	padding:			0;
	margin-bottom:		10px;
	-moz-border-radius: 8px;
	border-radius:		8px;
}

#links fieldset ul
{
	margin-top:			0px;
}

#nav
{
	padding: 			0;
	margin: 			0;
	list-style: 		none;
	background-color:	white;
	border-left:		2px solid black;
	border-bottom:		2px solid black;
	border-right:		2px solid black;
	width:				100%;
	height:				22px;
}

#nav a
{
	display: 			block;
	width: 				100%;
	height:				100%;
	text-align:			center;
	text-decoration:	none;
	color:				black;
	font-weight:		bold;
	font-size:			0.8em;
	border-right:		2px solid black
}

#nav a:hover
{
	display: 			block;
	color:				white;
	background-color:	#96232F;
}

#nav a.last
{
	border-width:		0;
}

#nav li
{
	float: left;
	width: 20%;
	margin:0;
	padding:0;
	height:100%;
}

#menu
{
	width:				800px;
}

#reacties
{
	margin-top:			25px;
	margin-bottom:		25px;
}

#reacties .reactie
{
	padding:			5px;
	border:				1px solid #731A1A;
	margin-bottom:		10px;
}

#reacties .reactie .prive
{
	color:				#868686;
	font-style:			italic;
}

#reacties .reactie .naam
{
	color:				#731A1A;
}

#reacties .reactie .datum
{
	margin-bottom:		6px;
	font-size:			0.8em;
}

#reacties .reactie p
{
	margin:				0;
}

#reacties .reactie-admin
{
	margin-top:			10px;
}

.floatingText
{
	float:				left;
}

.edmond
{
	background-color:	#FDF8E8;
}

.edmond .naam
{
	font-weight:		bold;
}

.coolTable
{
	border:				0px solid #4E4E4E;
	background-color:	black;
	padding:			0px;
}

.coolTableCell td
{
	background-color:	#FEFDFC;
	border-top:			1px solid white;
	border-left:		1px solid white;
	border-right:		0px solid black;
	border-bottom:		0px solid black;
	padding:			4px;
	padding-bottom:		10px;
	font-size:			1em;
	line-height:		150%;
}

.coolTableCell th
{
	border-top:			1px solid white;
	border-left:		1px solid white;
	border-right:		0px solid black;
	border-bottom:		0px solid black;
	padding:			3px;
	background-color:	#FDF8E8;
	font-size:			1.1em;
	text-align:			left;
	color:				#6E2E2A;
	padding:			4px;
	vertical-align:		top;
}

#cv
{
	margin-left:		10px;
}

#cv h2
{
	margin-bottom:		3px;
	font-size:			1.1em;
}

#cv table table th
{
	width:				110px;
}

#cv table table td
{
	width:				475px;
}

