/* GENERAL */
body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	background-color:		#58BCDE;
	background-image:		url('../graphics/backgrounds/body.jpg');
	background-position:	top center;
	background-repeat:		repeat-x;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-align:				justify;
	color:					#4B4B4B;
}

div{
	position:				relative;
	overflow:				hidden;
	display:				inline;
	float:					left;
}

h1{
	margin:					20px;
	margin-top:				30px;
	margin-bottom:			0px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				26px;
	font-weight:			normal;
	text-align:				left;
}

p{
	margin:					20px;
}

ul{
	margin:					20px;
	padding-left:			20px;
}

ul.error_list{
	margin:					0px;
	padding:				0px;
	list-style:				none;
	color:					#FF8080;
}

ol{
	margin:					20px;
	padding-left:			20px;
}

table{
	margin:					20px;
	border-collapse:		collapse;
}

table th{
	padding-right:			10px;
}

table td{
	padding-right:			10px;
}

form{
	margin:					0px;
}

a{
	text-decoration:		underline;
	color:					#449A01;
}

a:hover{
	text-decoration:		none;
}

input{
	padding:				5px;
	padding-top:			2px;
	padding-bottom:			2px;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-style:				italic;
	color:					#4B4B4B;
}

img{
	border:					none;
}

.left{
	float:					left;
}

.right{
	float:					right;
}

.center{
	text-align:				center;
}

.textright{
	text-align:				right;
}


/* FRAME */
div#frame{
	width:					970px;
	margin-left:			auto;
	margin-right:			auto;
	padding-bottom:			25px;
	background-image:		url('../graphics/backgrounds/frame.jpg');
	background-position:	top left;
	background-repeat:		no-repeat;
	display:				block;
	float:					none;
}


/* HEADER */
div#header{
	width:					970px;
	height:					60px;
	margin-top:				25px;
	background-image:		url('../graphics/backgrounds/header.png');
}

a.actiebutton {
	margin-top: 10px;
	width:					265px;
	text-align:				center;
	text-decoration:			none;
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	padding: 5px 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: white;
	border: solid 1px #da7c0c;
	background-color: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	height: 75px;
}

a.actiebutton img
{
	float: left;
}

a.actiebutton p
{
	font-size: 16px;
	padding: 0;
	margin: 10px 0 0 0;
	width: 180px;
	float: left;
}

a.actiebutton:hover {
	text-decoration: none;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');

}

a.actiebutton:active {
	position: relative;
	top: 1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');

}

div#header a:hover{
	background-image:		url('../graphics/backgrounds/gallery/hover.jpg');
}

div#header img{
	margin-top:				20px;
	margin-left:			20px;
}

div#newsletter_block
{
	background: green url(/graphics/nieuwsbrief_background.jpg) no-repeat top left;
	width: 290px;
	padding: 10px 0;
	border: 1px solid #6ee901;
	margin: 20px 0;
}

div#newsletter_block h1
{
	margin-top: 0;
}

div#newsletter_block *
{
	color: white;
}

div#newsletter_block input
{
	color: black;
}

/* MENU */
div#menu{
	width:					970px;
	height:					30px;
	background-color:		#FFFFFF;
}

div#menu ul{
	width:					960px;
	height:					30px;
	margin:					0px;
	margin-left:			5px;
	padding:				0px;
	list-style:				none;
	background-image:		url('../graphics/backgrounds/menu/ul.gif');
}

div#menu ul li{
	float:					left;
}

div#menu ul li.active a{
	background-image:		url('../graphics/backgrounds/menu/a.gif');
}

div#menu ul li.active a:hover{
	text-decoration:		none;
}

div#menu ul li a{
	padding-left:			10px;
	padding-right:			10px;
	line-height:			30px;
	font-size:				10px;
	text-decoration:		none;
	color:					#FFFFFF;
	display:				block;
}

div#menu ul li a:hover{
	text-decoration:		underline;
}


/* BANNER */
div#banner{
	width:					960px;
	height:					410px;
	padding-left:			5px;
	padding-right:			5px;
	background-image:		url('../graphics/backgrounds/banner.gif');
}

div#banner.small{
	height:					175px;
}

div#banner img{
	width: 960px;
}


/* MAIN */
div#main{
	width:					970px;
	background-color:		#FFFFFF;
}

div#main div.content{
	width:					650px;
	line-height:			150%;
}

div#main div.blocks{
	width:					300px;
	margin-left:			20px;
}

div#main div.blocks h1{
	margin-bottom:			20px;
}

div#main div.blocks table{
	margin-top:				0px;
	margin-bottom:			0px;
}

div#main div.blocks img.partner{
	margin:					20px;
	margin-top:				0px;
	border-style:			solid;
	border-color:			#4B4B4B;
	border-width:			1px;
	float:					left;
}


/* FOOTER */
div#footer{
	width:					910px;
	height:					200px;
	padding-left:			60px;
	border-top-style:		solid;
	border-color:			#6EE901;
	border-width:			2px;
	background-image:		url('../graphics/backgrounds/footer.png');
	color:					#FFFFFF;
}

div#footer div{
	width:					425px;
	float:					left;
}

div#footer div div{
	width:					auto;
	display:				block;
	float:					none;
}

div#footer h1{
	margin-top:				20px;
}

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

div#footer ul{
	margin-right:			0px;
	padding:				0px;
	list-style:				none;
	float:					left;
}

div#footer a{
	text-decoration:		none;
	color:					#FFFFFF;
}

div#footer a:hover{
	text-decoration:		underline;
}

div#footer a.button{
	width:					30px;
	height:					24px;
	margin-top:				14px;
	margin-left:			-35px;
	background-image:		url('../graphics/backgrounds/button/default.gif');
	display:				block;
	float:					left;
}

div#footer a.button:hover{
	background-image:		url('../graphics/backgrounds/button/hover.gif');
}

div#footer input{
	width:					295px;
	height:					25px;
	margin-top:				11px;
	padding-top:			6px;
	padding-bottom:			0px;
	padding-right:			45px;
	border:					none;
	background:				none;
	font-size:				15px;
	float:					left;
}

div.twitter_feed
{
        margin: 10px 10px 0 0;
        width: 290px;
        height: 146px;
        background: transparent url(/images/twitter_feed.png) no-repeat top left;
        position: relative;
	text-align: left;
}

div.twitter_feed ul
{
        position: absolute;
        top: 10px;
        left: 10px;
        width: 270px;
        height: 85px;
	margin: 0;
	padding: 0;
        overflow: visible;
}

div.twitter_feed li
{
        display: none;
        width: 270px;
        height: 85px;
        font-family: Arial, serif;
}

div.twitter_feed li span
{
        color: #449A01;
        font-weight: bold;
        font-size: 12px;
        line-height: 110%;
}

div.twitter_feed li a
{
        color: #b4b4b4;
        font-size: 9px !important; /* overrides inline html specified by blogger.js */
}

div.twitter_feed li.active
{
        display: block;
}

form input.w50{
	width:					50px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w75{
	width:					75px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w100{
	width:					100px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w125{
	width:					125px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w150{
	width:					150px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w200{
	width:					200px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w250{
	width:					250px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w300{
	width:					300px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

form input.w450{
	width:					450px;
	padding-left:			5px;
	padding-right:			5px;
	font-style:				italic;
}

