/* Nieuwe CSS (juli/augustus 2008) */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/*font-size: 0.8em;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-image: url(vormgeving/bg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
body {
	font-size:0.7em;
}

ul {
	margin-top: 0px; 
	margin-bottom: 0px;
}
li {
	color: #c1001f;
	line-height: 15.63px;
}
span.item {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
}

span.item a, a:active {
	color: black;
	text-decoration: none;
}
span.item a:hover {
	color: #0061A7;
	text-decoration: underline;
}
a.item, a.item:active, a.item:visited {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
a.item:hover {
	color: #0061A7;
	text-decoration: underline;
}
a.itemunderlist, a.itemunderlist:active, a.itemunderlist:visited {
	color: #0061A7;
	text-decoration: none;
	text-indent: 24px;
	margin-top: 0px;
	margin-left: 16px;
}
a.itemunderlist:hover {
	color: #0061A7;
	text-decoration: underline;
}

a.list {
	text-indent: 40px;
	font-size: 0.9em;
	/*font-size: 1.7em;*/
}
a, a:hover {
	color: #0061a7;
	text-decoration: underline;
}

/* LINKS */
a.side, a.side:hover {
	color: #0062a8;
	text-decoration: none;
	font-size: 1em;
}
a.side:hover {
	text-decoration: underline;
}
a.search, a.search:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 1em;
}
a.button, a.button:active, a.button:visited {
	color: #0061A7; /* was eerst #FFFFFF */
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.subbutton {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;	
}
a.button:hover {
	color: #FFFFFF; /* was eerst #0061A7 */
	text-decoration: none;
}
a.newsitem {
	color:#FFFFFF;
	text-decoration:none;
}

img {
	border: none;
}


/* CUSTOM */
div.main {
	font-size: 1.4em;
	width: 930px;
	height: 100%;
	vertical-align: top;
	text-align: center;
	margin-left: auto; 
    	margin-right: auto; 
}
div.page {
	width: 930px;
	height: 100%;
	position: relative;
}

div.top {
	width: 775px;
	height: 369px;
	left: 0px;
	position: absolute;
	vertical-align: bottom;
}
div.kop {
	left: 0px;
	top: 20px;
	height: 153px;
	padding: 10px 0 10px 30px;
	position: absolute;
}
div.side {
	text-align: left;
	width: 155px;
	height: 100%;
	background-color: #becd00;
	left: 775px;
	position: absolute;
	z-index: 1;
	font-size: 0.9em;
	line-height: normal;
}
div.moodimage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 775px;
	height: 369px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 0;
}
div.mainitems {
	text-align: left;
	position: absolute;
	top: 216px;
	left: 0px;
	height: 153px;
	width: 775px;
	z-index: 5;
	padding: 0;
	background-image: url(vormgeving/bg.blauw.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
div.logo {
	position: absolute;
	top: 90px;
	left: 0px;
	height: 63px;
	width: 298px;
	padding: 0;
}
div.buttons {
	position: absolute;
	top: 0px;
	left: 298px;
	padding: 0;
}

div.buttons a.pd{
	display:block;
	float:left;
	width:227px;
	height:153px;
	background-image:url(vormgeving/pd.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div.buttons a.pd:hover{
	background-position:-227px 0px;
}

div.buttons a.bo{
	display:block;
	float:left;
	width:227px;
	height:153px;
	background-image:url(vormgeving/bo.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

div.buttons a.bo:hover{
	background-position:-227px 0px;
}

div.menuitems {
	position: absolute;
	top: 369px;
	left: 0px;
	z-index: 10;
	background-image: url(vormgeving/header.groen.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	background-color: #c1cc26;
}

div.countries {
	position: absolute;
	left: 19px;
	top: 11px;
}
div.intra {
	position: absolute;
	left: 110px;
	top: 14px;
}

div.address {
	margin: 0;
	position: absolute;
	left: 20px;
	top: 50px;
	
}
div.addressitem {
	padding: 5px 0 0 0;
	line-height: 10px;
	font-weight: bold;
}

div.search {
	position: absolute;
	top: 306px;
	left: 0px;
	z-index: 10;
	height: 63px;
	width: 155px;
	background-image: url(vormgeving/bg.blauw.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.searchdiv {
	background-color: #FFFFFF;
	border: 1px solid #ecf3f9;
	width: 110px;
	height: 20px;
	left: 19px;
	top: 14px;
	padding: 0;
	position: absolute;
	z-index: 15;
	vertical-align: middle;
	font-size:0px;
}
div.searchadvanced {
	left: 0px;
	top: 25px;
	position: absolute;
	padding: 0;
	font-size: 10px;
}
div.loggedin {
	position: absolute;
	top: 437px;
	left: 20px;
}
 
div.newsitem {
	background-color: #0061a8;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 480px;
	width: 103px;
	text-align: center;
	padding: 5px;
}
div.newsitem a.uitzending {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.newsitem a.uitzending:hover {
	text-decoration: underline;
}
div.sidebottom {
	position: absolute;
	top: 563px;
	left: 22px;
}
.sidetitle {
	color: #0061a7;
	text-transform: uppercase;
	/*font-size: 0.7em;*/
	font-size: 1em;
	font-weight: bold;
}
.noroom {
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

div.content {
	text-align: left;
	position: absolute;
	top: 418px;
	left: 0px;
	width: 733px;
	padding: 13px 20px 20px 20px;
}

.kop {
	color: #FFFFFF;
	/*font-size: 1.4em;*/
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}
.title {
	color: #c1001f;
	/*font-size: 1.4em;*/
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.listtitle {
	text-indent: 24px;
	margin-bottom: 0px;
}
p.listtitle {
	color: #c1001f;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.listtitle {
	color: #c1001f;
	/*font-size: 1.1em;*/
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.listtitle:hover {
	color: #0061a8;
	text-decoration: underline;
}
.itemunderlist {
	text-indent: 24px;
	margin-top: 0px;
	margin-left: 16px;
	/*margin-left: 0px;*/
}

.vlaggen {
	padding: 0 8px 0 0;
}
.whitebg {
	width: 2px;
	height: 2px;
	background-color: #FFFFFF;
}

form.form_search {
	margin: 0;
	padding: 0;
	height: 15px;
	vertical-align: middle;
	/*font-size:8px;*/
}

input.search {
	border: none;
	background: none;
	width: 87px;
	height: 15px;
	color: #999999;
	/*font-size: 0.6em;*/
	/*font-size: 1.4em;*/
	font-size:12px;
	line-height: 10px;
	padding: 3px 0px 2px 5px;
	/*padding: 4px 0 2px 5px;*/
	float: left;
}
input.submit {
	padding: 1px 1px 1px 0px;
	margin: 0;
	vertical-align: top;
	float: right;
	clear: right;
}

td.button {
	text-align: center;
	height: 47px;
	width: 155px;
	vertical-align: middle;
}

/* Tekstgrootte aanpassen */
a.normal { font-size:9px; }
a.bigger { 	font-size:11px; }
a.biggest { font-size:13px; }

/* Styling voor 2 kolommen */
#meestbezochtlinks { width: 300px; margin: 0px; padding: 0px;}
ul.tweekoloms { padding: 0px 0px 0px 40px; margin: 0px; }
.tweekoloms { width: 110px; float: left;  }
ul.tweekoloms.twee { padding: 0px 0px 0px 20px; margin: 0px; }
.tweekoloms.twee { float: right; }

