html{
}

body
{
	margin: 0;
	padding:0; 
	
	font-family: Tahoma;
	font-size: 12px;
	color: #585858;
}

.tekstveld
{
	background-image: url(../img/input_bg.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 255px;
	border: 1px solid #cccccc;
	font-family: Tahoma;
	font-size: 12px;
	color: #585858;
	padding: 5px 0 0 5px;
}

a
{
	color: #104966;
}

#menu{
	position: absolute;
	list-style: none;
	z-index:999;
	top: -28px;
	right: 0px;
	margin: 0;
	padding: 0;
	}

#menu li{
	margin: 0; padding: 0;
	float:left;
	}

#menu li a{
	color:#104966;
	display: block;
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
	padding: 6px 20px 0 20px;
	background-image: url(../img/button_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	margin-left: 1px;
	
}

#menu li a:hover, #menu li a.active
{
	color: #FFFFFF;
	background-image: url(../img/button_bg_active.gif);
	background-repeat: repeat-x;
	}

/*
   Drop down menu
*/

#menu li ul 
{
	position: absolute;
	top: -999em;
	margin:0px;
	list-style: none;
	padding-left: 0em;
	margin-left: 0em;
	margin-top: 0em;
	z-index: 999;
}

#menu li ul a 
{
	width: 80px;
	font-weight: normal;
	
}

#menu li ul a:hover
{
	background-color:#6590f3;
}	

#menu li:hover ul, #menu li.cw_hover ul 
{
	top: auto;
	left: auto;
	width: 10em;
	padding-top:0px;
}


#submit
{
	border: 1px solid #cccccc;
	background-color: #fff;
}

.textarea
{
	border: 1px solid #cccccc;
	width: 260px;
	height: 200px;
}

input: hover
{
	border: 1px solid #000;
}

ul li
{
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 22px;
	color: #1a5877;
	margin: 0px;
	font-weight: normal;
}

