/* @group Reset Eric Meyer */


* {
	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
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%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}


body {
	line-height: 1.2;
	color: black;
	background: white;
}

body p {
	margin-top: 8px;
}

ol, ul {
	list-style: none;
}


/* 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: "" "";
}

/* @end */




body {
	text-align: center;
	min-width: 900px;
	background-color: #f0ecdf;
	font: 1.2em/1.4 Georgia, "Times New Roman", Times, serif;
	padding: 24px;
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 2.4em;
	padding-top: 68px;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.2em;
	margin-left: 14px;
}

h3 {
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
}

em {
	font-weight: bold;
}


a:link {
	color: #c4050a;
	text-decoration: none;
}

a:visited {
	color: #f3060d;
	text-decoration: none;
}

a:hover {
	color: #fffffe;
	text-decoration: underline;
	background-color: #e40002;
}

a:active {
	color: #FF9933;
}


#wrap {
	width: 900px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #CCCCCC;
	background: #fff;
	margin: 12px auto 0;
	height: 700px;
}


#header {
	border-bottom: 1px dotted #333333;
	height: 168px;
	border-color: #cbcbcb;
	margin-left: 64px;
	margin-right: 64px;
	margin-top: 24px;
}

#headertitel {
	text-align: left;
	width: 444px;
	float: left;
	margin-top: 12px;
}

#header img {
	width: 144px;
	height: 144px;
	opacity: 0.5;
	float: right;
	margin-top: 16px;
}


#content {
	float: left;
	width: 900px;
	padding-right: 64px;
	padding-left: 64px;
}
	
#nav {
	list-style: url(none) none;
	float: left;
	list-style-image: url(images/pijltje.gif);
	margin-top: 24px;
	font-weight: normal;
	font-style: normal;
	width: 500px;
	margin-bottom: 32px;
	color: #2e2e2e;
	margin-left: -12px;
}


#twitter_div {
	float: right;
	width: 350px;
	
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
}

#twitter_div ul li {
	margin-top: 10px;
}

#twitter_div ul li {
	margin-top: 10px;
}


#flickr {
	margin-top: 32px;
	margin-bottom: 32px;
	float: left;
	margin: 6px;
	clear: both;
	padding-bottom: 32px;
}

#footer {
	font-size: small;
	color: #666;
	border-top: 1px dotted #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
	clear: both;
	font-style: italic;
	text-align: right;
	margin: 32px 64px 44px;
}
ul {
	margin-top: 10px;
	list-style-position: outside;
	margin-left: 17px;
	list-style-type: circle;
}

li {
	font-style: normal;
	font-weight: normal;
}