﻿* { margin: 0px; padding: 0px; }
body {
	margin: 0;
	width: 100%;
	background-image: url(Resources/background.jpg);
	background-repeat: repeat-y;
}
#wrapper
{
	width: auto;
	background: url(Resources/header_background.jpg) repeat-x;
}
.header, .content
{
	width: 986px;
}
.header .logo
{
	background-color: White;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.header .categories
{
	height: 139px;	
}
.header .categories /*Optimaal voor FireFox en Opera*/
{
	width: 972px;
}
.header .categories .left, .header .categories .middle, .header .categories .right
{
	background-color: White;
	float: left;
	padding-right: 1px;	
}
.content
{ 
	clear: both;
	font-family: Trebuchet MS, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 130%;
}
.content .navigation
{
	width: 142px; /*Optimaal voor FireFox en Opera*/
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.content .navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 25px;
	border-top: 1px solid #fff;
}
.content .navigation li
{
	border-bottom: 1px solid #fff;
	margin: 0;
}
.content .navigation li a
{
	width: auto; /*Optimaal voor FireFox en Opera*/
	display: block;
	padding: 5px 3px;
	text-decoration: none;
	text-align: right;
}
.content .navigation li a:hover
{
	color: #ffffff;
	background-color: #b2b2b2;
}
.content .text
{
	position: relative;
	top: -20px;
	margin-left: 162px;
	width: 810px;
	text-align: left;	
}
.content .text .breadcrumbs
{
	margin-bottom: 10px;
}
.content .text .breadcrumbs a
{
	text-decoration: none;
}
.content .text .breadcrumbs a:hover
{
	color: #000;
}
.content .text H1
{
	margin-bottom: 15px;
	font-size: 18px;
}
.content .text H2
{
	margin-bottom: 10px;
	font-size: 15px;
}
.content .text H3
{
	margin-bottom: 8px;
	font-size: 13px;
}
.content .text p
{
	margin: 0;
	margin-bottom: 15px;
}
.content .text a
{
	text-decoration: underline;
}
.content .text a:hover
{
	color: #333333;
	text-decoration: underline;
}
.content .text ul, .content .text ol
{
	margin-left: 20px;
}
.content .text .footer
{
	margin-top: 10px;
	color: #999999;	
}
.content .text .footer a
{
	color: #999999;	
	text-decoration: none;
}
.content .text .footer a:hover
{
	color: #333333;	
	text-decoration: none;
}
.content .text .upcomming td
{
	padding: 5px;
}
.content .text .textbox
{
	border: solid 1px #666666;
}
.content .text .button
{
	background-color: #dddddd;
	border: solid 1px #666666;
}