/* CSS Document */
html, body {
	margin: 0;
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #33c4d5; /* blauw */ 
}
a:hover, a:active, a.active{
	text-decoration: none;
	color: #33c4d5;
	font-weight: bold;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight:bold;
	margin-top: 0;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #33c4d5;
	font-weight: bold;
	margin-top: 0;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 11px;
	color: #33c4d5;
	font-weight: bold;
	margin-top: 0;
}
hr {
	1px dashed #a09999;
}
table {
	border: 0px solid white;
}
tr {
	vertical-align: top;
}


#wrapper {
	position:relative;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	min-height: 770px;
	height:764px;
	height: auto !important;
	min-height: 770px;
	height:764px;
	z-index: 2;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo_txt {
	position: absolute;
	top: 0px;
	left: 236px;
}
#link_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height:130px;
}
#hoofdmenu {
	position: absolute;
	top: 102px;
	left: 76px;
	height:500px;
	width: 161px;
}

/* submenu */
div#submenu {
	text-align: right;
}
div#submenu ul {
	margin: 0;
	padding: 0;
}
div#submenu li {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 22px;
	background-color: #b2e8ef;
	border-bottom: 3px solid white;
}

div#submenu a,
div#submenu a:visited{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-decoration: none;
}
div#submenu a:active,
div#submenu a.active,
div#submenu a:hover {
	color: #000;	
	font-weight: bold;
	text-decoration: none;
}




#taalwissel {
	padding-left: 120px;
	padding-bottom: 17px;
}
#midden {
	position: absolute;
	top: 88px;
	left: 237px;
	width: 580px;
}
#topmenu {
	padding-top: 9px;
	background-image: url(../../images/structure/bg_topmenu.gif);
	background-repeat:no-repeat;
	width: 421px;
	float:left;
	height: 36px;
}
div#zoeken {
	float: left;
	padding-top: 9px;
	width: 140px;
}
#zoek_input {
	background-color: #ffffff;
	padding: 3px 3px 3px 0;
}
.input_zoeken {
	border: 1px solid #a29b9b;
	height: 16px; 
	width: 125px;
}


#content {	
	padding: 45px 10px 10px 10px;
	background-color: #ffffff;
	
}
#main_default {
	padding: 20px;
	border: 1px solid #a29b9b;
	min-height: 450px;
	height: auto !important; 
	min-height: 450px;
	height: 450px;
}

/* homepage */
#main_home {
	min-height: 450px;
	height: auto !important; 
	min-height: 450px;
	height: 450px;
}
.main_home_table {
	width: 100%;
	border: 1px solid #a29b9b;
	height: 450px;
	
}
.main_home_table_left {
	border-right: 1px solid #a29b9b;
	padding: 20px;
	width: 240px;
}
.main_home_table_right {
	padding: 20px;
}

/* right */
#right {
	position: absolute;
	top: 45px;
	left: 580px;
}



div#right div#logos {
	padding-bottom: 30px;
}
div#right div#logos img{
	padding-bottom: 8px;
}

/* aanmelden */ 
#aanmelden {
	vertical-align: bottom;
	background-color: #ffffff;
	padding: 0 5px 20px 5px; 
	width: 141px;
}
a.aanmeldlink  {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}
a.aanmeldlink:hover{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}

/* news */
#news_default {
	width: 100%;
}
.label_news_default {
	background-color: #e5f7fa;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	border-top: 1px dashed #a09999;
}
.label_news_default a, .label_news_default a:hover {
	color: #000000;
	font-weight: bold;
}
.data_news_default {
	padding-bottom: 20px;
}
.data_news_default img {
	margin: 5px 5px 5px 0;
	border: 1px solid #a09999;
}

/* news homepage */
#news_home {
	width: 100%;
}

/* agenda */
#agenda {
	width: 100%;
	
}
#agenda td {
	padding: 3px;
}
.label_agenda {
	background-color: #e5f7fa;
	color: #000000;
	font-weight: bold;
	border-top: 1px dashed #a09999;
}
.data_agenda {
	border-bottom: 1px dashed #a09999;
}

/* contactformulier */
.table_contact {
	width: 360px;
}
.key_formulier_contact {
	width: 130px;
}
.input_contact {
	width: 230px;
	border: 1px solid #A29B9B;
}
.textarea_contact {
	height: 80px;
	width: 355px;
}
