html {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #662200;
	background-image: url("background.jpg");
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {


}
#main {
	width: 794px;
	background-color: white;
	border: 1px solid #000000;
	margin: 30px auto 30px auto;
	padding: 10px;
}
#header {
	margin: 5px 5px 0 5px;
	height: 194px;
/*	background-color: #662200;
	background-image: url("background.jpg"); 
*/
}

#news {
	width: 150px;
}
#content {
}
#footer {
	font-size: 8pt;
	text-align: right;
	line-height: 6px;
}
#footer a{
	text-decoration: none;
}
#menu {
	position: absolute;
	margin-left: 15px;
	text-align: center;
}
.article p {
}
.article img {
	margin: 4px;
}
a img {
	border-color: #990000;
}
a:hover img {
	border-color: #000000;
}
.newsitem p{
	font-size: 8pt;
	margin: 0;
}
.newsitem h3{
	font-size: 9pt;
}
p, td, ul, li {
	font-size: 9pt;
}

ul
{
	list-style-image: url("arrow.gif");
}
h1, h2, h3, h4, .kop, .kop1, .kop2 {
	margin: 0;
	padding: 0;
	color: #f7901d;
	font-weight: bold;
}
h1, .kop {
	font-size: 12pt;
}
h2, .kop1 {
	font-size: 10pt;
}
h3, .kop2 {
	font-size: 9pt;
}
h4 {
	font-size: 9pt;
}
a
{
	cursor: pointer;
	color:#CC3300;
}
.small {
	font-size: 7pt;
}
.oranje {
	color: #f7901d;
}

#news a {
	text-decoration: none;
	color: black;
}
#news a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:hover
{
	color: black;
}

a:hover h2 {
	color: black;
}


.pageheader
{
	color: #f7901d;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
.article {
	height: 100%;
}
.article_topleft
{
	background-image: url("article_TL.gif");
	height: 12px;
}
.article_top
{
	background-image: url("article_T.gif");
	height: 12px;
}
.article_topright
{
	background-image: url("article_TR.gif");
	height: 12px;
}
.article_left
{
	background-image: url("article_L.gif");
	width: 12px;
}
.article_middle
{
	background-color: #fefefd;
}
.article_over
{
	background-color:	#FFDDAA;
	cursor: pointer;
}
.article_right
{
	background-image: url("article_R.gif");
	width: 12px;
}
.article_bottomleft
{
	background-image: url("article_BL.gif");
	height: 12px;
}
.article_bottomright
{
	background-image: url("article_BR.gif");
	height: 12px;
}
.article_bottom
{
	background-image: url("article_B.gif");
	height: 12px;
}
.news_topleft
{
	background-image: url("news_TL.gif");
}
.news_top
{
	background-image: url("news_T.gif");
	height: 12px;
}
.news_topright
{
	background-image: url("news_TR.gif");
}
.news_left
{
	background-image: url("news_L.gif");
	width: 12px;
}
.news_middle
{
	background-color: #fef8eb;
}
.news_right
{
	background-image: url("news_R.gif");
	width: 12px;
}
.news_bottomleft
{
	background-image: url("news_BL.gif");
}
.news_bottomright
{
	background-image: url("news_BR.gif");
}
.news_bottom
{
	background-image: url("news_B.gif");
	height: 12px;
}
