@charset "UTF-8";
/* Reset browser defaults (meyersweb) */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size:62.5%;
	line-height: 1;
	color: black;
	background: white;
}
a {
	text-decoration:none;
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Structuur */
#body {
	width: 923px;
	margin:0 auto;
}
#container {
	width: 727px;
	margin-left: 9.8em;
}
#menu {
	margin:5em 0;
	float:left;
}
#menu a {
	display: block;
	width: 8em;
}
#footer {
	width: 727px;
	position: relative;
}
	#footer .right {
		position: absolute; right: 0px; top: 1em;
	}
	#footer .left {
		position:absolute; left:0px; top: 1em;
	}
#nav {
	width: 427px;
	height: 16px;
	margin: 1em auto;
	text-align: center;

}
#nav li {
	display:inline;
	margin: 0 3px;

}
	#nav li a:hover img {
		opacity: .5;filter:alpha(opacity=50);
	}



/* Kleuren en typografie */
hr {
	height:1px;
	border:0px;
	color:white;
	background:white;
}
h1 {
	font: 1.2em Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: .5em;
	line-height: 4em;
	display:inline;
}
h1 span {
	font: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
h2 {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .5em;
	line-height: 4em;
	display:inline;
	margin-left:3em;
}
h2 span {
	font: Arial, Verdana, Helvetica, sans-serif;
	color: #000066;
}
h3 {
	font: 1.1em Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 3em;
	display:inline;
	
}
div.back {
	background:url(http://www.marjolijndegroot.com/newsite/images/blackpix.gif) repeat-x center;
	margin: 0 1em;
}
div.back a {
	font: 1.2em Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	background: #fff;
	margin-left: 4em;
	padding: 0 .5em;
}
#menu a {
	text-transform: uppercase;	
}


a:link, a:active, a:visited {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	line-height: 160%;
	color: #999;
}
a:hover {
	color:#333;
}

/* admin part */

@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
body {
	font-size:62,5%; font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
ul, li {
list-style:none;
}

	
	ul.thumb_list li {
		display:inline;
		

		
	}
	ul.thumb_list {
	margin:1em;
	}
	ul.thumb_list img {
		max-width:145px;
		max-height:92px;
		border:1px solid #660000;
		
	}
	ul.thumb_list a:hover img {
		opacity:.75;
		filter:alpha(opacity=75);
	}
	ul.thumb_list a {
		position:relative;
		display:block;
		float:left;
		text-decoration:none;
		width:145px;
		margin:21px 21px 16px 21px;
		
		
	}
	ul.thumb_list li.first a {
		margin-left: 0;
	}
	ul.thumb_list li.last a {
		margin-right: 0;
	}
	ul.thumb_list span {
		display:block;
		margin:5px 5px 0;
		font: 1.2em Arial, Verdana, Helvetica, sans-serif;
		color: #660000;
	}
	.clear {
		clear:both;
	}
	#actieRadio {
		margin:1em auto;
		padding:0px;
		text-align:center;
	}

	#container form input, #container form select {
		
		margin:0 auto;
	}
div.upload {
	position:relative;
}
div.upload div.nepfoto {
	width: 145px;
	margin-left:197px;
	float:left;
	text-align: center;
}
div.upload div.nepfoto img {
	border: 1px solid #660000;
}
.clear {
	clear:both;
}
#filefield {
	width:332px;
	border: 1px solid #660000;
	background: #e7eaf3;
	margin-right:1em;
	text-align:center;
	float:right;
}
#filefield input.file {
	margin:0 0 1.5em 1.5em;
}
#filefield input.first {
	margin:1.5em 0 1.5em 1.5em;
}
div.upload input.submit {
	position:absolute;right:5em;
}
#startform {
	width:250px;
	margin:1em auto;
	text-align: center;
}
pre {
	margin:3em auto;
	padding:2em 0;
	text-align:center;
	background:#faa;
	border:1px solid #660000;
	font:1.5em monospace;
	width:400px;
}
#nav a.current {
	color:#666;
}
.1embottom {
	margin-bottom:1em;
}
#authograph {
	text-align:center;
}
#placeholder {
	text-align:center;
}

