body {
	background-image:url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#DEDCD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
a {
	color:#DEDCD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a img {
	border:none;
}
a:hover{
	text-decoration:underline;
	color:#FF0000;
}
table {
	color:#DEDCD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
#middle ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#6b7272;
}
#middle ul li{
	padding-top: 5px;
	color:#6b7272;
}
#middle ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}
#header{
	height:304px;
	width: 860px;
	background-image:url(images/robbeheader.gif);
	background-repeat: no-repeat;
}
#content{
	color:#DEDCD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
}
#middle2{
	margin-top:100px;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:50px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}
/********************* menu ****************************/
#menuheader{
	width:192px;
	height:37px;
	background-image:url(images/menutop.gif);
	display:block;
	cursor:pointer;
}
#menucontent{
	width:192px;
	background-image:url(images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}
#menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
#postheader, #menuheader{
	color:#DEDCD7;
	text-transform: uppercase;
}
/********************* post ****************************/
#post{
	margin-bottom:15px;
}
#postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:450px;
	height:33px;
	cursor:pointer;
}
#postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 20px 0px;
}

#postcontent a:hover{
	text-decoration:underline;
	color:#FF0000;
}

#postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:250px;
	display:block;
	left:190px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #FF0000;	
}
.last{
	border-right: 0px none #FF0000 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
	color:#FF0000;
}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:206px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #FF0000;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#footer span{
	color:#DEDCD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
#menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#6b7272;
}
#menu ul li{
	padding-top: 5px;
	color:#6b7272;
}
#menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
#menu ul li a:hover{
	text-decoration:underline;
	text-transform: uppercase;
	color:#FF0000;
}
.member{
	display:inline;
	float:left;
	margin-left:10px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:65px;
	height:60px;
	border: solid 2px #999999;	

}
.clear{
	clear:both;
}

/********************jqueryaccordion********************************/

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:url(images/menumiddle.gif);
	background-repeat: repeat-y;
	width: 192px;
}

#accordionmiddle {
	background:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	width: 450px;

}

/* accordion header */
#accordion h3 {
	background:#ccc url(images/menutop.gif);
	margin:0;
	padding:5px 15px;
	cursor:pointer;
	color:#DEDCD7;
	text-transform: uppercase;		
}

#accordionmiddle h3 {
	background:#ccc url(images/posttop.gif);
	margin:0;
	padding:5px 15px;
	cursor:pointer;
	color:#DEDCD7;
	text-transform: uppercase;		
}


/* currently active header */
#accordion h3.current {
	cursor:default;
	background-color:#fff;
}

#accordionmiddle h3.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	height:auto;
	padding:10px;
	color:#fff;
	font-size:12px;
}

#accordionmiddle div.pane {
	display:none;
	height:auto;
	padding:10px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#accordionmiddle div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

/********************jqueryaccordionclass********************************/

/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion {
	background:url(images/menumiddle.gif);
	width: 192px;
	-background:#666;
}

/* accordion header */
.accordion h3 {
	background:#ccc url(images/menutop.gif);
	margin:0;
	padding:5px 15px;
	cursor:pointer;
	color:#DEDCD7;
	text-transform: uppercase;		
}


/* currently active header */
.accordion h3.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
.accordion div.pane {
	display:none;
	height:auto;
	padding:10px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
.accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

/********************jquerytabs********************************/

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(images/black.png) no-repeat;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

div.panes div {
	display:none;
	padding:15px 10px;
	border-top:0;
	font-size:14px;
	width:450px;
	background-image:url(images/postmiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}	

/*--------------------------------------Scrollable-----------------------------------------*/

/*--------------------------------Scrollable-Horizontal------------------------------------*/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 390px;
	height:105px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:80px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

/*--------------------------------Scrollable-Buttons------------------------------------*/

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:20px;
	height:80px;
	float:left;
	cursor:pointer;
}

/* right */
a.right				{ background:url(images/rightgallerybutton.gif) no-repeat; clear:right; margin-right:0px; margin-top:21px; }
a.right:hover 		{ background:url(images/rightgallerybuttonhover.gif) }
a.right:active 	{ background:url(images/rightgallerybuttonactive.gif) } 


/* left */
a.left				{ background:url(images/leftgallerybutton.gif) no-repeat; margin-left: 0px; margin-top:21px; } 
a.left:hover  		{ background:url(images/leftgallerybuttonhover.gif) }
a.left:active  	{ background:url(images/leftgallerybuttonactive.gif) }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/*------------------------------------Overlay-Basic--------------------------------------*/

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*------------------------------------Overlay-Gallery--------------------------------------*/

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;		
}

<!--------------------------------------------Slideshow------------------------------------->

/* container for slides */
.images {
	background:#fff url(http://static.flowplayer.org/tools/img/global/gradient/h300.png) repeat-x;
	border:1px solid #666;
	position:relative;	
	height:300px;
	width:400px;
	float:left;	
	margin:15px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;	
	margin:7px;
	padding:15px;
	width:400px;
	height:300px;
	font-size:12px;
}

/* header */
.images h3 {
	align:center;
	font-size:22px;
	font-weight:normal;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}