@import url("nihilo/nihilo.css");

/* ----------------------------------------------
	BASISSETTING, positionering                               
	____________________________________________ */

div{
	margin:0;
	padding:0;
}	
	
body{
	font: 11px Lucida Sans,Trebuchet MS;
	padding:0;
	color:#f3e2d1;
	margin: 0;
	background:url(../images/achtergrond.jpg) center top no-repeat #0d0d0d;
}

.container{
	margin:0 auto;
	padding:0;
	width:870px;
}

	.kol_links{
		float:left;
		width:184px;
		min-height:400px;
		margin-top:10px;
	}
	
		.afbeelding{
			float:left;
			width:173px;
			height:130px;
			margin-bottom:7px;
			margin-top:40px;
			border:1px solid #676767;
		}
		
	.kol_rechts{
		float:right;
		width:183px;
		min-height:400px;
		margin-top:50px;
	}
	
		.vid{
			float:left;
			width:181px;
			height:138px;
			margin-bottom:8px;
			margin-left:-5px;
			background:url(../images/video_img.jpg) top;
		}
		
		
	.poster{
		float:left;
		margin-top:123px;
		width:100%;
	}
	.poster img{
		border:1px solid #676767;
		margin-bottom:8px;
	}
	
	.verder a{
		float:left;
		width:100%;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		text-align:right;
		margin-top:40px;
	}
	
	.tekstveld,.tekstveldKlein{
		width:240px;
		margin-bottom:10px;
		border:0px;
		height:17px;
		padding-left:5px;
		padding-top:2px;
		background:url(../images/veld_bg.gif) repeat-x top #f3e2d1;
	}
	.tekstveldKlein{
		width:60px;
	}

	.tabeltekst{
		width:100px;
		color:#f0dac5;
		font-weight:bold;
	}
	
#svenpop_underlay{
	background:#060504;
}


.dijitDialog {
	border:1px solid #656464;
	width:363px;
	padding:20px;
	background-color:#030303;
	background-image:url(../images/popup_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.dijitContentPane{
	background:ur(../images/popup_bg.jpg) no-repeat center center #060504;
}



/* ----------------------------------------------
	CLEARER, it will not stretch otherwise
	____________________________________________ */

	
.clearer{ 
	clear: both;
} 

/* ----------------------------------------------
	CONTENT STYLES
	____________________________________________ */

h1{
	font-size:11px;
	margin:0;
	margin-bottom:5px;
	padding:0;
	margin-top:20px;
	color:#ca7825;
}

h2{
	font-size:12px;
	margin:0;
	margin-bottom:5px;
	padding:0;
	color:#f0dac5;
}

h3{
	font-size:12px;
	margin:0;
	padding:0;
	color:#fff;
	margin-bottom:10px;
}

h4{
	font-size:12px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h5{
	font-size:11px;
	margin:0;
	padding:0;
	color:#fff	;
}

hr{
	height:1px;
	border:0px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
}

.oranjeTekst{
	color:#be752c;
}

a {
	color:#be752c;
	text-decoration:underline;
}
a:hover{
	
	text-decoration:none;
}

.button{
	float:left;
	width:76px;
	height:24px;
	color:#000;
	padding-left:20px;
	padding-top:4px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/button.png);
}

.klein{
	font-size:9px;
}