/* CSS Document */

body {
	background-color: white;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: black;
	text-align: center;
	background-image: url(/images/bg_horizontaal.gif);
	background-position: 950px 0;
	background-repeat: no-repeat;
}

p {
	margin-top: 0em;
	margin-bottom: 2em;
}

#maincontainer {
	width: 950px;
	margin: auto;
	position: relative;
	padding-top: 200px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(/images/bg_main.gif);
	background-position: top center;
}

#logo {
	position: absolute;
	top: 125px;
	left: 0px;
}

#mainmenu {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 200px;
	text-align: right;
	font-weight: bold;
}

#mainmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul li {
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
}

#mainmenu ul li ul {
	color: white;
	font-weight: normal;
}

#mainmenu a {
	text-decoration: none;
	color: #929292;
}

#mainmenu a:hover {
	color: #727272;
}

#mainmenu a.current {
	color: black;
}

#mainmenu ul li ul a {
	color: black;
	letter-spacing: 0 !important;
}

#mainmenu ul li ul a:hover, #mainmenu ul li ul a.current {
	/* color: red; */
	color: #BA9200;
}

#submenucontainer {
	position: absolute;
	top: 0px;
	left: 220px;
	height: 125px;
	width: 320px;
	text-align: left;
}

#submenu {
	position: absolute;
	bottom: 0px;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu ul li {
	margin: 0px;
	padding: 0px;
}

#submenu a {
	text-decoration: none;
	color: white;
}

#submenu a:hover, #submenu a.current {
	/* color: red; */
	color: #BA9200;
}

#contentcontainer {
	position: relative;
	margin-left: 220px;
	width: 310px;
	color: black;
	padding-bottom: 30px;
}

#flashcontainer {
	position: absolute;
	left: 550px;
	top: 125px;
	height: 400px;
	background-image: url(/images/bg_flashbox.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.downloadable {
	width: 305px; 
	background-image: url(/images/stippel_1px_white.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	display: block;
}

#language {
	position: absolute;
	top: 40px;
	left: 454px;
	text-align: left;
	width: 65px;
	z-index: 1000;
}

#language img {
	margin-right: 6px;
}

#partnerblock {
	position: absolute;
	top: 550px;
	left: 55px;
	width: 741px;
	height: 75px;
	/*display: none;*/
}

.divider {
	background-image: url(/images/stippel_1px_black.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
}

/* NEWSITEMS */

.readmore {
	text-align: right;
}	

.readmore a, .goback a {
	color: #BA9200!important;
	text-decoration: none;
	font-weight: bold;
}

/* STYLING */

.kopje {
	font-size: 13px;
	color: black;
	font-weight: bold;
}

.kopje a {
	text-decoration: none;
}

.beeld_links {
	float: left;
	margin: 5px 10px 0px 0px;
	border: 1px solid white;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 25px;
	padding-bottom: 6px;
}

.quote_afzender {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}

#contentcontainer a {
	font-weight: bold;
	color: black;
}

#contentcontainer p {
	margin: 0px;
}

#contentcontainer ul {
	padding: 0 0 0 20px;
	margin-left: 0;
	list-style-type: square;
}