h2
{
	font-weight: bold;
	color: #104966;
	font-size: 12px;
	margin: 0px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

#header_top
{
	background-image: url(../img/header_top_bg.gif);
	width: 100%;
	height: 66px;
}

#header_top_center
{
	position: relative;
	margin: 0 auto;
	width: 989px;
	height: 66px;
}

#logo
{
	position: absolute;
	left: 9px;
	top: 13px;
	background-image: url(../img/logo.png);
	width: 380px;
	height: 34px;
}


#button_space
{
	position: absolute;
	bottom: 0px;
	right: 0px;	
	font-weight: bold;
	color: #104966;
}

.button
{
	background-image: url(../img/button_bg.gif);
	float: right;
	height: 22px;
	padding: 6px 20px 0 20px;
	margin-left: 1px;
	color:#104966; 
	text-decoration: none; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold;
}

.button2
{
	background-image: url(../img/button_bg.gif);
	height: 22px;
	padding: 6px 20px 0 20px;
	margin-left: 1px;
	color:#104966; 
	text-decoration: none; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: bold;
}

.button:hover 
{
	background-image: url(../img/button_bg_active.gif);
}

#header_bg
{
	position: relative;
	background-image: url(../img/header_bg.gif);
	background-position: center;
	width: 100%;
	height: 246px;
}

#header_photo_center
{
	position: relative;
	margin: 0 auto;
	width: 989px;
	height: 246px;
}

#header_photo_place
{
	position: absolute;
	width: 679px;
	height: 246px;
}

#header_photo
{
	background-image: url(../img/header1.jpg);
	width: 679px;
	height: 246px;
}

#header_photo2
{
	background-image: url(../img/header2.jpg);
	width: 679px;
	height: 246px;
}
#header_photo3
{
	background-image: url(../img/header3.jpg);
	width: 679px;
	height: 246px;
}
#header_photo4
{
	background-image: url(../img/header4.jpg);
	width: 679px;
	height: 246px;
}

#verwachting_button
{
	position: absolute;
	right: 0px;
	top: 156px;
	background-image: url(../img/verwachting_button.png);
	width: 168px;
	padding: 6px 0 0 0;
	text-align: center;
	height: 22px;
	font-weight: bold;
	color: #104966;
}

#header_bottom
{
	position: absolute;
	z-index: 20;
	bottom: 0px;
	background-image: url(../img/header_bottom_bg.png);
	width: 100%;
	height: 62px;
}

#header_bottom_center
{
	position: relative;
	margin: 0 auto;
	width: 989px;
	height: 62px;
}

#text1
{
	position: absolute;
	top: 13px;
	color: #104966;
	width: 123px;
}

#text2
{
	position: absolute;
	left: 123px;
	top: 13px;
	color: #104966;
	width: 144px;
}

#text3
{
	position: absolute;
	left: 252px;
	top: 13px;
	color: #104966;
	width: 210px;
}

#weather_space
{
	position: absolute;
	top: 7px;
	right: 0px;
	color: #104966;
}

.weather_container
{
	float: left;
	position: relative;
	width: 178px;
	height: 40px;
}

.weather_icon
{
	position: absolute;
	height: 40px;
	width: 50px;
}

.weather_text
{
	position: absolute;
	padding: 5px 0 0 0;
	left: 50px;
	width: 128px;
	height: 40px;
}

#container
{
		margin: 0 auto;
	width: 989px;
}

#content
{
	float: left;
	margin: 10px 0 0 0;
	
}

#footer
{
	color: #999;
	width: 989px;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 10px 0;
}

#footer a
{
	color: #888;
	text-decoration: underline;
}

#footer a:hover
{
	color: #666;
	text-decoration: underline;
}

#content_info
{
	float: left;
	width: 467px;
}

#content_nieuws
{
	float: left;
	width: 241px;
	margin: 0 0 0 20px;
}

#content_nieuws a.archief_link
{
	text-align: right;
	font-size: 11px;
	margin: 5px 0;
	display: block;
	color: #777;
	text-decoration: underline;
}

#content_nieuws a.archief_link:hover
{
	color: #104966;
	
}

#content_nieuws a, #content_agenda a
{
	text-decoration: none;
}

#content_agenda
{
	float: left;
	margin: 0 0 0 20px;
	width: 241px;
}

.info_kop
{
	background-image: url(../img/info_kop.gif);
	width: 452px;
	height: 41px;
	padding: 10px 0 0 15px;
}

.info_kop h1 a
{
	text-decoration: none;
}

.klein_kop
{
	background-image: url(../img/nieuws_kop.gif);
	width: 230px;
	height: 21px;
	padding: 4px 0 0 11px;
}

.info_tekst
{
	padding: 18px 10px 20px 10px;
}

.info_tekst img
{
	float: right;
	margin: 0 0 0 10px;
}

.photo
{
	float: right;
	margin-left: 11px;
}

.nieuws_item
{
	width: 241px;	
}

.nieuws_item:hover
{
	background-color: #e9f3f7;
	
}

.nieuws_item a, .content_agenda a
{
	color: inherit;
	text-decoration: inherit;
}

.nieuws_tekst
{
	width: 218px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ebeff0;
}

.agenda_item
{
	position: relative;
	height: 60px;
}

.agenda_item:hover
{
	background-color: #e9f3f7;
	
}

.agenda_kalender
{
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0px;
	left: 11px;
	border-bottom: 1px solid #ebeff0;
}

.agenda_tekst
{
	position: absolute;
	padding: 5px 0 0 0;
	left: 61px;
	bottom: 0px;
	width: 160px;
	height: 45px;
	border-bottom: 1px solid #ebeff0;
}

.kalender_icon
{
	position: relative;
	width: 40px;
	height: 40px;
	background-image: url(../img/kalender_bg.png);
}

.kalender_maand
{
	position: absolute;
	top: 3px;
	left: 10px;
	color: #fff;
	text-transform: uppercase;
	
}

.kalender_dag
{
	position: absolute;
	font-size: 22px;
	color: #fff;
	left: 8px;
	top: 11px;
}

.webcam
{
	position: relative;
	float: left;
	height: 640px;
}

.webcam .webcam_image
{
	position: absolute;
	top: 15px;
	left: 7px;
	z-index: 0;
}

.webcam .webcam_mask
{
	position: absolute;
	top: 0px;
	left: -15px;
	z-index: 1;
}


img, div, a, input  { behavior: url(/includes/iepngfix.htc); }
