body {
	color: #3a3a3a;
	background-color: #e0d5d4;
	font-family: Verdana, sans-serif;

}

/* ---------------------------------  Presets --------------------------------- */


* {
    margin: 0;
    padding: 0;
    outline: 0;
}
ul, ol, li {
    list-style: none;
	margin: 0;
	padding: 0;
}

hr {
	background: #f0f0f0;
	border: none;
	color: #f0f0f0;
	height: 1px;
	display: block;
	margin: 1.1em auto;
	margin-bottom: 10px;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */


iframe {
	border: none;
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
	clear: none;
}

.images_column iframe {
	display: block;
}



/* --------------------------------- typografie en kleur --------------------------------- */

body, a, input, textarea, label {
    color: #3a3a3a;
	background-color: #e0d5d4;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    line-height: 120%;
	
}
img, fieldset, input, textarea {
    border : none;
    display: block;
    
}
input, textarea {
	background-color: #FFF;
	background: #FFF;
}

a { 
	cursor : pointer; 
	text-decoration: underline; 
}

a:visited { 
	cursor : pointer; 
	text-decoration: none; 
	color: #680984;
	border-bottom: dotted 1px #5b5745; 
}

h1,h2,h3,h4,h5{
	font-weight : normal;
	color: #3a3a3a;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    line-height: 120%;
}

h1 { 
	line-height: 140%;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #006600;
}
h2 {
	line-height: 130%;
	font-size: 20px;
	font-weight: bold;
}
h3 { 
	line-height: 140%;
	font-size: 18px;
	font-weight: bold;
}
h4 { 
	line-height: 120%;
	font-size: 16px;
	font-weight: bold;
}
h5 { 
	line-height: 120%;
	font-size: 16px;
	font-weight: normal;
}
h6 {
	line-height: 140%;
	font-size: 14px;
	font-weight: normal;
}


/* --------------------------------- KLASSEN --------------------------------- */

.clear {
	clear: both;
}

#content table {
	font-family: verdana,arial,sans-serif;
	font-size: 13px;
	color:#333333;
	border-width: 1px;
	border-color: #fffae8;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #fffae8;
	background-color: #dedede;
}
#content table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #fffae8;
	background-color: #ffffff;
}
#content table td:hover {
	background-color: #ffeca0;
}

/* --------------------------------- STRUCTUUR --------------------------------- */

#wrapper {
	width: 850px;
	background-color: #9c3b3c;
	margin: 0px auto 0px auto;
}

#header {
	background-color: #9c3b3c;
	background-image: url(images/topbannerbackground.png);
	background-repeat: repeat-x;
	clear: both;
}

#header img.headerimage {
	float: left;
}
#header img.headerimage a {
	float: left;
	background: none;
}

/* --- menu -- */
#nav {
	width: 795px;
	min-height: 30px;
	background-color: #f5e1b1;
	border-bottom: 1px solid #0e0e0e;
	float: left;
	
}
#nav #menu {
	width: 770px;
	margin: 6px auto 4px auto;
	height: 20px;
}
#nav ul { }
#nav li {
	float: left;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #336699;
	margin-right: 4px;
}
#nav li.first {
	margin-left: 15px;
}
#nav li a {
	color: #336699;
	background: none;
	text-decoration: none;
	
}

#nav li a:hover {
	color: #686692;
	background: none;
	text-decoration: none;	
}
#nav li a:active {
	color: #b10000;
	background: none;
	padding-top: 1px;
	text-decoration: none;
}

#nav li.current a {
	color: #b10000;
	background: none;
	text-decoration: none;
	cursor: default;
	
}

/* footer */

#footer {
	background-color: #9c3b3c;
	color: #ffffff;
	font-size: 12px;
	height: 20px;
	clear: both;
}

#footer p {
	text-align: left;
	padding-left: 30px;
}

#footer a {
	color: #ffffff;
	background: none;
	text-decoration: underline;
}

/* content */

#content {
	width: 745px;
	padding: 25px;
	background-color: #fffae8;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
}

#content a {
	background: none;
	color: #675db9;
}

#content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	
}
#content ul li {
	list-style-type: disc;
	margin-left: 20px;
}

#content ol {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: decimal;
	
}
#content ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

#content img {
	max-width: 745px;
	padding-bottom: 15px;
}
#beginpaginacontent {
	width: 745px;
	padding: 25px;
	background-color: #fffae8;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
}

#sidebar {
	width: 55px;
	background-color: #9c3b3c;
	float: right;
}

