/*========================
	ALGEMEEN
========================*/
body {
	background:#FFEECA url(images/bg2.gif) repeat-y center;
}
h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
}
ul, li {
	margin:4px 4px 4px 8px;
	padding:0px;
}
body, p, div, form, td {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*========================
	IMG
========================*/
.leftimg {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #FF6600;
}
img.floatleft {
	float:left;
	clear:both;
	margin:10px;
}
img.floatright {
	float:right;
	clear:both;
	margin:10px;
}
/*========================
	MENU LANGUAGE
========================*/
#nl { background-image:url(images/nl.gif); }
#en { background-image:url(images/en.gif); }
#de { background-image:url(images/de.gif); }
#fr { background-image:url(images/fr.gif); }
#party { background-image:url(images/party.gif); }
#nl, #en, #de, #fr, #party { background-repeat:no-repeat; background-position:4px 4px; padding:2px 2px 2px 28px; text-align:left; }
/*========================
	FIREFOX FIXES (ARGH)
========================*/
html > body #container { width:954px; } 
html > body #site { width:954px; } 
/*========================
	LAYOUT
========================*/
#container {
	margin:0px auto 0px auto;
	width:955px;
}
#site {
	position:relative;
	width:955px;
}
#header {
	height:130px;
	background:transparent url(images/new_top3.jpg) no-repeat center;
	border-bottom:1px solid #fff;
}
#left {
	float:left;
	width:200px;
} 
#right {
	float:left;
	width:754px;
}
#menu {
	float:left;
	width:754px;
}
#content {
	position:relative;
	float: left;
	width:754px;
	background:#FFC860 url(images/palm.gif) no-repeat bottom left;
}
#webedit {
	float: left;
	width:605px;
}
#rightmenu {
	position:absolute;
	top:0px;
	left:610px;
	width:144px;
	text-align:center;
	margin-top:10px;
}
#rightmenu div {
	margin-left:auto;
	margin-right:auto;
}
#rightmenu .smallimg { 
	margin-top:10px; 
	margin-bottom:10px; 
}
#rightmenu div.righttext {
	width:120px;
	border:1px solid #fff;
	margin-bottom:10px; 
}
#rightmenu div.righttitle {
	border-bottom:1px solid #fff;
	background-color:#FF6600;
	width:auto;
	font-weight:bold;
	color:#020088;
	padding:4px 0px 4px 0px;
}
#title {
	width:590px;
	font-size:24px;
	font-weight:bold;
	color:#020088;
	background-image:url(images/borden.gif);
	background-repeat:no-repeat;
	background-position:330px 10px;
	padding:10px 10px 10px 16px;
}
#text {
	width:605px;
	letter-spacing:1px;
	min-height:325px;
	margin:1px;
	height:auto;
	overflow:auto;
}
#text table {
	margin-left:6px;
	margin-right:auto;
	width:96%;
	text-align:center;
}
#text table td {
	text-align:left;
}
#text p { 
	padding:7px;
}
#text img {
	border:1px solid #fff;
	margin:0px;
	padding:0px;
}
#footer {
	clear:both;
	text-align:center;
	font-size:11px;
	margin-bottom:20px;
} 
/*========================
	BLOKHUT MODULE
========================*/
#text_full {	
	margin:0px;
	padding:0px;
	width:745px;
}
.partytable tr:first-child td {
	border-bottom:0px solid #FF6600;
}
.partytable td {
	vertical-align:top;
	border-bottom:2px solid #FF6600;
	padding-top:2px;
	padding-bottom:2px;
}
table.navtable {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #000;*/
}
table.logintable {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	background-color:#F4F4F4;
}
table.overzichttabel {
	width:100%;
	border:1px solid #000;
	background-color:#FFC860;
}
table.overzichttabel table { 
	background-color:#FFDD95;
}
table.navtable input, select {
	font-size:10px;
}
.mod_kop {
	background-color:#050E69;
	color:#fff;
	font-weight:bold;
	width:auto;
	padding:6px;
}
.info {
	font-style:italic;
	color:#000;
	padding:6px;
	margin:6px;
	background-color:#FFDD95;
	border:1px dashed #ccc;
}
.bold { font-weight:bold; }
.highlight { background-color:#E9E9E9; }
.green { color:#00FF00; }
.red { color:#FF0000; }
/*========================
	CSS TAB MENU
========================*/
#topmenu {
	margin:0px;
	padding:0px;
	float:left;
	width:755px;
	height:40px;
	list-style:none;
	background-image:url(images/topmenu_bg.gif);
	background-repeat:repeat-x;
}
#topmenu li {
	float:left;
	margin:0px;
	padding:0px;
}
#topmenu a {
	float:left;
	height:23px;
	color:#fff;
	text-decoration:none;
	padding:12px 10px 2px 10px;
	font-size:10px;
	font-weight:bolder;
	text-transform:uppercase;
}
#topmenu a:hover {
	color:#000;
	text-decoration:underline;
}
#topmenu a.selected {
	background-color:#FFC860;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #FFC860;
	text-transform:uppercase;
	height:24px;
}
#topmenu a.firstselected {
	background-color:#FFC860;
	border-right:1px solid #fff;
	border-bottom:1px solid #FFC860;
	text-transform:uppercase;
	height:24px;
}
/*========================
	MENU SUB ITEMS
========================*/
#submenu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
#submenu li {
	background-color:#333A6E;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin:0px auto 1px auto;
	vertical-align:middle;
	width:auto;
	padding:1px;
}
#submenu li a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
	display: block;
}
#submenu li.subhover {
	background-color:#FF6600;
}
#submenu li.subhover a {
	color:#333A6E;
}



