/**
*
* Design and coding by Wendy Borst
* Copyright &copy; 2009 Raadhuis
*
*/

/**
* Main elements
*/

.clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0px 5px 0px;
	padding: 0;
}

p .clearboth {
	clear: both;
	height: 0;
	font-size: 0px;
	margin: 0;
	padding: 0;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

a {
	color: #a48b00;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #a48b00;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #a48b00;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #efeee8;
	height: 1px;
	background: #efeee8;
	border: none;
}

img {
	border: 0;
}


#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 150px;
}


/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

.textfield {
	background: #FFF;
	border: 1px solid #a48b00;
	font-size: 1.0em;
	padding: 3px;
	margin-bottom: 2px;
	height: 15px;
}

.textarea {
	background: #FFF;
	border: 1px solid #a48b00;
	font-size: 1.0em;
	padding: 3px;
	height: 100px;
	margin-bottom: 2px;
}

.submitbutton {
	background: #a48b00;
	color: #FFF;
	border: 1px solid #a48b00;
	margin: 0 0 0 0px;
	font-size: 1.0em;
	height: 22px;
	float: right;
}


/**
* Header
*/

#header {
	height: 120px;
	width: 100%;
	position: absolute;
	margin: 0 auto;
	background: url(images/header_bg.gif) center top repeat-x;
	text-align: center;
	z-index: 200;
	left: 0;
	top: 0;
}

#headercontent {
	width: 960px;
	margin: 0 auto;
	height: 120px;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
	left: 9px;
	width: 110px;
	height: 100px;
	background: url(images/logo.gif) no-repeat left top;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0px;
	left: 0px;
	width: 110px;
	height: 100px;
	position: absolute;
}


/**
* Menu
*/

#menu {
	height: 30px;
	width: 960px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	position: absolute;
	top: 90px;
	left: 0px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
}

#menu ul {
	margin: 0px 0px 0px 255px;
	padding: 8px 0px 0px 0px;
}

#menu li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#menu li a:hover {
	color: #a48b00;
	text-decoration: none;
	font-weight: normal;
}

.between {
	padding: 0px 5px 0px 5px;
}


/**
* Content general
*/

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 10px;
	width: 930px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
}

h1 {
	color: #a48b00;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	line-height: 1.3em;
}

h2 {
	color: #837751;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	line-height: 1.3em;
}

h3 {
	color: #837751;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	line-height: 1.3em;
}

#submenu {
	background: #efeee8;
	width: 200px;
	text-align: left;
	font-size: 1.0em;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	padding: 10px 10px 10px 15px;
	float: left;
}

#submenu a {
	text-decoration: none;
}

#submenu hr {
	color: #d2cbbb;
	height: 1px;
	background: #d2cbbb;
	border: none;
	width: 95%;
	margin: 8px 0px 8px 0px;
	padding: 0;
}

#nosubmenu {
	width: 200px;
	text-align: left;
	font-size: 1.0em;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	padding: 10px 10px 10px 15px;
	float: left;
}

#contentleft {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	width: 450px;
	float: left;
	text-align: left;
}

#contentleftpublications {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	width: 665px;
	float: left;
	text-align: left;
	background: #FFFFFF;
}

#contentright {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	width: 185px;
	float: right;
	text-align: left;
}

#content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#content li {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/bulletonwhite.gif) left 4px no-repeat;
	list-style: none;
}

#blackbar {
	background: #1a171b;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	padding: 4px 15px 0px 20px;
	height: 21px;
	margin: 15px 0px 15px -20px;
}

#site_index_A, #site_index_B, #site_index_C, #site_index_D, #site_index_E, #site_index_F, #site_index_G, #site_index_H, #site_index_I, #site_index_J, #site_index_K, #site_index_L, #site_index_M, #site_index_N, #site_index_O, #site_index_P, #site_index_Q, #site_index_R, #site_index_S, #site_index_T, #site_index_U, #site_index_V, #site_index_W, #site_index_X, #site_index_Y, #site_index_Z, #site_index_2009, #site_index_2010, #site_index_2011, #site_index_2012, #site_index_2013 {
	background: #1a171b;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	padding: 4px 15px 0px 20px;
	height: 21px;
	margin: 15px 0px 15px -20px;
	min-height: 0;
	position: relative;
}

.site_index_alphalinks {
	margin: 20px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	background: none;
}

.site_index_alpha_links a {
	margin-left: 3px;
	margin-right: 2px;
}

#newsoverview {
	border-top: #efeee8 10px solid;
	border-left: #efeee8 10px solid;
	border-right: #efeee8 10px solid;
	margin: 0px 0px 0px -20px;
	min-height: 0;
	position: relative;
	height: 1%;
}

#news {
	border-bottom: #efeee8 10px solid;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 30px 15px;
}

#news h2 {
	margin-top: 0px;
}

#news a {
	margin-bottom: 0px;
	float: right;
}

.ditto_currentpage {
	margin: 0px 5px 0px 5px;
}

.ditto_page {
	margin: 0px 5px 0px 5px;
}

#linkstop {
	border-top: #efeee8 10px solid;
	border-left: #efeee8 10px solid;
	border-right: #efeee8 10px solid;
	margin: 0px 0px 0px -20px;
	min-height: 0;
	position: relative;
	height: 1%;
}

#links {
	border-bottom: #efeee8 10px solid;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	height: 45px;
	line-height: 3.7em;
}

#links img {
	float: right;
	border: 0;
}

#contactaddresses {
	border-top: #e8e5dd 10px solid;
	border-left: #e8e5dd 10px solid;
	border-right: #e8e5dd 10px solid;
	margin: 0px 0px 0px -20px;
	min-height: 0;
	position: relative;
	height: 1%;
}

#contactaddresses h2 {
	background: #e8e5dd;
	color: #645c42;
	margin-top: 0px;
	padding: 0px 0px 10px 15px;
}

#address {
	border-bottom: #e8e5dd 10px solid;
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 10px 15px;
}

#addressleft {
	width: 200px;
	float: left;
}

#addressright {
	width: 200px;
	float: right;
}

#contactform {
	margin: 25px 0px 0px -20px;
	background: #efeee8;
	padding: 15px 15px 15px 18px;
	min-height: 0;
	position: relative;
	height: 1%;
}


/**
* Box right
*/

.headerright {
	background: #1a171b;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	padding: 3px 10px 4px 10px;
	margin: 15px 0px 10px 0px;
	line-height: 1.3em;
}

#whitebox {
	background: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px 10px 8px 10px;
	text-align: left;
	font-size: 0.9em;
}