
* {
	margin:				0;
	padding:			0;
}

html,
body {
	margin:				0;
	padding:			0 auto;
	height:				auto !important;/* voor moderne browsers */
	height:				100%; /* voor IE */
	min-height: 		100%; 
	line-height:		14px;
	background:			#FFF;
}

body,
td,
p {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#3B3E42;
}

h2{
	font-size:			14px;
	font-weight:		bold;
}

h2, p, ul{
	margin:				7px 7px 7px 10px;
}

a{
	color:				#000;
	text-decoration:	none;
}

a:hover{
	color:				#F15719;
	text-decoration:	none;
}

li{
	margin-left:		20px;
}

div#relativecontainer {
	margin:				0 auto;
	padding:			0;
	height:				auto !important;/* voor moderne browsers */
	height:				100%; /* voor IE */
	min-height: 		100%;
	width:				100%;
}


div#absolutecontainer {
	position:			absolute;
	width:				100%;
	margin:				0;
	padding:			0;
	height:				auto !important;/* voor moderne browsers */
	height:				100%; /* voor IE */
}

div#header {
	width:				100%;
	height:				120px;
	top:				0;
	background:			#FFFFFF url(img/header_bg.jpg) top left repeat-x;
}

div#header_content{
	width:				1023px;
	height:				120px;
	margin:				auto auto;
	background:			transparent url(img/header.jpg) top right no-repeat;
}

div#contentframe {
	margin:				auto auto;
	width:				990px;
	background-color:	#FFFFFF;
	height:				auto !important;/* voor moderne browsers */
	height:				100%; /* voor IE */
	min-height: 		100%;
	
}

div.topcontent{
	height:				23px;
	width:				100%-10px;
	background:			transparent url(img/topcontent.jpg) top left repeat-x;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			14px;
	font-weight:		bold;
	padding:			7px 0 0 10px;
	color:				#FFF;
}

div.rule_container{
	width:				100%;
	height:				auto;
	clear:				both;
}

div.content100, div.content75, div.content50, div.content25 {
	width:				990px;
	margin:				20px 0 20px 0;
	float:				left;
}

div.content75 {
	width:				736px;
}

div.content50 {
	width:				484px;
}

div.content25 {
	width:				232px;
}

div#rechts, div#rechts2, div#rechts3{
	margin-left:		20px;
}

div#rechtsonder, div#rechtsonder2{
	margin-top:			0px;
	margin-left:		20px;
}

div#onder{
	margin-top:			0px;
}

div#inhoud {
	position:			relative;
	float:				left;
	width:				531px;
	margin:				0 0 0 24px;
	border-left:		1px solid #1DAEE7;
	border-top:			1px solid #1DAEE7;
	padding:			2px 0 120px 2px;
	background-color:	green;
}

div#rightcolumn {
	position:			relative;
	float: 				right;
	width:				178px;
	margin:				0;
	padding:			0 0 120px 24px;
	background-color:	purple;
}

ul#nieuws{
	list-style:			none;
	margin-left:		-10px;
	line-height:		19px;
}

img{
	float:				right;
	margin:				3px 5px 5px 20px;
}

img.strip{
	float:				left;
	margin:				0px;
}

img.contact{
	margin:				10px 0 0 20px;
}

img.language, img.language a, img.language a:hover{
	border:				none;
}

/***************************************
*****	EINDE ALGEMENE ITEMS	********
***************************************/

/***************************************
*****		START MENU ITEMS	 	****
***************************************/
div#menu_container,  div#footer {
	width:				100%;
	background:			#1d1d1d;
}



div#menu,  div#footerinhoud {
	color:				#FFFFFF;
	font-family:		Verdana, Geneva, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	width:				990px;
	margin:				auto auto;
	height:				32px;
	background:			#1d1d1d;
	padding-left:		10px;
	padding-top:		6px;
}

div#footerinhoud {
	font-weight:		normal;
	font-size:			11px;
	padding:			7px 0 0 0;
	height:				25px;
}

div#footer_rechts{
	float:				right;
	text-align:			right;
}

div#footer_rechts a{
	color:				#FFF;
	text-decoration:	none;
}

div#footer_rechts a:hover{
	color:				#F15719;
	text-decoration:	none;
}

div#menu ul {
	padding:			0;
	margin:				0;
}

div#menu ul li {
	display:			inline;
	float: 				left;
	padding:			5px 0 0 2px;
	margin:				0 3px 0 0;
}

div#menu ul li a{
	color:				#FFFFFF;
	text-decoration:	none;
}

div#menu ul li a:hover {
	color:				#F15719;
}

div#footer{
	margin-top:			50px;
	bottom:				0px;

}





