/* v1.css */
/* Template Design Layout */

body {
	font-size: 16px;
	color:#999999;
	background-color:#333;
}
#tablecontent
{
	font-size:350px;
}
#total {
	width: 960px;
	overflow:hidden;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
}
#top_section {
}
div#header {
	border-bottom-color:#333;
}
#header {
	border-color: #99999;
	margin-top:20px;
	text-align:center;
	padding-bottom:20px;
	border-bottom:solid;
	border-bottom-width:5px;
}
#navigation {
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	background-color:#FF9;
	margin:0;
	margin-top: none;
	padding-top:none;
}
#nonav {
	position: absolute;
	top: 0px;
	left:0px;
	width:25 px;
	background-color:#FF9;
	margin:0;
	margin-top: none;
	padding-top:none;
}
#closenav {
	position: absolute;
	top: 0px;
	right:0px;
	width:25 px;
	background-color:#FF9;
	margin:0;
	margin-top: none;
	padding-top:none;
}
#navleft {
	text-align: right;
	width:480 px;
	float:left;
	margin-left: 25%;
}
#navright {
	text-align:left;
	width:480 px;
	float:right;
	margin-right: 25%;
}
#content_section {
	font-size:14px;
}
#menu {
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.contentpaneopen {
	font-size: 13px;
}
#content {
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left:10%;
	width: 80%;
	margin-right:10%;
}
a, a.visited {
	color:#680266;
}
.componentheading {
	text-align:center;
	font-size:24px;
	color:#680266;
	font-style:italic;
}
.buttonheading {
	color:#000;
}
h3 {
	color:680266;
}
.titel {
	text-align:center;
	font-size:24px;
	font-style:italic;
	color:680266;
}
.alinea {
	color:680266;
}
/* Superfish Items */
.sf-menu a, .sf-menu a:visited /*tekstkleur en achtergrondkleur*/ {
	color:#680266;
	background:#000;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active /* Rollover */ {
	background:		#111;
	outline:		0;
}
.sf-menu a {
	border-left:	1px solid;
	border-right: 1px solid;
	border-top:		1px solid;
	border-bottom: 1px solid;
	border-color:#333333;
}
/* Corner Section */
#c_lt {
	float:left;
	width:25px;
}
#c_rt {
	float:right;
	width: 25px;
}
#c_lb {
	float:left;
	width: 175px;
}
#c_rb {
	float:right;
	text-align:right
	width: 175px;
}
#footer
{
	border-top: 1px solid #333333;
	padding-top:3px;
	font-size:12px;
	color:#999999;
	float:left;
	text-align:center;
	width:610px;
	margin-left:auto;
	margin-right:auto;
}