* {
	margin : 0;
	padding : 0;
}



a {
	color : #437fda;
	text-decoration : none;
	border:0px;
}
a:visited {
	color : #437fda;
}
a:hover {
	color : #ba8f43;
}


.center {
	text-align:center;
	}
.bruin {
	color:#663300;
	font-size:1.4em;
	}

.bruin a { color:#663300; }	
.bruin a:hover { color:#ba8f43; }	
	


h1 {
	color : #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: italic;
}

h2 {
	color : #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: italic;
	padding : 1em 0em 0em 0em;
}
h3 {
	color : #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-style: italic;
}
h4 {
	color : #343434;
	padding : 1em 1em 0em 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
}

h5 {
	color : #343434;
	padding : 0em 0em 0em 0em;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
}




html {
	color : #565656;
	text-align : justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 170%;
}



blockquote {
	font-style : italic;
	margin : 1em 1em 0 1em;
	padding : 0 0 1em 0;
}
blockquote span {
	font-size : 200%;
	line-height : 1%;
	margin : 0 0.15em;
	position : relative;
	top : 0.25em;
}









ul,
ol {
	padding : 1em 1em 0 3em;
}

#main {
	margin : auto;
	max-width : 75em;
	min-width : 50em;
	width : auto !important;
	width : 85em;
}

#header {
	padding : 5em 4em 7.5em 4em;
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFCB;
	background-position: center;
	border-bottom-color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#menu {
	background-color: #FFFFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	padding-top:1px;
	text-align:center;
}
#menu ul {
	padding-top: 0.75em;
	padding-right: 0em;
	padding-bottom: 0.75em;
	padding-left: 0em;
}



#menu li {
	display : inline;
}
#menu li a {
	color : #996633;
	text-decoration: none;
	padding-top: 0.85em;
	padding-right: 1.2em;
	padding-bottom: 0.75em;
	padding-left: 1.2em;
}
#menu li a:hover {
	background-color: #996633;
	color: #FFFFFF;
}
#menu li.selected a {
	background : #FFFFAA;
	color : #996633;
}
#menu li.selected a:hover {
	background : #996633;
	color : #FFFFFF;
}


#content {
	border-bottom : 1px solid #996633;
	height : auto !important;
	height : 1%;
	overflow : hidden;
	padding : 1em 0 0 0;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height:400px;
	font-size: 120%;
}


#content div {
	padding : 0 4em 2em 4em;
}


#footer {
	font-size : 85%;
	margin : auto;
	padding : 0em 0 1em 0;
	text-align : center;
	width : 65%;
}


body {
	background-color: #FFFFCB;
	font-size: 11px;
	line-height:1.3;
}



.thumbnail{
	background-color: #999999;
	border: 5px solid #FFFFCA;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
	
a img {
  border: 0px;
  border-color:#999999;
  margin: 10px;
}

a:hover img {
  border-color: #996633;
}

a img.border {  
  border: 5px solid #CCCCCC;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #FF9900 !important;
  border: 1px solid #FF9900;
}

label {
	cursor: pointer;
}
label.field {
	cursor: auto;
	display : block;
	font-weight : bold;
	margin : 3px 0;
	color : #666666;
	}
	
input.error, textarea.error {
	border: 2px solid #FF0000;
}

input, select, button {
	border : 1px solid #996633;
	padding : 2px;
	margin-right: 2px;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}.boodschap {
	color: C3593C;
	font-weight: bold;
}


