@charset "utf-8";
/* CSS Document */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

html, body { height: 100%; } 

/*
fieldset{
	border:0;
}
*/
a,a:link,a:visited{
	color:#3e2782;
	font-weight:bold;
}

a:focus,a:hover{
	color:#525252;
}

a img{
	border:0;
}

.clearbr{
	clear:both;
	float:none;
}
body{
	position:relative;
	background:#fff;
	color:#525252;
	font: 12px Arial,sans-serif,Myriad Pro;
}

h1{
	color: #3c2682;
	font-size: 26px;
	font-weight:bold;
	letter-spacing: -1px;
	margin-left: 105px;
	margin-bottom: 10px;
}

h2{
	color: #3c2682;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: -1px;
	width: 310px;
	/*display: inline;*/
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}


.h2lbshort{
	color: #00b2d9;
	padding-left: 10px;
	margin-left: -10px;
}

.h2lblong{
	color: #00b2d9;
	width: 650px;
}


#wrapper{
	width: 944px;
	padding: 0px;
	margin:0 auto;
}

.formField{
	width: 250px;
	font-size: 11px;
	background-color:#F9F9F9;
	border: solid #CCCCCC 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.formFieldBig{
	width: 300px;
	height: 100px;
	font-size: 11px;
	background-color:#F9F9F9;
	border: solid #CCCCCC 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.smallerTxt{
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ************************************	NAVIGATIE ************************************ */
#navigation{
	width: 944px;
	height: 100px;
}
#navigation ul {
	padding: 30px 0px 0px 105px; 
}
#navigation ul.active {display:block;}

#navigation ul li{
	display: block;
	float: left;
	height: 27px;
	margin-right: 18px;
	position:relative;
}
	#navigation ul li ul {display:none;padding:0;position:absolute;width:300px;}
	#navigation ul li:hover ul{display:block;}
	#navigation ul li ul li {margin:0;}
	
#navigation a:hover{
	color: #525252;
}

#navigation a.active{
	color: #3e2782;
}
#navigation a{
	display: inline-block;
	color: #e53427;
	height: 22px;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 15px 0px 0px;
	text-decoration: none;
}
/* ************************************	NAVIGATIE ************************************ */

#content{
	width: 944px;
	line-height: 20px;
	clear:both;
	overflow:auto;
	border-top-color: #f0f0f0;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#contentbg{
	width: 944px;
	overflow:auto; /* zorgt in Firefox voor doorlopen background color */
	background-image: url(../images/img_bg.gif);
	background-repeat: repeat-y;
}


#fieldleft{
	width: 300px;
	margin-left: 105px;
	margin-top: 15px;
	padding-bottom: 35px;
	float: left;
	height:100%;
	display:inline;			/* bugfix 'double margin' in IE6 */
	/*overflow:auto;*/		/* Gedaan om de koppen in de min te kunnen zetten - indien buggy weer aan zetten */
}

#fieldright{
	width: 315px;
	margin-left: 35px;
	margin-top: 15px;
	padding-bottom: 35px;
	float: left;
	display:inline;	/* bugfix 'double margin' in IE6 */
	height:100%;
}

#fieldred{
	/*background:#e53427;*/
	background:#b1b3b5;
	margin-left:-10px;
	padding: 10px;
	text-align: right;
	color:#FFFFFF;

}

#fieldred a{
	color:#FFFFFF;
}

#fieldred .formButton{
	/*background:#e53427;*/
	background: #b1b3b5;
	border: 0px;
	color: #e53427;
	text-align:right;
	font-weight:bold;
	font-size: 11px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;

}

#fieldnormal{
	width: 650px;
	margin-left: 105px;
	margin-top: 5px;
	float: left;
	display:inline; /* bugfix 'double margin' in IE6 */
}


#columngrey{
	width: 130px;
	float: right;
	margin-left: 9px;
	padding: 25px;
	font-size:11px;
	line-height: 16px;
	background: #f0f0f0;
}

.imageColb{
	margin-left: -9px;
}

.juryImg{
	margin-right: 10px;
	margin-bottom: 5px;
	clear:both;
}

.formRed {
	border: solid 1px #FF0000;
	background-color:#FFFFFF;
	color:#000000;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 11px;
	width: 285px;
	height: 20px;
}

#footer{
	height: 70px;
	width: 839px;
	padding: 0px 0px 20px 105px; 
	font-size: 10px;
	color: #3e2782;
	background: url(../images/img_footer.gif) no-repeat;
}

/*-------------- FORM FIELD MET LEGEND ---------------*/
fieldset {
	padding: 1em;
	width: 600px;
	overflow: hidden; /* Bug in IE6 met overflow */
	border: #f0f0f0 solid 1px;
}

fieldset label {
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}

fieldset legend {
	color: #3c2682;
	font-weight:bold;

}

#aanleveren fieldset label {
	float:left;
	width:50%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:left;
	font-weight:bold;
}
/*-------------- FORM FIELD MET LEGEND ---------------*/
