html {
	height: 100%;
	margin: 0px;
	overflow-y: scroll;
}

body, td, div, input, textarea, select, a{
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #000000;
}

body, div, input, textarea, a{
	text-align: left;	
}

body  {
	background: #FFE9CC;
	background-image: url(../images/menu_lines.gif); 
	background-repeat: repeat-y; 
	background-position: center top;
	height: 100%;
	margin: 0px;
	padding: 0px;	
	text-align: center;
}	

p {
	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #41198C;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

form {
	border: 0px;
	margin: 0px;
}

form label {
	font-weight: bold;
	color: #000000;
}


input, textarea, .textfield_error, .textfield_ok{
	height: 16px;
	width: 120px;
	color: #41198C;	
	background: #F7EACF;	
	border: #E0D4BC 1px solid;
	border-top: #80796B 1px solid;
	border-left: #80796B 1px solid;
	padding: 0px;
	padding-left: 3px;
}

input.checkbox {
	background: transparent;
	border: none;
	width: auto;
}

select {
	color: #41198C;	
	background: #F7EACF;
}

label.error, div.error {
	color: red;
}

.textfield_error, input.error {
	background: #E5ABAB;
}

.errormsg{	
	font-weight: bold;
	color: #C1121F;
	padding: 10px;
	text-align: left;
}

.button {
	width: auto;
	color: #FFFFFF;
	background-color: #41198C;
	border: #E0D4BC 1px solid;
	border-top: #80796B 1px solid;
	border-left: #80796B 1px solid;
    cursor: pointer;
    height: 20px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    text-align: center;
}

#page {
	z-index: 1;
	width: 768px;
	margin: 0 auto;
	background-image: url(../images/main.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	min-height: 100%;	
}

/* fix voor IE<7 omdat min-height niet wordt herkent */
* html #page {
	height: 100%;
}

#nonFooter {
	z-index: 2;
	height: auto;
}

#header {
	height: 190px;
	background-image: url(../images/logo.jpg); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;	
}

#funct_container {
	float: left;
	width: 292px;
}

#flags {
	float: left;
	width: 108px;
	padding-top: 14px;
	text-align: center;
}

#search {
	float: left;
	padding-top: 12px;
}

#search form input{
	height: 16px;
	width: 102px;
	color: #FFFFFF;	
	background: #7659AD;	
	border: #B9AAD5 1px solid;
	border-top: #3D2E5A 1px solid;
	border-left: #3D2E5A 1px solid;
	padding: 0px;
	padding-left: 3px;
}

#search a {
	color: #FF8F00;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 2px;
}

#search a:hover {
	color: #FFFFFF;
}

#member_container {
	float: left;
	width: 476px;
	text-align: right;
	padding-top: 165px;
}

#member_container label{
	color: #000000;
	text-transform: lowercase;
	padding-left: 9px;
	padding-right: 1px;
}

#m_username, #m_password{
	height: 16px;
	width: 85px;
	color: #41198C;	
	background: #F7EACF;	
	border: #FBF4E7 1px solid;
	border-top: #80796B 1px solid;
	border-left: #80796B 1px solid;
	padding: 0px;
	padding-left: 3px;
}

#m_submit {
	width: 1px;
	height: 1px;
	border: 0px;
	background: #FF8F00;
}

#member_container form a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 10px;
}

#member_container form a:hover {
	color: #41198C;
}

#member_container div {
	float: right;
	padding-top: 2px;
}

#member_container div a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
}

#member_container div a:hover {
	color: #41198C;
}

#footer {	
	z-index: 2;
	position: relative;
	bottom: 0px;
	background-color: #41198C;
	height: 30px;
	width: 768px;
	margin: 0px auto;
	margin-top: -30px;
	text-align: left;
}

#footer_content {
	z-index: 3;
	color: #FFFFFF;
	text-align: right;
	padding: 2px 7px 0px 0px;
	border-top: 8px solid #FF8F00;
	height: 20px;
}

#content {
	z-index: 4;
	padding: 0px 0px 60px 15px;	
}

/* fix voor IE<7 */
* html #content {
	padding-bottom: 45px;
}


#menu {
	width: 159px;
	padding: 0px 1px 0px 1px;	
	float: left;
}

