
html {
	overflow: hidden;
	font-family: Arial;
	font-size: 13px;
	margin:0px;
	padding: 0px;
}

body {
	background-color: #EFFFEF;
}


img {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.warning {
	color: red;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
}

h3,h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1.0em;
}

p {
	margin-top: 0px;
}


.fullimage,
.halfimage,
.quarterimage {
	margin-left: 10px;
	margin-right: 10px;
}

#search {
	margin-bottom: 0px;
	background-color: white;
	border: 1px solid #595959;
	width: 155px;
}

#search #q {
	border: none;
	margin: 2px;
	padding-left: 3px;
	background-color: transparent;
	color: #666666;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #E5EFEE;
}

#header img {
	margin-left: 650px;
	margin-top: 10px;
	border: none;
}



#sideMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	bottom: 0px;
	background-image: url(/pics/background.gif);
	background-repeat: repeat-y;
}

#sideMenu #menuHomePage {
	padding: 0;
	margin: 0;
	padding-top: 200px;
	list-style: none;
}

#sideMenu #menuHomePage li {
	display: block;
	width: 161px;
}

#sideMenu #menuHomePage li a {
	display: block;
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-weight: bold;	
	color: black;
}

#sideMenu ul li.searchfield {
	margin-top: 15px;
}


#scrollableArea {
	position: absolute;
	top: 140px;
	left: 170px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}

#page {
	max-width: 400px;
	margin-right: 190px;
}

#extraBar {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 160px;
	bottom: 0px;
	background-color: #D7FFD7;
	padding-left: 10px;
	padding-right: 10px;
}

#extraBar #nieuwsHeader {
	font-size: 2em;	
	margin-top: 5px;
}

#extraBar .newsItem {
	margin-top: 10px;
}

#extraBar .newsItem a {
	color: black;
}

#extraBar .newsDate {
	font-size: 0.8em;
	margin-bottom: 5px;
}
#extraBar .newsSummary {
	font-size: 0.9em;
}

#extraBar #nieuwsArchief {
	text-align: right;
	margin-top: 10px;
	padding-right: 5px;
}



/* ---------------------------------------- Crumbs ------------------- */

#crumbs {
position: absolute;
	top: 105px;
	left: 170px;
	margin: 0px;
	padding: 0px;
}

#crumbs ul {
margin: 0px;
padding: 0px;

}

#crumbs li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#crumbs a {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/* ------------------------ Formulier ------------------------ */

.textinput,
.textarea  {
	width: 90%;
	border: 1px solid black;
	padding: 2px;
}



/* ------------------------ Nieuws ------------------------ */

th {
	text-align: right;
	font-weight: normal;
	padding-right: 5px;
}

h2.newstitle {
	margin-top: 5px;
}

#archive {
	margin-top: 10px;
	text-align: right;
	width: 100%;
}

tr {
	vertical-align: top;
}

#englishflag {
	margin-left: 150px;
	width: 100px;
}

#englishflag a {
	display: block;
	width: 100px;
	height: 20px;
	padding: 2px;
	background-color: #D7FFD7;
	text-align: right;
	padding-right: 5px;
	background-image: url(/pics/flag_gb.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}