/*---main----------------------------------------------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

.alert{color:#FF0000;}
.content{padding:5px;}
.button{cursor:pointer;}
.hidden{display:none;}
.visible{display:block;}
.scroll{overflow-y:scroll; overflow-x:hidden;}
	
input.clean, input:hover.clean, select.clean, select.clean:hover{
	width:auto;
	background-color:#FFFFFF;
	border-color:#000000;
}
input.clean, input:hover.clean{border:0px;}

html, body{
	height:100%;
	text-align:center;
	font-size:12px;
}
div{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
p, ul{margin-top:10px;}
a{color:#4A8439;}
a:hover{text-decoration:none;}
img{border:none;}
input[type="text"], input[type="password"], #iframe input, #iframe textarea{
	margin-bottom:1px;
	padding:1px;
	border:#4A8439 1px solid;
}
input.image, #iframe input.image{
	width:auto;
	border:none;
}
.col_green{color:#4A8439;}

/*---floating------------------------------------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear, .clearfooter{clear:both;}
.clearfooter{height:58px;}

/*---holder--------------------------------------------------------------------------------------------------------------------*/
#container{
	min-width:1000px;
	min-height:100%;
	margin-bottom:-58px;
	height:auto;
	text-align:center;
}
* html #container{
	height:100%;
}

/*---menu----------------------------------------------------------------------------------------------------------------------*/
#menu{
	height:21px;
	background-color:#4A8438;
	border-bottom:#335926 1px solid;
	color:#FFFFFF;
}
#menu .holder{
	width:1000px;
}
#menu td{
	padding:3px 8px;
}

#shadow{
	height:15px;
	background:url(/img/shadow.jpg) top repeat-x;
}
#menu_2{
	margin:15px 0;
	height:22px;
	text-align:center;
	background:url("/img/menu2_bg.jpg") bottom repeat-x;
}
#menu_3{
	margin:0;
	padding:38px 0px 0px 0px;
	height:22px;
	text-align:center;
	background:url("/img/menu2_bg.jpg") bottom repeat-x;
}

#menu_2 a, #menu_3 a{
	color:#666666;
	font-size:13px;
	text-decoration:none;
	border:#CCCCCC 1px solid;
	border-bottom-width:0;
	background:#EEEEEE url("/img/menu2_bg.jpg") bottom repeat-x;
	line-height:22px;
}
#menu_2 a{
	padding:2px 5px 3px 5px;
	margin:0 2px;
}

#menu_3 a{
	padding:2px 5px 3px 5px;
	margin:0 2px;
}

#menu_2 a:hover,#menu_3 a:hover{	
	background-color:#FFFFFF;
}
#menu_2 a.active,#menu_3 a.active{	
	background:#FFFFFF;
}
#topLogo{
	position:absolute;
	top:2px;
	left:5px;
	z-index:100;
}

/*---collums-------------------------------------------------------------------------------------------------------------------*/
.col210{width:210px;}
.col380{width:380px;}
.col390{width:390px;}
.col570{width:570px;}
.col780{width:780px;}

/*---header--------------------------------------------------------------------------------------------------------------------*/
#header{
	width:990px;
	height:66px;
	padding-left:10px;
}
#header .col380 div{
	text-align:right;
}
#header .col380 input{
	width:120px;
	padding:0 1px;
	color:#999999;
}
#header .col380 input.image{
	margin-bottom:3px;
	width:auto;
	vertical-align:bottom;
}
#header .col380 div div{
	margin:2px 20px 0 0;
	color:#CCCCCC;
}

/*---content-------------------------------------------------------------------------------------------------------------------*/
#content{
	margin-bottom:5px;
	width:990px;
	padding-left:10px;
}

#content .box .top{
	min-height:25px;
	padding:5px 20px 0 10px;
	overflow:hidden;
}
#content .box .middle{
	padding:10px 20px 0 10px;
}
#content .box .bottom{
	height:20px;
}

#content .col210 .box .top		{background:url("/img/box_200_top.jpg") top no-repeat;}
#content .col210 .box .middle	{background-image:url("/img/box_200_middle.jpg");}
#content .col210 .box .bottom	{background-image:url("/img/box_200_bottom.jpg");}

