/* CSS Document */

body {
	padding:		0;
	margin:			0;
	background-color:	#FFFFFF;
	font-family:		ScalaSans, Arial, Verdana, Sans-serif ;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	margin:			0;
	padding:		0;
}

ul {
	margin:			0; 
	padding:		0; 
	list-style-type:	none;
	font-size:		0;
}

img {
	border:			0;
}

#headerContainer {
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#header {
	float:			left;
	width:			1000px;
	height:			175px;
}

#headerLeft {
	float:			left;
	width:			693px;
	height:			165px;
	margin-right:		20px;
}

#logoContainer {
	float:			left;
	width:			545px;
	height:			165px;
}

#logoContainer img {
	margin-left:		90px;
	margin-top:		15px;
	border:			0;
}

#headerLeftRight {
	float:			left;
	width:			148px;
	height:			165px;
}

#headerRight {
	float:			left;
	width:			285px;
	height:			163px;
	border:			1px solid #F6A916;
}

#headerRight h2 {
	float:			left;
	width:			275px;
	height:			30px;
	padding-top:		5px;
	padding-left:		10px;
	margin-bottom:		5px;
	background-color:	#F6A916;
	color:			#FFFFFF;
	font-size:		18px;
}

#headerRight p, #headerRight td {
	padding-left:		10px;
	color:			#707070;
	font-size:		13px;
}

#headerRight p strong {
	color:			#F6A919;
}

#headerRight p a {
	color:			#707070;
	text-decoration:	underline;
}

#headerRight p a:hover {
	color:			#707070;
	text-decoration:	none;
}

#bodyMainContainer {
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
}

#bodyMain {
	width:			1000px;
	height:			500px;
	float:			left;
	margin-top:		10px;
}

#bodyMainLeft {
	float:			left;
	width:			693px;
	margin-right:		20px;
	height:			225px;
}

#fotoDiv {
	float:			left;
	width:			693px;
}

#mainRight {
	float:			left;
	width:			409px;
	padding-bottom:		15px;
}

#language_table {
	margin-top:		70px;
	margin-left:		35px;
}

#language_table td {
	padding-right:		0px;
	color:			#707072;
	font-size:		14px;
	font-weight:		bold;
}

#language_table img {
	border:			0;
	padding-right:		10px;
}

#language_table td a {
	text-decoration:	none;
	color:			#707072;
}

#bodyMainRight {
	float:			right;
	width:			287px;
	height:			225px;
}

#collectief {
	float:			left;
	width:			262px;
	padding-left:		25px;
	background-position:	top left;
	background-repeat:	no-repeat;
	margin-bottom:		20px;
	margin-top:		10px;
}

#collectief img {
	border:			0;
	padding-bottom:		10px;
}

#budget, #cheaptickets {
	float:			left;
	width:			250px;	
}

#cheaptickets2 {
	margin-top:		20px;
}

.nummering {
	font-size:		12px !important;
	color:			#DD7A00 !important;
}

.nummering a {
	color:			#DD7A00 !important;
}


