html,body {
	margin:0px;
	padding:0px;
	font:11px verdana;
	color:#000;
/*background:url('../img/bg.jpg') no-repeat top right fixed #fff;*/
}
table,legend {
	margin:0px;
	padding:0px;
	border:0px;
	font:11px verdana;
	color:#000;
}
div {
	margin:0px;
	padding:0px;
	border:0px solid red;
}
blockquote {
	padding:0 10px 0 10px;
}
em {
	color:#ff0000;
}
p {
	padding:0px;
	margin:0px;
	padding-bottom:8px;
}
hr {
	width:100%;
	background:#000;
	border:0px solid #000;
	height:2px;
	color:#000;
}
h1 {
	font-size:20px;
	padding-bottom:8px;
	color:#999;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:11px;
}
a {
	color:#999;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}

#container {
	margin:0px auto 0px auto;
	padding:0px;
	height:auto;
	width:980px;
	overflow:show;
	position:relative;
	z-index:2;
}
#header {
	height:242px;
	padding:6px 0 4px 0;
	background:url('../img/header_gray.png') no-repeat;
	margin-bottom:-100px;
	width:950px;
}
#title {
	width:100%;
	clear:both;
	padding:4px;
}
#title h1{
	padding-bottom:2px;
	font-size:22px;
	color:#ddd;
	text-transform:uppercase;
}
#title h2 {
	font-size:18px;
	color:#fff;
	text-transform:capitalize;
}
#title_menu {
	padding-top:2px;
	color:#ddd;
	width:100%;
}
#title_menu p {
	display:inline;
	width:100px;
}
#title_menu ul {
	display:inline;
}
#title_menu ul li {
	display:inline;
}
#title_menu a{
	color:#ddd;
}
#title_menu a:hover{
	color:#fff;
}
#title_menu ul li ul {
	display:none;
}
#logo {
	float:left;
	padding-top:5px;
	width:310px;
	height:61px;
	overflow:hidden;
}
#menu {
	height:66px;
	width:300px;
	overflow:hidden;
	border-left:2px solid #808080;
	padding-left:10px;
}
#menu ul {
	margin:0;
	padding:0 0 3px 0;
}
#menu ul li {
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-weight:600;
	font-size:10px;
	line-height:12px;
	list-style-type:none;
	list-style-image:none;
}
#menu ul li ul{
	display:none;
}
#menu a{
	color:#808080;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}
#content {
	position:relative;
	height:600px;
	width:946px;
	z-index:2;
}
#content_left {
	margin-right:5px;
	width:310px;
	height:500px;
	float:left;
	overflow:hidden;
}
#content_center {
	margin-right:10px;
	width:311px;
	height:500px;
	float:left;
	overflow:auto;
}
#content_right {
	padding:10px 10px 20px 10px;
	margin-top:75px;
	margin-bottom:75px;
	width:285px;
	height:311px;
	height:auto;
	overflow:hidden;
	background-image:url('../img/bg_right.png');
}
#content_right li {
	font-weight:bold;
	list-style-image:url('../img/bullet_white.gif');
	padding:0 0 0 10px;
}
#content_right a {
	text-decoration:none;
}
#content_right a:hover {
	text-decoration:underline;
}
#content_right h1 {
	color:#ffffff;
}
#photo_cover {
	position:absolute;
	z-index:100;
}
#bottom {
	position:relative;
	margin-top:-183px;
	padding:5px 0 5px 0;
	width:946px;
	height:222px;
	background:url('../img/techniek_rules.png') no-repeat center right;
	z-index:1;
}
#bottom_left {
	position:absolute;
	color:#fff;
	margin-right:5px;
	padding:85px 40px 5px 50px;
	width:220px;
	height:133px;
	float:left;
	background:url('../img/quote_gray.png') no-repeat bottom;
	overflow:hidden;
	line-height:15px;
}
#bottom_left a {
	color:#fff;
	text-decoration:underline;
	
}
#bottom_center {
	position:absolute;
	left:315px;
	color:#fff;
	margin-right:5px;
	padding:85px 46px 5px 44px;
	width:220px;
	height:133px;
	background:url('../img/quote_gray.png') no-repeat bottom;
	overflow:hidden;
	line-height:15px;
}
#bottom_center a {
	color:#fff;
	text-decoration:underline;
	
}
#bottom_center p{
	float:left;
}
#footer {
	text-align:center;
	font-size:smaller;
	width:100%;
	height:26px;
	color:#a4a4a4;
}
#footer p {
	display:inline;
	width:200px;
	line-height:24px;
	color:#a4a4a4;
}
#footer ul {
	display:inline;
}
#footer ul li {
	display:inline;
	line-height:24px;
}
#footer a{
	color:#a4a4a4;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul li ul {
	display:none;
}