#nav_menu,#nav_menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	margin-bottom: 55px;
}

#nav_menu {
	margin-bottom: 0px;
}

#nav_menu li, .li_spacer {
	z-index: 500;
	list-style: none;
	float: left;
	position: relative;
}

.li_spacer {
	height: 20px;
	width: 159px;
	border-bottom: 1px solid #C6BADC;
}

#nav_menu li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	position: absolute;
	float: left;
	width: 159px;
	top: -1px;
	left: 159px;
	border: 1px solid #C6BADC;
	border-bottom: 0px;
}

.nav_iframe {
	display: none;
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: 159px;
	width: 159px;
	height: 0px;
	border: 0px;
}

.menuitem, .menuitem_on {
	display: block;
	width: 130px;
	border-bottom: 1px solid #C6BADC;
	padding: 7px 7px 6px 22px;
	background: #FFFFFF;
	background-image: url(../images/menu_arrow.gif); 
	background-repeat: no-repeat; 
	background-position: 10px 12px;
	color: #41198C;
	font-weight: bold;
	text-decoration: none;	
}

.menuitem:hover, .menuitem_on, .menuitem_on:hover {	
	background: #ECE8F3;
	background-image: url(../images/menu_arrow.gif); 
	background-repeat: no-repeat; 
	background-position: -182px 12px;
	text-decoration: none;	
}

#menu_footer {
	position:absolute;	
}

#menu_footer div {
	position:relative;
	left: 16px;
	top: -20px;
	height: 20px;
	width: 160px;	
}

#menu_footer div a {
	display: block;
	float: left;
	width:79px;
	height: 19px;
	background: #FFFFFF;
	border-right: 1px solid #C6BADC;
	padding-top: 1px;
	color: #41198C;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#menu_footer div a:hover {
	background: #ECE8F3;
}

#main {
	float: left;
	width: 592px;
}

#breadcrumbs {
	color: #FF8F00;
	padding: 21px 0px 0px 27px;
}

#breadcrumbs a {
	color: #41198C;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #FF8F00;
	text-decoration: underline;
}

#breadcrumbs a span {
	color: #41198C;
}

#searchresult_nav td{
	padding-left: 3px;
	padding-right: 3px;
}

#searchresult_nav a {
	color: #FF8F00;
	text-decoration: underline;
}

#searchresult_nav a:hover {
	color: #41198C;
}

#searchresult_nav a span {
	color: #41198C;
}

#main_content {
	padding: 0px 37px 0px 35px;
}

#main_title {
	color: #41198C;
	font-weight: bold;
	font-size: 15px;
	padding: 12px 37px 10px 35px;
}

#main_news_overview, #news_overview {
	padding-top: 12px;
}

#main_news_overview a {
	color: #41198C;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

#main_news_overview a:hover {
	color: #FF8F00;
}

#news_overview a {
	color: #41198C;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}

#news_overview a:hover {
	text-decoration: underline;
}

.main_news_overview_title{	
	font-size: 15px;
	padding: 12px 0px 10px 0px;
}

.main_news_overview_date, .news_overview_date {
	color: #FF8F00;		
}

.main_news_overview_text {
	color: #000000;	
	font-weight: normal;
}

.news_overview_title {
	font-size: 12px;
	text-align: left;
	display: block;
	width: 370px;
	float: left;	
}

.news_overview_date {
	display: block;
	width: 150px;
	font-weight: normal;
	float: left;	
}

#news_title {
	color: #41198C;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}

.news_date {
	font-weight: bold;
	display: block;
	color: #FF8F00;	
	padding-top: 1px;
	padding-bottom: 5px;
}


.sitemap {
	display: block;	
	/*background: #FFFFFF;
	border: 1px solid #C6BADC;*/	
	float: left;
}

.sitemap span{
	padding-top: 2px;
	padding-bottom: 2px;
}

.sitemap span a{
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}

/* o.a. nodig voor fotoalbum */
.cleardiv {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.file_icon {
	vertical-align: middle;
	border: 0px;
	margin-top: 0px;
	margin-right: 3px;
	padding: 1px 0px 1px 0px;
}

@media print {
	
	#header, #footer, #menu, .file_icon {
		display: none;
	}
}