/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson 
URL: http://arcsin.se
Edited by Dorus Oerlemans
Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
a {
	color: #000;
	text-decoration: none;
}

a img { 
	border-width: 0; 
}

body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.85em sans-serif,Arial;/* -dorus- was 0.75em */
}
.gfx a {
	background: #F5F5F5 no-repeat; height: 240px; 
}

/* -dorus-
.gfx a {
	background: #F5F5F5 url(img/bright_pixel.jpg) no-repeat; display: block; height: 240px;
}
*/
/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 0.9em Arial;/* -dorus- was 0.8em */
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 780px; /* -dorus- was width: 620px; */
}
.container {
  	margin: 10px;
}
.randje {
  	margin: 3px;
		background: #eeeeee;
}


/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #0000ca;
	float: left;
	padding-top: 4px;
	width: 189px; height: 26px; /* -dorus- was width: 149px; height: 36 px;*/
	font: 1.1em; /* -dorus- was font: 0.9 ;*/
	}
.content menu a
A:link {text-decoration: none; color: #0000ca;}
A:visited {text-decoration: none; color: #0000ca;}
A:active {text-decoration: none; color: #0000ca;}
A:hover {text-decoration: none; color: red;}

}
.menu a span {
	padding-left: 6px;
}

.menu a nu {
/*
	padding-top: 4px;
	padding-right: 100px;
	padding-bottom: 9px;
	padding-left: 0px;
	/*  -dorus- alle padding is nieuw */
*/
	background: #ffffff url(img/bgmenu3.gif) repeat-x;
	color: #green;
	
}

}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}

.menu a#last {
	width: 190px;/* -dorus- was width: 150px; */
	border-right: none;
}


/* -dorus-
.content menu a
A:link {text-decoration: none; color: #0000ca;}
A:visited {text-decoration: none; color: #0000ca;}
A:active {text-decoration: none; color: #0000ca;}
A:hover {text-decoration: none; color: red;}

}
.menu a span {
	padding-left: 6px;
}
.menu a nu {
	background: #EEE url(img/bgmenu2.gif) repeat-x repeat-y;
	color: #green;
}

}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}

.menu a#last {
	width: 190px;/* -dorus- was width: 150px; *//*
	border-right: none;
}
*/
/* content #FCFCFC*/
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;/* -dorus- was 1.05em */
	color: #11111;
}


.content p {
	margin: 3px 0 6px; color: #11111;
	
}
.content p
A:active {text-decoration: none; color: #0000ca;}
A:link {text-decoration: none; color: #0000ca;}
A:visited {text-decoration: none; color: #0000ca;}
A:active {text-decoration: none; color: #0000ca;}
A:hover {text-decoration: none; color: red;}



/* footer */
.footer {
	font: 0.7em italic;
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}