@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-color: #C7C8C8;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	margin-top: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 12px;
}

#container {
  position: relative;
	width: 1010px;
	margin: 0 auto;
	background-image: url(../images/container_bg.gif);
}

#header {
	height: 117px;
	background-image: url(../images/header.gif);
}
#header a.logo,
#header a.logo:link,
#header a.logo:active,
#header a.logo:focus,
#header a.logo:visited,
#header a.logo:hover{
  left:25px;
  top:45px;
  display:block;
  height:55px;
  position:absolute;
  width:390px;
  z-index:999;
  text-decoration:none;
}

#language {
	padding: 75px 40px 0 0;
	text-align: right;
}

#language img {
	margin-left: 10px;
}

#menu, #content, #content2 {
	width: 970px;
	margin: 0 auto 7px;
}

#content {
	background-image: url(../images/content_bg.gif);
}

body.projects #content {
	background-image: url(../images/content_bg2.gif);
}

#left {
	float: left;
	width: 648px;
}

#right {
	float: left;
	width: 322px;
}

#menu {
	margin-bottom: 7px;
}

#menu_left {
	width: 646px;
	margin-right: 2px;
	background-color: #00445D;
	float: left;
}

#navigation {
	margin-left: 12px;
	position: relative;
}

#menu_left a img {
	display: block;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	margin: 0px;
	display: block;
}

#nav li li a {
	margin: 0px;
	display: block;
	width: 115px;
	height: 26px;
	border-top: 1px solid #3d7184;
}

#nav li li a:hover {
	display: block;
}

li {
	position: relative;
	float: left;
}
 
li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}

li > ul {
	top: auto;
	left: auto;
}
 
li li {
	margin: 0;
	padding: 0;	
	display: block;
	background-color: transparent;
	float: none;
}

li:hover ul, li.over ul { 
	display: block;
}

#menu_right {
	float: left;
}

#menu_right.projects{
  float: right;
  width: 322px;
}

.item {
	width: 322px;
  _width: 320px;
	background-color: #E6F0F0;
	float: left;
	overflow: hidden;
}

.item_big {
	width: 646px;
	background-color: #E6F0F0;
	float: left;
}


.item_left, .item_middle {
	margin-right: 2px;
	_margin-right: 2px;
	_padding: 0 1px;
}

.item_right{
  _padding-right: 1px;
}

.item_right2 {
	border-top: 2px solid #FFF;
}

#formbutton_container
{
  position: relative;
  top: -30px;
  left: 345px;
  z-index: 250;
}

#formbutton_container .button2
{
}

#project_flash{
  height: 180px;
  overflow: visible;
  _position: absolute;
}
#project_flash2{
  height: 180px;
  overflow: visible;
  _position: absolute;
}

.text {
  padding: 20px;
	_padding: 16px;
	line-height: 1.4em;
	color: #002431;
}

.text a {
	color: #002431;
	text-decoration: underline;
}

.text a:hover {
	color: #9a2128;
}

.img_border {
	border: 3px solid #FFF;
}

.arrow_left, .arrow_right {
	width: 141px;
	margin: 20px 0 10px;
	float: left;
}

.arrow_right {
	text-align: right;
}

.arrow_left2, .arrow_right2 {
	width: 300px;
	margin: 20px 0 10px;
	float: left;
}

.arrow_right2 {
	text-align: right;
}

.kalender_item {
	width: 282px;
	height: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #c9cece;
	font-size: 7pt;
}

.kalender_item a, .kalender_item a:hover{
	text-decoration: none;
}

.kalender_datum {
	width: 51px;
	height: 29px;
	padding-top: 2px;
	margin-right: 9px;
	text-align: center;
	color: #FFF;
	line-height: normal;
	float: left;
}

.kalender_datum table
{
  float: left;
}

.kalender_datum table, .kalender_datum table tr, .kalender_datum table td
{
	background-color: #9a2128;
	margin: 0;
	padding: 0;
}

.kalender_datum table td
{
  width: 29px;
}

.kalender_datum table td.dash
{
  width: 6px;
}


.kalender_datum table td.single_month
{
  width: 100%;
}

.kalender_datum table td
{
  text-align: center;
}

.kalender_tekst {
	width: 222px;
	float: left;
}

