/*************************************************************
*                         page layout                        *
*************************************************************/

* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	background: #ebf7fd;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

#page {
	width: 955px;
	height: 100%;
	margin: 0 auto;	
}

/*************************************************************
*                  this controls the header                  *
*************************************************************/

#header {
	width: 955px;
}

#subhead {
	background: url('images/kop_sos.jpg') no-repeat;
	height: 230px;
}

#search {
	background: #FFFFFF;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
}

input.textarea {
	padding: 10px;
	background: transparent url("images/search.gif") no-repeat; 
	font-size: 10px;
	color: #999;
	width: 90px;
	height: 20px;
}

/*************************************************************
*                  this is all the content                   *
*************************************************************/

#content {
	padding: 1px 0 10px 0;
	width: 955px;
}

#main {
	float: right;
	width: 780px;
	background: #ffffff;
	text-align: left;
	padding: 5px 10px 5px 10px;
	border-top: 5px solid #d0d7f6;
	border: 5px solid #d0d7f6;
}

#sub {
	float: left;
	width: 680px;
	background: #ffffff;
	text-align: left;
	margin: 5px 0px 0 5px;
	padding: 5px 10px 5px 10px;
	border: 5px solid #d0d7f6;
}

/*************************************************************
*               this is the navigation stuff                 *
*************************************************************/
#navhead {
	float: center;
	background: url('images/local.gif') no-repeat;
	width: 955px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#navhead ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}

#navhead ul li { 
	display: inline;
}

#navhead a {
	display: inline;
	color: #2e1c86;
	padding-right: 20px;
	font-weight: bolder;
	text-decoration: none;
}

#navhead a:hover {
	color: #0087ad;
	font-weight: bolder;
	text-decoration: none;
}

#nav {
	float: left;
	width: 130px;
	background-color: #596da5;
	color: #ebf7fd;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#nav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e1c86;
	background-color: #ebf7fd;
}

#nav a {
	display: block;
	border-top: 1px solid #596da5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #596da5;
	font-weight: bold;
}

#nav a:hover {
	background-color: #FFFFFF;
	color: #2e1c86;
	font-weight: bold;
}

/*************************************************************
*                           footer                           *
*************************************************************/

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	text-align:center;
	font-size:10px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}


#footer p {
	color:#000;
}

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

/*************************************************************
*                           misc                             *
*************************************************************/
a:link { color: #0087ad; text-decoration:none; font-weight: bold;}
a:visited { color: #0087ad; text-decoration:none; font-weight: bold}
a:hover { color: #2e1c86; text-decoration:none; font-weight: bold}
a:active { color: #596da5; text-decoration:none; font-weight: bold}

hr {
	border: 0;
	display: none;
}

h1 {
	font-size: 16px;
	color: #676767;
	font-weight: bold;
	line-height: 26px;
}

h2 {
	margin: 0 0 0 30px;
	font-size: 12px;
	text-align: left;
	color: #596da5;
	line-height: 22px;
}

h3 {
	margin: 0 0 0 10px;
	font-size: 12px;
	text-align: left;
	color: #ebf7fd;
}

h4 {
	margin: 0 0 0 30px;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

.lijstje {
	margin: 0 0 0 30px;
}
