@CHARSET "ISO-8859-1";

body {
	
	color: #1b1b1b;
	font-family: Arial, sans-serif;
	background-color: white;
	background-image: url(../img/bodybg2.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
	margin: 0px;
}



h1 {
	
	font-family: Georgia, Times, serif;
	font-size: 24px;
	text-indent: 10px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-weight:lighter;
}

h2 {
	
	font-family: Georgia, Times, serif;
	font-size: 18px;
	text-indent: 10px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-weight:lighter;
}

h3 {
	
	font-family: Verdana, serif;
	font-size: 14px;
	text-indent: 10px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-weight:lighter;
}

hr {
	background-color:#999999; 
	border: 0px;
	height: 1px;
		
}


p, li, ul, ol, td {
	
	font-family: Arial, sans-serif;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: 1px;

}

p {
	
	line-height: 15px;
	font-size: 12px;
	padding-right: 10px;
	letter-spacing: 1px;
	margin: 0;
}

p a {
	
	text-decoration: underline;
	color: #1b1b1b;
}


p a:hover {
	
	text-decoration: underline;
	color: #1b1b1b;
}

p a:visited {
	
	text-decoration: underline;
	color: #1b1b1b;
	
}

li a {
	
	text-decoration: underline;
	color: #1b1b1b;
}

li a:hover {
	
	text-decoration: underline;
	color: #1b1b1b;
}

li a:visited {
	
	text-decoration: underline;
	color: #1b1b1b;
	
}

td a {
	
	text-decoration: underline;
	color: #1b1b1b;
}

td a:hover {
	
	text-decoration: underline;
	color: #1b1b1b;
}

td a:visited {
	
	text-decoration: underline;
	color: #1b1b1b;
	
}


#wrap {

	
	width: 900px;
	height: 675px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	background-color: white;
	padding: 5px;

}


#menu {

	width: 900px;
	height: 110px;
	background-color: transparent;
	background-image: url(../img/menu_bg_logo.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 10px;
	
	
}

#menu  a {
	
	
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 110px;
	vertical-align: middle;
}

#menu  a:hover {
	
	text-decoration: underline;
	color: white;
	line-height: 110px;
	vertical-align: middle;
	
	
}

#menu  a:visited {
	
	
	color: white;
	line-height: 110px;
	vertical-align: middle;

}

.menuspacer {
	
	display: inline;
	letter-spacing: 10px;
}

#content {
	
	float:left;
	min-height: 600px;
	width: 645px;
	
	background-image: url(../img/gradient_content.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
	
}

#content p  {
	
	display: block;
	padding-left: 30px;

}

#content ul,ol  {

	padding-left: 30px; /* werkt goed alleen voor IE */
	margin-left: 30px; /* werkt goed alleen voor FF */

}

#content table {

	margin-left: 30px;
	border-collapse: collapse;
}

#content_spacer_right{
	
	float: left;
	width:20px;
	background-color: white;
	
	height:590px;  
}

.content_image {
	
	width: 100px;
	display: inline;
	clear: right;
	float: right;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 20px;
	
}

a.readmore {

	text-decoration: none;
	display: block;
	text-align: right;
	color: #1b1b1b;
	letter-spacing: 1px;

}

a.readmore:hover {
	text-decoration: underline;
	color: #1b1b1b;
	letter-spacing: 1px;
}


#rightpane {
	
	float: left;
	width: 230px;
	background-color: white;
	background-image: url(../img/hash_bg.gif);
	background-repeat: repeat;	
	color: #1b1b1b;
	
}

#rightpane hr {
	
	margin: 10px 10px 0px 10px;
}

#rightpane h1 {

	text-indent: 0px;
}

#rightpane a {
	
	margin: 5px 10px 5px 10px;
	display: block;
	color: #1b1b1b;
	text-decoration: none;
	font-size: 10px;
	
}

#rightpane a:hover {
	
	color: #1b1b1b;
	text-decoration: underline;
	font-size: 10px;
}


#rightpane a {
	
	color: #1b1b1b;
	text-decoration: none;
}

#rightpane img {
	
	margin: 10px;
	
}



#footer {

	clear:both;
}


#footer_left {
	
	float: left;
	height: 21px;
	width: 8px;
	background-image: url(../img/footer_left.gif);
	background-repeat: no-repeat;
}

#footer_content {
	
	float: left;
	height: 21px;
	width: 878px;
	background-image: url(../img/gradient_footer.gif);
	background-repeat: repeat-x;
	font-size: 9px;
	vertical-align: middle;
	padding-top: 4px;
	letter-spacing: 1px;
}

#footer_content a {
	color: #1b1b1b;
	text-decoration: none;
	
}

#footer_content a:hover {
	color: #1b1b1b;
	text-decoration: underline;
	
}

#footer_right {
	
	float: left;
	height: 21px;
	width: 8px;
	background-image: url(../img/footer_right.gif);
	background-repeat: no-repeat;
}

