html
{
	height: 100%;
	overflow: hidden; /* Haalt nutteloze scrollbalk weg in IE */
}

body
{
	height: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
	font: bold 11px arial;
	color: white;
	background: #F6F6F6;
	overflow: hidden; /* Haalt nutteloze scrollbalk weg in IE */
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	border: none;
	background: #FF6600;
	color: #FF6600;
	height: 1px;
	width: 100%;
	margin: 5px 10px;
	clear:left;
}
input, textarea
{
	border: 1px solid #d31145;
	font: 11px arial;
	color: gray;
	background: white;
	width: 180px;
}

#geheel
{
	width: 780px;
	height: 100%;
	border-top: none;
	border-right: 1px solid #d31145;
	border-bottom: none;
	border-left: 1px solid #d31145;
}

#boven
{
	background: white;
	height: 134px;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

#bodem
{
	font: bold 11px arial;
	width: 100%;
	height: 20px;
	background: #d31145;
	vertical-align: middle;
	text-align: center;
}

#midden
{
	height: 100%;
	width: 100%;
	vertical-align: top;
	/* padding: 10px; */
}

#buitenkant
{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#binnenkant
{
	position: absolute;
	background: white;
	font: 11px arial;
	color: black;
	left: 0px;
	top: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
	z-index: 1;
}

/* Einde standaard opmaak */

/* Bovenkant inhoud */

#relativefix
{
	width: 100%;
	height: 100%;
	position: relative;
}


#logo
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 5px;
}

#kop_img
{
	position: absolute;
	z-index: 0;
	right: 0px;
	top: 0px;
}

#navbalk_rood
{
	position: absolute;
	padding-top: 1px;
	left: 0px;
	top: 98px;
	width: 100%;
	height: 18px;
	background: #d31145;
}

#navbalk_grijs
{
	position: absolute;
	text-align: left;
	left: 0px;
	top: 116px;
	width: 100%;
	height: 18px;
	background: #F2F2F2;
}

.rood_item
{
	float: left;
	width: 155px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#route_item
{
	float: right;
	text-align: left;
	width: 112px;
	font-size: 12px;
	font-weight: bold;
}

/* Einde Bovenkant inhoud */

/* Index inhoud */
.balk
{
	height: 1px;
	background: #FF6600;
	color: #FF6600;
	width: 428px;
	margin: 4px 0px;
	padding: 0px;
	border: none;
}

#gedo_bg
{
	float: left;
	margin-left: 25px;
	bottom: 0px;
	height: 100%;
	width: 247px;
	background: url(../images/index_bg.jpg) left top no-repeat;
}

#nieuwsgeheel
{
	float: left;
	width: 770px;
}

#nieuwsbalk
{
	margin-top: 51px;
	width: 440px;
	height: 32px;
	background: #d31145 url(../images/nieuws_balk.jpg) top right no-repeat;
	font: bold 14px arial;
	text-transform: uppercase;
	color: white;
}

#nieuws_titel
{
	padding: 7px 0px 0px 12px;
}

.nieuws_subbalk
{
	width: 440px;
	height: 20px;
	background: url(../images/nieuws_bg.jpg) top left repeat-x;
}

.stip
{
	float: left;
	width: 16px;
	height: 20px;
	background: url(../images/nieuws_knop.jpg) top right no-repeat;
}

.sub_titel
{
	float: left;
	margin-top: 1px;
	margin-left: 10px;
	font: bold 14px arial;
	color: #d31145;
	text-transform: uppercase;
}

.oranje
{
	color: #FF6600;
	font: bold 14px arial;
}

.nieuwsblok
{
	width: 430px;
	font: 11px arial;
	color: #666666;
}

.nieuwstekst
{
	margin: 12px;
}

.nieuwsfoto
{
	float: right;
	margin: 0px 10px;
	_margin: 10px 5px;
}

.leesmeer
{
	font-weight: bold;
	margin-top: 10px;
}

.rood
{
	color: #d31145;
}

.foto_detail
{
	float: left;
	width: 32%;
	text-align: center;
	margin-bottom: 10px;
}

.wpc
{
	display: none;
}
/* Einde Index inhoud*/

/* Bodem inhoud */

.bodem_tekst
{
	float: left;
	width: 19%;
}

/* Einde bodem inhoud */

/* Routebeschrijving pagina */

#gedo_bord
{
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 50px;
}

#route_grijs
{
	background: #F5F5F5;
	position: absolute;
	z-index: 0;
	top: 50px;
	right: 50px;
	width: 680px;
	height: 585px;
}

#grijs_inhoud
{
	margin: 20px;
}

#routekop
{
	font: bold 14px arial;
	color: #d31145;
}

#route_tekst
{
	font: 12px arial;
	color: #858585;
}

#route_rood
{
	position: absolute;
	z-index: 1;
	background: #d31145;
	bottom: 0px;
	left: 0px;
	width: 180px;
	height: 280px;
}

#kaart
{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
}

#rood_inhoud
{
	font: 12px arial;
	color: white;
	margin: 65px 0px 0px 27px;
}
/* Einde Routebeschrijving pagina */

/* Contact pagina */

#contact_grijs
{
	background: #F5F5F5;
	position: absolute;
	z-index: 0;
	top: 50px;
	right: 50px;
	width: 680px;
	height: 400px;
}

#contact_rood
{
	position: absolute;
	z-index: 1;
	background: #d31145;
	bottom: 0px;
	right: 0px;
	width: 200px;
	height: 240px;
}

#contact_form
{
	margin-top: 15px;
	font: 12px arial;
	color: #333333;
}

#rood_contact_inhoud
{
	font: 12px arial;
	color: white;
	margin: 45px 0px 0px 27px;
}

/* Einde Contact Pagina */

/* Mogelijkheden + Sub Paginas */

.tekstblok
{
	float: left;
	margin-left: 40px;
	_margin-left: 20px; /* IE Fix voor Float bug (pakt margin dubbel)*/
	width: 695px;
	margin-top: 20px;
}

.titel_links
{
	float: left;
	font: bold 14px arial;
	color: #d31145;
	width: 495px;
	margin-bottom: 15px;
}

.tekst_links
{
	float: left;
	font: 11px arial;
	color: #858585;
	width: 495px;
}

.img_rechts
{
	float: right;
	text-align: right;
	width: 200px;
}

.titel_rechts
{
	float: right;
	font: bold 14px arial;
	color: #d31145;
	width: 495px;
	margin-bottom: 15px;
}

.tekst_rechts
{
	float: right;
	font: 11px arial;
	color: #858585;
	width: 495px;
}

.img_links
{
	float: left;
	text-align: left;
	width: 200px;
}

#elektrobalk
{
	margin-top: 1px;
	margin-left: 177px;
	color: #d31145;
	font-size: 12px;
	font-weight: bold;
}
/* Eind Mogelijkheden + Sub Paginas */

/* Over Gedo Pagina */

.tekst_lang
{
	float: left;
	font: 11px arial;
	color: #858585;
	width: 690px;
}

#overgedo_balk
{
	margin-top: 1px;
	margin-left: 349px;
	color: #d31145;
	font-size: 12px;
	font-weight: bold;
}

.oranje_klein
{
	color: #FF6600;
	font: bold 12px arial;
}
/* Einde Over Gedo pagina */

/* Personeel pagina */
.vlak
{
	float: left;
	width: 335px;
}

.pers_item
{
	float: left;
	margin: 20px 10px;
	color: #858585;
}

.pers_tekst
{
	float: left;
	margin: 20px 10px;
	padding-top: 45px;
	color: #858585;
}


.rand
{
	border: 1px solid black;
}
/* Einde Personeel pagina */

/* Referentie pagina */

.ref_tekst
{
	float: left;
	width: 135px;
	margin: 20px 10px 20px 2px;
	color: #858585;
	padding-top: 18px;
}

.r_vlak
{
	float: left;
	width: 690px;
}
/* Einde referentie pagina */