@charset "utf-8";
body {
	background-color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_station.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#canvas	{
	height:100%;
	margin: 0 auto;	
}

/*==============datum, klok en topblokje=============*/

#datum {
	width: 300px;
	margin-left: 55px;
	margin-top: 20px;
	position: absolute;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-size: 85%;
}
#topbanner{
/*	font-family: Arial, Verdana, Helvetica, sans-serif;*/
	width: 120px;
	height: 60px;
	padding: 5px;
	border: 1px solid #666;
	position: absolute;
	font-size: 90%;
	font-style: italic;
	color: #666;
	text-align: center;
	top: 65px;
	left: 55px;
}
#logo_groot{
	width: 542px;
	height: 104px;
	position: absolute;
	top: 65px;
	left: 202px;
	background-image: url(../images/logo_groot-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo_klein{
	width: 211px;
	height: 141px;
	position: absolute;
	top: 13px;
	left: 510px;
	background-image: url(../images/logo_klein-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#klok {
	height: 52px;
	width: 52px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 1157px;
	top: 479px;
}
#header{
	margin:0 auto;
	width: 705px;
	height: 119px;
	position: absolute;
	top: 59px;
	left: 55px;
}
/* ===============content==========*/
#contentholder{
	width: 760px;
	margin: 0 auto;
	position: absolute;
	height: 100%;
	left: 162px;
	top: 40px;
	border: 0px solid orange;
}
	
#content {
	width: 710px;
	height: 100%;
	position: relative;
	top: 190px;
	left: 52px;
	border: 0px solid red;
}
hr.halflijn{
	clear: both;
	align: left;
	width: 250px;
	border-color: #ff5400;
}
h1{
	font-size: 250%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #333;
}
h2{
	clear: both;
	font-size: 160%;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
	color: #333;
}

.subkopje{
	width: 325px;
	padding-top: 10px;
	border-top: 1px solid #999;
}

.half{
	margin: 10px 30px 20px 0;
	float: left;
	width: 325px;
	line-height: 140%;
	text-align: justify;
}
.half_linkspagina{
	clear: both;
	margin: 0px 30px 20px 0;
	align: left;
	width: 325px;
	text-align: justify;
	line-height: 140%;
}
.half_linkspagina ul{
	margin-top: 5px;
}
.heel{
	border-bottom: 1px solid #999;
	margin: 10px 20px 10px 0;
	padding-bottom: 10px;
	clear: both;
	width: 670px;
	line-height: 140%;
	text-align:justify;
}
img.rechts{
	clear: both;
	position: absolute;
	top: 320px;
	left: 370px;
}
ul li {
	margin-left: -25px;
}
/* ===============contactformulier==========*/
table#contact{
	width: 650px; 
	line-height: 140%;
	border: 1px solid #999;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table#contact p{
	margin-top: 10px;
}
form td.tekstrechts{
	text-align: right;
}

form textarea, form td{
	padding-left: 10px;
}

/* ===============navigatie elementen==========*/
a	{
	text-decoration: none;
	color:#cb1017;
}
a:hover	{
	text-decoration: none;
	color:#ff5400;
}

a img{
	border: none;
}
#hoofdmenu {
	width: 705px;
	height: 14px;
	position: relative;
	top: 185px;
	left: 55px;
	text-align: center;
	background-image: url(../images/nav_bg-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#hoofdmenu ul{
    margin: 0 auto;
	position: relative;
	top: -2px;
}
#hoofdmenu ul li{
    margin: 0;
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#hoofdmenu ul li a{
	margin-left: -3px;
	border-right: 1px solid #ce817e;
	padding-right: 11px;
	padding-left: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #fff;
	text-decoration: none;
}
#hoofdmenu ul li a:hover{
	color: #cb1017;
	background-color:#dbe1d3;
}

/* ===============Gallery Styles - http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm#==========*/
#schaduw_gallerie {
	width: 40px;
	height: 119px;
	position: absolute;
	left: 719px;
	top: 58px;
	background-image:url(../images/schaduw_motiongallerie-trans.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:100;
}
#motioncontainer {
	margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
	width: 704px; /* Set to gallery width, in px or percentage */
	height: 119px; /* Set to gallery height */
	position: relative;
	top: 44px;
	left: 27px;
	background-color: #000;
	border: 0px solid black;
}

#motioncontainer a img {
	border: 0px solid #fff; /* Set image border color */
	margin: -1px;
}

#motioncontainer a:hover img {
	border: 0px solid #000; /* Set image border hover color */
}

#statusdiv {
	background-color: #999;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

.titel{
	width: 705px;
	height: 25px;
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 120%;
	font-weight: bold;
	background-image:url(../images/bg_titel-trans.png);
	color: #FFFFFF;
}

/* ===========thumbnailviewer : www.dynamicdrive.com/dynamicindex4/thumbnail2.htm =================*/

#loadarea{
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 710px; /* Set to gallery width, in px or percentage */
 	height: 480px;	/* Set to gallery height */
	overflow: auto;
	position: relative;
	left: 55px;
	top: 85px;
	background-image:url(../images/bg_fotos.gif);
	background-repeat: repeat-y;
	background-position:top left;
	text-align: center;
	padding-top:20px;
	color: #FFFFFF;
}

#loadarea H1{
	margin-top: 0;
	margin-left: 20px;
	color: #F2F2F2;
}
#loadarea H2{
	margin: 15px 0 10px 20px;
	color: #F2F2F2;
}
#loadarea p.halflinks{
	text-align: justify;
	line-height: 150%;
	float: left;
	width: 310px;
	margin: 5px 0 0 20px;
	color: #F2F2F2;
}
#loadarea p.halfrechts{
	text-align: justify;
	line-height: 150%;
	float: left;
	width: 310px;
	margin: 5px 0 0 20px;
	color: #F2F2F2;
}
#loadarea p.heel{
	line-height: 150%;
	text-align: justify;
	width: 640px;
	float: left;
	margin-left: 20px;
	padding-bottom: 15px;
	color:#F2F2F2;
	border-bottom: 1px solid #333;
}