.noborder {
	border: none;
}

.video {
	background-color: transparent;
	color: #9a2128;
	width: 266px;
	margin-left: 14px;
	margin-top: 6px;
	padding: 3px 6px;
}

.video a {
	color: #9a2128;
	text-decoration: none;
}

.video a:hover {
	text-decoration: underline;
}

#footer {
	margin: 16px 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #AEAEAE;
}

#footer a {
	color: #AEAEAE;
	text-decoration: none;
}

#footer a:hover {
	color: #00445D;
}

#marsmedia {
	height: 20px;
	width: 50px;
	position: relative;
	top: -20px;
	right: 40px;
	float: right;
}

.clear_fix {
	clear: both;
}

#spacer {
	height: 100px;
}

/* INFORMATIE */

#aanvraag_form form {
	margin-left: 12px;
}

.aanvraag_form input {
	color: #002431;
	font-size: 11px;
	width: 200px;
	padding: 2px 4px;
	margin: 0 0 2px;
	border: 1px solid #c9cece;
}

.aanvraag_form select {
	color: #002431;
	font-size: 11px;
	padding: 1px 1px 1px 0;
	margin: 0 0 2px;
	border: 1px solid #c9cece;
}

select.select_long {
	color: #002431;
	font-size: 11px;
	width: 212px;
	padding: 1px 1px 1px 0;
	margin: 0 0 2px;
}

input.button1 {
  width: 110px;
	margin-top: 20px;
	border: none;
}

input.button2 {
  width: 110px;
	margin-top: 26px;
	border: none;
}

td.aether_break_up_previous{
  width: 50%;
  text-align: left;
}

td.aether_break_up_previous a{
  padding-left: 12px;
  background: url(../images/pijltje_terug.gif) left 3px no-repeat;
}

td.aether_break_up_next{
  width: 50%;
  text-align: right;
}


td.aether_break_up_next a{
  padding-right: 12px;
  background: url(../images/pijltje_verder.gif) right 3px no-repeat;
}

/* LIGHTBOX */

#moviepopup {
  
  position: fixed;
  
  margin-left: -320px;
  left: 50%;
  top: 60px;
  display: none;
  z-index: 100;
  .position: absolute;
}

#movie_close {
  position: fixed;
  .position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -320px;
  display: none;
  z-index: 110;
  width: 640px;
  height: 22px;
  font-size: 15px;
  background-image: url(../images/close_vid.gif);
}

#movie_close:hover {
  cursor: pointer;
}
#lightbox{
	
	padding: 0px;
	bborder-bottom: 2px solid #666;
	bborder-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px !important;
  background-color: black;
  z-index: 90;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}

.error_message{
  color: red;
  margin-left: 0px;
}

.form_p {
  padding: 0px !important;
  margin: 0px !important;
}

.description_form_field {
  display: none;
}

.error {
  padding-top: 2px !important;
}

.error input{
  border: 1px solid red !important;
}

/** spambot honeypots **/
#mickeymouse{
  display: none;
}


/** Implementation of image slideshow */

.banner img {
  display:block;
}

.front-page-banner {
  height:262px;
  overflow:hidden;
  width:646px;
}

.slideshow {
  position: relative;
}

.slideshow .slide {
  width: 685px;
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow .pager {
  position: absolute;
  z-index: 60;
  bottom: 10px;
  right: 10px;  
}

.slideshow .pagerbar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 30px;
  width: 685px;
  color: white;
  padding-left: 21px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: bold;
  background-color: black;
  z-index: 50;
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;

}
.slideshow .pagerbar2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 30px;
  width: 685px;
  color: white;
  padding-left: 21px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: bold;
  background-color: black;
  z-index: 50;
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;

}
.slideshow .pagerbar3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 30px;
  width: 685px;
  color: white;
  padding-left: 21px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: bold;
  background-color: black;
  z-index: 50;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;

}

.slideshow .pager a.select {
  background-color:#9A2128;
  border:1px solid #00445D;
  color:#FFFFFF;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  height:20px;
  line-height:20px;
  margin-left:7px;
  position:relative;
  text-align:center;
  text-decoration:none;
  width:17px;
}

.visible{
  display:block;
}

.slideshow .pager a:hover {
  text-decoration:none;
}   