#content .col390 .box .top		{background:url("/img/box_380_top.jpg") top no-repeat;}
#content .col390 .box .middle	{background-image:url("/img/box_380_middle.jpg");}
#content .col390 .box .bottom	{background-image:url("/img/box_380_bottom.jpg");}

#content .col570 .box .top		{background:url("/img/box_560_top.jpg") top no-repeat;}
#content .col570 .box .middle	{background-image:url("/img/box_560_middle.jpg");}
#content .col570 .box .bottom	{background-image:url("/img/box_560_bottom.jpg");}

#content .col780 .box .top		{background:url("/img/box_770_top.jpg") top no-repeat;}
#content .col780 .box .middle	{background-image:url("/img/box_770_middle.jpg");}
#content .col780 .box .bottom	{background-image:url("/img/box_770_bottom.jpg");}

/*---content text--------------------------------------------------------------------------------------------------------------*/
#content h1{
	font-size:22px;
}
#content h2{
	margin-top:10px;
	font-size:18px;
}
#content h3{
	margin-top:10px;
	font-size:16px;
}
#content h4{
	margin-top:10px;
	font-size:16px;
	color:#4A8439;
}
#content ol{
	margin-left:22px;
}
#content ul{
	list-style-type:none;
}
#content ul li{
	padding-left:18px;
	margin-bottom:2px;
	background:url(/img/list_arrow.jpg) top left no-repeat;
}
#content label{
	float:left;
	width:120px;
	padding-top:2px;
}
#content .col390 input{
	width:250px;
}
#content .col570 input, #iframe input{
	width:200px;
}
#iframe textarea{
	width:400px;
	height:100px;
}
#content input.image, #iframe input.image{
	margin-top:10px;
	width:auto;
	text-align:right;
}
#content dl dt{
	padding-top:10px;
	font-size:13px;
	font-weight:bold;
}
#content dl dd p{
	margin-top:0;
}

/*---footer--------------------------------------------------------------------------------------------------------------------*/
#footer{
	padding:10px 0 5px 0;
	min-width:1000px;
	height:43px;
	background:url(/img/shadow2.jpg) top repeat-x;
	text-align:center;
	color:#CCCCCC;
}
#footer ul{
	margin:0;
	margin-left:5px;
	padding:0;
	list-style-type:none;
}
#footer ul li{
	display:inline;
}
#footer ul li ul{
	display:none;
}
#footer p{
	margin-top:10px;
	font-size:14px;
	color:#999999;
}

/*---sifr----------------------------------------------------------------------------------------------------------------------*/
.sIFR-flash{
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced{
	visibility:visible !important;
}
span.sIFR-alternate{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}
.sIFR-flash + div[adblocktab=true]{
  display:none !important;
}
.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3, .sIFR-hasFlash .tag{
	visibility:hidden;
}

/*---tagcloud------------------------------------------------------------------------------------------------------------------*/
#tagCloud{
	position:relative;
}
#tagCloud .tag{
	width:auto;
	position:absolute;
	font-family:"Trebuchet MS";
}
#tagCloud .tag a{
	font-size:inherit;
}

#tagCloud #tag1{
	font-size:24px;
	z-index:10;
	left:0px;
	top:20px;
}
#tagCloud #tag2{
	font-size:20px;
	z-index:9;
	left:35px;
	top:0px;
}
#tagCloud #tag3{
	font-size:20px;
	z-index:8;
	left:210px;
	top:25px;
}
#tagCloud #tag4{
	font-size:16px;
	z-index:7;
	left:90px;
	top:53px;
}
#tagCloud #tag5{
	font-size:14px;
	z-index:6;
	left:220px;
	top:0px;
}
#tagCloud #tag6{
	font-size:16px;
	z-index:5;
	left:230px;
	top:50px;
}
#tagCloud #tag7{
	font-size:10px;
	z-index:4;
	left:0px;
	top:5px;
}
#tagCloud #tag8{
	font-size:8px;
	z-index:3;
	left:10px;
	top:25px;
}
/*---Registratie----------------------------------------------------------------------------------------------------------------------*/
#registerForm{}
#registerForm label{}
#registerForm div{
	margin:0 0 0 0;
	padding:1px 3px;
	display:block;
	clear:both;
}
#registerForm label{
	margin:2px 0.5em 0 0;
	width:130px;
	display:block;
	float:left;
}
#registerForm #voorwaarden{
	width:15px;
}

#externalLinks img {
	margin-right:3px;
}