/* -----------------Body--------------------- */

body {
	padding-top: 25px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #42474A;
	background-color: #1B4565;
	background-image : url(../images/bg_main.gif);
	background-repeat : repeat-x;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: underline;
	font-weight: bold;
	color:  #42474A;
	outline: none;
	}
a:visited {
	color:  #42474A;
	}
a:active {
	color:  #42474A;
	}
a:hover {
	color: #5D91BA;
	text-decoration: none;
	}
strong, b {
	font-weight: bold;
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/


/* -----------------Opmaak--------------------- */

h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	color: #1B4464;
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #5D91BA;
	padding-top: 5px;
	padding-bottom: 5px;
	}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #42474A;
	border-left : 1px solid #5D91BA;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
#photo {
	border: 0;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	background-color: #fff;
	border : #DDCEB8 solid 1px;
	}

	
/* -----------------Wrapper--------------------- */
	
#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	width: 830px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
html>body #wrapper {
	width: 800px; /* ie5win fudge ends */
	}	

/* -----------------Top--------------------- */

#top {
	color: #885300;
	padding: 0;
	margin: 0;
	text-align:left;
	height: 150px;
	}
	
#logo {
	float: left;
	padding-left: 0px;
	margin: 0;
	}
#logoArtson {
	float: right;
	padding-left: 0px;
	margin: 0;
	}
	
#quicknav {
	text-align:center;
	float: left;
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #1F5781;
	vertical-align : middle;
	}
#button {
	padding: 8px;
	float: left;
	border: 1px solid #1B4565;
	text-align : center;
	vertical-align : middle;
	font-size: 12px;
	}
#buttonklein 
{
	padding: 4px;
	height:15px;
	float: left;
	border-left : 1px solid #1B4565;
	border-top : 1px solid #1B4565;
	border-bottom : 1px solid #1B4565;
	text-align : center;
	vertical-align : middle;
	font-size: 9px;
	color: #5D91BA;
}
#quicknav a {font-weight: bold; text-decoration:none; color: #fff; outline:none;}
#quicknav a:visited {color:#fff;}
#quicknav a:active {color:#fff;}
#quicknav a:hover {color:#FFC300; text-decoration:none;}


	
/* -----------------Menu--------------------- */

/* -----------------Layout--------------------- */
	
#links {
	padding: 0;
	margin: 0;
	float: left;
	width: 510px;
	}
	
#rechts {
	padding: 15px;
	margin: 0;
	float: left;
	border: 1px solid #1B4565;
	}
	
#scroll 
	{
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
	}
	

/* -----------------Content--------------------- */
	
#content 
	{
	width: 800px;
	}

#bodytekst {
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	margin: 0;
	}
	
#tools {
	color: #7C6355;
	font-size: 90%;
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-top : 1px solid #CDBCA3;
	}
	
#tools a {
	color: #7C6355;
	font-weight: normal;
	text-decoration: none;
	}
	
#tools a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

/* --------------left navigavtion------------- */	
	
#navcontainer
{
float: left;
font-size: 12px;
padding-left: 0px;
padding-bottom: 20px;
padding-top: 10px;
width: 280px; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 250px;
	}
html>body #navcontainer {
	width: 250px; /* ie5win fudge ends */
	}

#navcontainer ul
{
color:#fff;
line-height: 16px;
text-align:left;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navcontainer li a
{
width: 240px;
display: block;
font-weight: bold;
color:#fff;
padding-top: 8px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 8px;
margin: 0px;
text-decoration: none;
border-bottom : 1px solid #1B4565;
}

#navcontainer li a:hover
{
color:#fff;
font-weight: bold;
background-color: #20496A;
}


/* -----------footer--------------------------- */

#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #5D91BA;
	text-align:left;
	height: 55px;
	}
	
#footertext {
	float:left;
	font-size: 10px;
	line-height: 16px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 0px;
	}
#footertext a {
	color: #5D91BA;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertext a:hover {
	color: #FFC300;
	font-weight: normal;
	text-decoration: underline;
	}

#footermenu {
	float:left;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 0px;
	color: #FFC300;
	}
#footermenu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
#footermenu a:hover {
	color: #FFC300;
	font-weight: bold;
	text-decoration: none;
	}
