/* =Reset default browser CSS
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

a:active, a:focus { 
	outline:none;
}

/* =Layout
-------------------------------------------------------------- */
body{
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #807952;
	background: #807952;
}

p, pre, ul, ol { 
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div.hr {
	border-top: 1px solid #807952;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

.spacer {
	clear: both;
}

h1#header a {
	width: 720px;
	height: 273px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	background: url('/images/sannq.jpg') no-repeat;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

h2 a {
	text-decoration: none;	
}

#container{
	position: relative;
	margin: 25px auto 10px;
	width: 720px;
	border: 3px #FFFFFF solid;
	background: #FFFFFF url('../images/bg.jpg');
	overflow: auto;
}

ul#sidebar {
	float: right;
	width: 160px;
	padding: 30px 0 30px 20px;
	line-height: 22px;
}

ul.widget {
	margin-bottom: 22px;	
}

ul.widget li.current {
	font-weight: bold;
}

ul.widget li a {
	color: #807952;
	text-decoration: none;
}

ul.widget li a:hover {
	text-decoration: underline;
}

#content {
	width: 480px;
	padding: 30px 30px 20px 30px;
	line-height: 18px;
}

#content a {
	color: #807952;
}

#content a:hover {
	background: #E3E0D7;
}

#content ol {
	padding-left: 1.5em;	
}

#content ol li {
	list-style: decimal;
}

.gedicht, #terug {
	margin-bottom: 20px;	
}

.post_bottom {
	overflow: hidden;
	height: 18px;
	padding: 5px 0;
	margin-bottom: 5px;
	border-top: 1px solid #E3E0D7;
	border-bottom: 1px solid #E3E0D7;
	margin-bottom: 15px;

}

.post_bottom_left, .post_bottom_right {
	line-height: 18px;	
}	

.post_bottom_left {
	float: left;
}

.post_bottom_right {
	width: 135px;
	float: right;
}

p.onderschrift {
	padding: 10px 0 0 0;
}

#navcontainer {
	margin-bottom: 10px;
	overflow: auto;
}

#navcontainer .previous {
	float: left;
}

#navcontainer .next {
	float: right;
}

#footer {
	position: relative;
	width: 726px;
	margin: 0 auto 25px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#footer a { 
	color: #FFFFFF;
	text-decoration: none;
}

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

/* HJ Social Bookmarks */

ul.hj_social_bookmarks {
	float: right;
	overflow: auto;
}

ul.hj_social_bookmarks li {
	float: left;
	margin: 1px 0 0 3px;
}

ul.hj_social_bookmarks li a {
	display: block;	
}

/* Search */

form#search_box {
	margin-bottom: 20px;	
}

ul.search_results li {
	margin-bottom: 10px;	
}

ul.search_results ol li {
	margin-bottom: 0;	
}

/* Contactform */

.formlabel {
	font-weight: bold;	
}

span.required, span.optional {
	font-size: 10px;
	font-style: italic;	
	font-weight: normal;
}

.error { 
	color: #CC0000;
}

input, textarea, .input, .textarea {
	margin-bottom: 10px;
	padding: 4px;
}	

.input, .textarea {
	background-color: #E3E0D7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #807952;
	border: 1px solid #E3E0D7;
	width: 300px;
}

.input {
	height: 18px;
		
}

.textarea {
	height: 200px;
	resize: none;
}

.input:focus, .textarea:focus { 
	border: 1px solid #807952;
}

.button {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #807952;
	cursor: pointer;
	padding: 5px 10px;
}

.button:hover {
	text-decoration: underline;
}

/* Error, Feedback */

p.error, ol.error { 
	color: #CC0000;
	padding: 10px 15px !important;
	background: #F7D9D9;
	border: 1px solid #CC0000;
}

p.feedback, ol.feedback { 
	color: #6DB340;
	padding: 10px 15px;
	margin: 10px 0;
	background: #E2F0d9;
	border: 1px solid #6DB340;
}

ol.error li, ol.feedback li {
	list-style: none !important;
}