
body
{
	background-color:#fff;
	background-image: url("/img/background.jpg");
	background-repeat: repeat-x;
	color: #000;
	line-height: 16px;		
	font-family: arial;
	font-size: 12px;
	margin:0;
}

/* Container */

.container
{
	width: 850px;
	height: 100%;
	margin: 0 auto;
}

/* Header */

.header
{
	height: 113px;
	width: 100%;
	position: relative;
}

.header .logo
{	
	height: 35px;
	width: 222px;
	position: relative;
	top: 35px;	
}

/* Navigatie */

.navigatie
{
	width: 100%;
}

.navigatie ul
{
	height: 40px;
	list-style: none;	
	background-image: url("/img/menu-stripe.jpg");
	background-repeat: repeat-y;
	margin: 0;
}

.navigatie li
{
	float: left;
	background-image: url("/img/menu-stripe.jpg");
	background-repeat: repeat-y;
	background-position:right; 
}

.navigatie ul li a
{
	color: #fff;
	text-decoration: none;
	padding: 12px 15px;
	display: block;
}

.navigatie a:hover
{
	color:#8c8c8c;
}

.navigatie a.active 
{
	color:#8c8c8c;
}

/* Content container */

.content-container
{
	width: 741px;
	min-height:320px;
	height: auto !important;
	height: 320px;
	position:relative;
}

/* Content container > Banner */

.banner
{
	width: 100%;
	position: relative;
	top: 50px;
}

/* Content container > Content */

.content
{
	position:relative;
	width: 100%;	
	text-align: left;	
	padding-top: 75px;
}

.content img
{
	float: left;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
}

.content h2
{
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	padding: 0px 0px 0px 0px;
}

.content h3
{
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
}

.content .inline
{
		color: #000;
		float: inherit;
}

.content ul
{
	list-style: none;	
}

.content ul li
{
	display: block;
}

.content ul li a
{
	color: #000;
	text-decoration: none;
}

/* Footer */

.footer
{
	width: 100%;
	height: 24px;
	border-top: 1px dotted #8c8c8c;
	text-align: right;
	color: #8c8c8c;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 11px;
	margin: 0;
}

.footer ul
{
	height: 30px;
	list-style: none;	
	float: left;
	margin: 0;	
}

.footer li
{
	float: left;
	padding-right: 10px;	
}

.footer ul li a
{
	color: #8c8c8c;
	text-decoration: none;
}

.footer a:hover
{
	color:#6b6b6b;
}


