@charset "utf-8";
/* CSS Document */

/* zet alle spacing ed. op 0 */
* {
	margin: 0;
	padding: 0;
	border: none;
}

/* horz & vert center */
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#centerwrap {
	position:relative;
	width:1024px;
	height:100%;
	margin: 0 auto;
}

#floater {
	float:left;
	height:50%;
	margin-bottom:-286px;
	width:100%;
}

#page {
	clear:both;
	background-color:#ccc;
	position:relative;
	width:1024px;
	height:572px;
}

body {
	background: #000;
}

p {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 10px;
}

a {
	color: #333366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header {
	position: relative;	
	width: 1024px;
	height: 127px;
	background-color: #fff;
}

/* laat logo zien met image replacement (phark method) */
#header h1.phark-imgreplace a {
	display: block;
	position:absolute;
	left: 0;
	top: 0;
	width: 385px;
	height: 127px;	
	background: url(images/groencasting_logo.png) no-repeat top left;
	overflow:hidden;
	text-indent: -9999px;
}

#header a.hellingproof_link {
	display: block;
	position: absolute;
	right: 0px;
	top: 109px;
	width: 168px;
	height: 18px;
	background: url(images/hellingproof.png) no-repeat top left;
	overflow: hidden;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	z-index: 2;
	left: 590px;
	top: 150px;
	list-style-type: none;
}

#nav li a {	
	display: block;
	width: 145px;
	height: 16px;
	margin-bottom: 18px;
	/* img replacement */
	overflow:hidden;
	text-indent: -9999px;
}

#nav li.groen a { background: url(images/btn_groen_out.png) no-repeat top left; }
#nav li.nieuws a { background: url(images/btn_nieuws_out.png) no-repeat top left; }
#nav li.projecten a { background: url(images/btn_projecten_out.png) no-repeat top left; }
#nav li.inschrijven a {	background: url(images/btn_inschrijven_out.png) no-repeat top left; }
#nav li.contact a {	background: url(images/btn_contact_out.png) no-repeat top left; }

/* use child selector to hide this from IE5-6/Win */
#nav>li.groen.current a { background: url(images/btn_groen_over.png) no-repeat top left; cursor: default; }
#nav>li.nieuws.current a { background: url(images/btn_nieuws_over.png) no-repeat top left; cursor: default; }
#nav>li.projecten.current a { background: url(images/btn_projecten_over.png) no-repeat top left; cursor: default; }
#nav>li.inschrijven.current a {	background: url(images/btn_inschrijven_over.png) no-repeat top left; cursor: default; }
#nav>li.contact.current a {	background: url(images/btn_contact_over.png) no-repeat top left; cursor: default; }

#nav>li.groen a:hover {	background: url(images/btn_groen_over.png) no-repeat top left; }
#nav>li.nieuws a:hover { background: url(images/btn_nieuws_over.png) no-repeat top left; }
#nav>li.projecten a:hover { background: url(images/btn_projecten_over.png) no-repeat top left; }
#nav>li.inschrijven a:hover { background: url(images/btn_inschrijven_over.png) no-repeat top left; }
#nav>li.contact a:hover { background: url(images/btn_contact_over.png) no-repeat top left; }

#content {
	position: relative;
	width: 1024px;
	height: 445px;
	background: #ccc url(images/bg1.png) repeat-y top left;
}

#content .text {
	overflow:auto;
	position: absolute;
	width: 394px;
	height: 180px;
	left: 590px;
	top: 200px;
}

/*
#content .media-outer {
	width: 530px;
	height: 445px;
	overflow:hidden;
	
	display: table;
	position: static;


	_position: relative;
	_text-align: left;
}

#content .media-middle {
	width:100%;
	text-align:center;	
	
	display: table-cell;
	vertical-align: middle;
	position: static;
	
	 underscore hack ie6 
	_padding-top: 30px;
	

	_position: absolute;
	_top: 50%;
}

#content .media-middle img, #map_canvas {	
	border: #000 6px solid;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	_position: relative;
	_top: -50%;
}
*/

#content .media {
	width:530px;
	height:445px;
	border:0;	
}

#content .media td {
	text-align:center;
	vertical-align:middle;
}

#content .media td img, #map_canvas {
	border: #000 6px solid;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content .text td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:10px;
}

#content .text td.label {
	color: #333366;
	width:125px;
	vertical-align: top;
}

.navigation .vorige a {
	overflow:hidden;
	display: block;
	width:30px;
	height:30px;
	background: url(images/verder.png) no-repeat top left !important;
	background: url(images/verder.gif) no-repeat top left;
	text-indent: -9999px;
	position:absolute;
	top: 385px;
	right: 40px;
}

.navigation .vorige a:hover {
	background: url(images/verder_over.png) no-repeat top left !important;
	background: url(images/verder_over.gif) no-repeat top left;
}

.navigation .volgende a {
	overflow:hidden;
	display: block;
	width:30px;
	height:30px;
	background: url(images/terug.png) no-repeat top left !important;
	background: url(images/terug.gif) no-repeat top left;
	text-indent: -9999px;
	position:absolute;
	top: 385px;
	left: 590px;
}

.navigation .volgende a:hover {
	background: url(images/terug_over.png) no-repeat top left !important;
	background: url(images/terug_over.gif) no-repeat top left;
}
