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

/**
* Main elements
*/

body {
	text-align: center;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	background: #bfcdd5;
	margin: 0;
	padding: 0;
	color: #003656;
	line-height: 1.5em;
}

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

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

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

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

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

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

#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
	background: url(images/bg.gif) center top repeat-y;
}


/**
* Form elements
*/

form {
	margin: 0;
	padding: 0;
}

.textfield {
	background: #FFF;
	border: 1px solid #003656;
	color: #003656;
	font-size: 1.0em;
	padding: 3px;
	margin-bottom: 2px;
	height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textarea {
	background: #FFF;
	border: 1px solid #003656;
	color: #003656;
	font-size: 1.0em;
	padding: 3px;
	height: 100px;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.submitbutton {
	background: #003656;
	color: #FFF;
	border: 1px solid #003656;
	margin: 0 0 0 0px;
	font-size: 1.0em;
	height: 22px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/**
* Header
*/

#header {
	height: 230px;
	width: 960px;
	position: relative;
	margin: 0 auto;
	background: url(images/bg.gif) center top repeat-y;
}

#logo {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 205px;
	height: 230px;
	background: url(images/logo.gif) no-repeat left top;
	z-index: 200;
}

#logo h2 {
	display: none;
}

#logo a {
	top: 0px;
	left: 0px;
	width: 205px;
	height: 230px;
	position: absolute;
}

#headerfoto {
	position: absolute;
	top: 20px;
	left: 255px;
	width: 685px;
	height: 140px;
	margin: 0;
	padding: 0;
}

#headerfoto img {
	border-right: #FFFFFF 1px solid;
}


/**
* Menu
*/

#menu {
	background: url(images/menubalk_bg.gif) center top repeat-x;
	height: 30px;
	width: 960px;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	position: absolute;
	top: 180px;
	left: 0px;
}

#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: #a70075;
	text-decoration: none;
	font-weight: normal;
}

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


/**
* Content general
*/

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 40px;
	width: 900px;
	clear: both;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
}

h1 {
	color: #a70075;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
	font-style: normal;
}

h3 {
	color: #a70075;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

#contentleft {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 665px;
	float: left;
	display: inline;
	text-align: left;
}

#contentright {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 215px;
	float: right;
	display: inline;
	text-align: left;
}

#content ul {
	margin-bottom: 10px;
	list-style: url(images/bullet.gif);
}

#content ul li {
	margin: 0px 0px 0px -15px;
	padding-left: 3px;
}

#content ol {
	margin-bottom: 10px;
}

#content  ol li {
	margin: 0px 0px 0px -15px;
	padding-left: 5px;
}

#verstrektegiften {
	border-top: #e5ebee 1px solid;
	border-left: #e5ebee 1px solid;
}

#verstrektegiften td {
	border-bottom: #e5ebee 1px solid;
	border-right: #e5ebee 1px solid;
	text-align: left;
	width: 50%;
	padding: 10px 20px 10px 20px;
	line-height: 5em;
	height: 80px;
	font-size: 0.9em;
}

#verstrektegiften p {
	margin-top: 25px;
	line-height: 1.0em;
}

#verstrektegiften td img {
	float: right;
	border: 0;
}

#verstrektegiften a {
	font-weight: normal;
}


/**
* Login box contact
*/

#loginbox {
	background: #ccd7dd;
	padding: 10px;
	margin-bottom: 20px;
	width: 195px;
}

#rightbox h2 {
	color: #003656;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10px;
}

#loginbox .whitebox {
	background: #FFFFFF;
	margin-top: 7px;
	padding: 10px;
	text-align: left;
}


/**
* Restricted Pages Bestuur
*/

#restictedleft {
	padding: 40px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 195px;
	float: left;
	display: inline;
	text-align: left;
}

#restictedleft ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: url(images/bullet.gif);
}

#restictedleft ul li {
	margin: 0px 0px 0px -15px;
	padding-left: 3px;
}

#restictedleft ul li a {
	text-decoration: none;
}

#restictedleft ul li a:hover {
	text-decoration: underline;
}

#restrictedmiddle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 450px;
	float: left;
	display: inline;
	text-align: left;
}

#restictedright {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 215px;
	float: right;
	display: inline;
	text-align: left;
}


/**
* Box right
*/

#rightbox {
	background: #edcce3;
	padding: 10px;
	margin-bottom: 20px;
}

#rightbox h2 {
	color: #a70075;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10px;
}

#whitebox {
	background: #FFFFFF;
	margin-top: 7px;
	padding: 10px 10px 5px 10px;
	text-align: center;
}


/**
* Footer
*/

#footer {
	width: 970px;
	height: 130px;
	background: #bfcdd5 url(images/footer_bg.jpg) center top no-repeat;
	text-align: left;
	font-size: 1.1em;
	margin: 120px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
	color: #003656;
}

#footer ul {
	margin: 0px 0px 0px 240px;
	padding: 60px 0px 0px 0px;
}

#footer li {
	display: inline;
}

#footer .between {
	padding: 0px 7px 0px 7px;
}

#footer a {
	color: #003656;
	text-decoration: none;
	font-weight: normal;
}

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