html {
	height: auto;
	font-size: 100%;
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

body#www-adjaan-nl {
	background-color: #bddcf1;
	background-image: url(../img/bckgrnd.gif);
	font-size: 12px;
	color: #222222;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #254a97;
}

h2, h3, h4, h5 {
	font-size: 12px;
	font-weight: bold;
	color: #254a97;
}

a:link, a:visited {
	color: #254a97;
	text-decoration: underline;
}

a:hover, a:active {
	color: #254a97;
	text-decoration: none; 
}

div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: underline;
}

div#footer a:hover, div#footer a:active {
	color: #fff;
	text-decoration: none;
}

div#wrapper {
	width:100%;
	height: 100%;
	background-image: url(../img/bckgrnd-fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 0px 5px 0px;
}

div#container {
	width: 960px;
	min-height: 540px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#content {
	width: 960px;
	display: block;
	float: left;
	position: relative;
	background: url(../img/bckgrnd-watermerk.gif) top repeat-y;
	background-color: #FFFFFF;
	border: 1px solid #254a97;
}

div#header {
	width: 960px;
	height: 155px;
	display: block;
	float: left;
	position: relative;
}

div#logo{
	width: 260px;
	height: 100px;
	margin: 26px 0px 0px 25px;
	display: block;
	float: left;
	position: absolute;
}

div#afbeelding{
	width: 680px;
	height: 155px;
	margin: 0px 0px 0px 280px;
	display: block;
	position: absolute;
}

div#content-box {
	width: 960px;
	min-height: 385px;
	background: url(../img/watermerk.gif) bottom left no-repeat;
	padding-bottom: 15px;
	line-height: 18px;
	word-spacing: 2px;
	display: block;
	float: left;
	position: relative;
}

div#navmain {
	width: 250px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin: 30px 50px 0px 30px;
}

div#navmain ul {
	display: block;
	padding: 0px;
	margin: 0px;
}

div#navmain ul li {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	padding: 0px;
}

div#navmain ul li a:link, div#navmain ul li a:visited {
	color: #254a97;
	text-decoration: none;
	border-bottom: 1px solid #bdc8e0;
	padding-left: 40px;
	padding-top: 5px;
}

div#navmain ul li a:hover {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #254a97;
	padding-left: 40px;
	padding-top: 5px;
}

div#navmain ul li a.menuselected {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #254a97;
	padding-left: 40px;
	padding-top: 5px;
}

div#text {
	width: 600px;
	display: block;
	float: left;
	position: relative;
}

div#breadcrumbs{
	width: 600px;
	color: #989898;
	font-size: 11px;
	margin: 2px 0px 13px 0px;
	display: block;
	float: left;
	position: relative;
}

div#footer {
	width: 960px;
	color: #FFFFFF;
	text-align: center;	
	margin-top: 5px;
	display: block;
	float: left;
	position: relative;
}

div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

:focus {
	outline: 0;
}

.input-textfield, .input-textarea {
	border: 1px solid #254a97;
	margin-bottom: 2px;
}

.send-button {
	background-color: #254a97;
	color: #FFFFFF;
	border: 0px;
	padding: 1px;
}
