@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('menu.css');
@import url('styling.css');
@import url('forms.css');
@import url('smoothbox.css');

/*--- IE6 3PX BUG ---*/

:focus {
	outline: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 0 10px;
	text-align: center;
	background: white;
}

html {
	width: 100%;
}

.clearfloat {
	clear: both;
	height: 1px !important;
	line-height: 1px !important;
	font-size: 1px !important;
}

.clearfloatright {
	clear: right;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*--- PORTAL ---*/

.maincontentportal {
	text-align: center;
	float: left;
	width: 890px !important;
	padding: 25px 40px 0 50px;
	position: relative;
}

#registrationblock {
	text-align: left;
	position: absolute;
	top: 20px;
	left: 33px;
	margin: 0 auto;
	padding: 20px 20px;
	width: 535px;
	background-color: #F8F8F8;
	border: 3px solid #0099CF;
	z-index: 10000;
	display: none;
}

#closeregistration {
	position: absolute;
	width: 565px;
	left: 0px;
	bottom: -3px;
	height: 15px;
	background-color: #0099CF;
	text-align: right;
	padding: 3px 10px 3px 0px;
}

#closeregistration a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/*--- CONTENT ---*/

#maincontainer {
	min-width: 980px;
}


#topflash {
	height: 275px;
	overflow: hidden;
}

#content_topgradient {
	width: 980px;
	height: 145px;
	margin: 0 auto -145px;
	background: url(/images/bg_content_topgradient.gif) no-repeat;
}

#contentwrapper {
	font-size: 1.1em;
	width: 980px;
	margin: 0 auto;
	min-height: 290px;
	height: auto !important;
	height: 290px;
	background: url(/images/bg_content.gif) repeat-y center;
	padding: 0 0 1px; /* FOR STRANGE BEHAVIOUR IN SAFARI 3.0.4 */
}

#maincontent {
	text-align: left;
	color: #363636;
	float: left;
	width: 600px;
	padding: 25px 40px 0 50px;
}

#rightcontent {
	margin-left: 690px;
	padding: 15px 50px 0 0;
}

#optionmenu {
	text-align: right;
	margin: 0 0 20px;
}

#optionmenu img {
	border: 0;
}

.roundedbox_right_container {
	width: 244px;
	margin: 10px -5px 10px -2px;
	background: url(/images/kader_rechts_bg.gif) repeat-y;
	position: relative;
}

.roundedbox_right {
	min-height: 100px;
	height: auto !important;
	height: 100px;
	text-align: left;
	background: url(/images/kader_rechts_bottom.gif) no-repeat bottom;
	padding: 12px;
	margin: 0;
}

.roundedbox_right_top {
	font-size: 1px;
	line-height: 1px;
	height: 6px;
	margin-bottom: -6px;
	background:url(/images/kader_rechts_top.gif) no-repeat top left;
}

#footer {
	width:880px;
	height: 42px;
	margin: 0 auto;
	padding: 15px 50px 25px;
	background: url(/images/bg_footer.gif) repeat-y center bottom;
}

div#eettest {
	width: 750px;
	height: 500px;
	margin: 30px auto;
	border: 2px solid #1CA4D4;	
	background: url(/images/bg_eettest.gif) repeat-x bottom white;
}

/*--- DEELNEMERS ---*/

#deelnemers {
	text-align: center;
}

.slideshow {
	margin: 0 auto 7px;
	width: 218px;
	height: 90px;
	line-height: 1px;
}

#deelnemers p {
	display: none !important;
}


a.prev {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/deelnemers_prev.gif) no-repeat top;
	width: 20px;
	height: 90px;
	cursor: pointer;
}

a.next {
	z-index: 100;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/images/deelnemers_next.gif) no-repeat top;
	width: 20px;
	height: 90px;
	cursor: pointer;
}