/* --------------------------------------- */
/* GREVELINGEN HOME css */
/* --------------------------------------- */

body							{ background-color: #949494; }

div#wrapper
	{
	position: relative;
	background: url(/grfx/bg-homepage.jpg) no-repeat;
	width: 1002px;
	height: auto;
	_height: 622px;
	min-height: 622px;
	margin: 0px auto;
	padding: 0px;
	}

a								{ color: #00968c; text-decoration: underline; }
a:hover							{ color: #f90; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

#header
	{
	width: 1000px;
	height: 78px;
	margin: 0px;
	padding: 0px;
	}

#header h1
	{
	background: url(/grfx/logo_homepage.gif) no-repeat 755px 5px;
	width: 100%;
	height: 78px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	}

#languages 						{ position: relative; left: 20px; top: 0px; }


/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#main
	{
	position: relative;
	height: auto;
	_height: 490px;
	min-height: 490px;
	margin: 0px;
	padding: 0px;
	}

#content
	{
	position: absolute;
	font-size: 0.9em;
	width: 375px;
	height: auto;
	_height: 430px;
	min-height:430px;
	margin-left: 0px;
	padding: 15px;
	right: 12px;
	}

#content h4
	{
	font-weight: bold;
	font-size: 1.15em;
	color: #fff;
	margin: 0px;
	}

#content hr
	{
	border-top: 1px solid #fff;
	width: 100%;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

#content a
	{
	font-weight: bold;
	color: #6f0;
	text-decoration: none;
	}

#content .readmore 				{ margin-top: 5px; }
#content .readmore a			{ font-weight: bold; color: #fff; text-decoration: none; }
#content .readmore a:hover		{ font-weight: bold; color: #fff; text-decoration: none; }

#content #specialblock
	{
	position: relative;
	margin-top: 10px;
	display: block;
	}

#content #specialblock img
	{
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	float: left;
	left: 0px;
	}

div#content img
	{
	background: none;
	padding-bottom: 0px;
	}

#content #specialblock p
	{
	position: relative;
	width: 255px;
	margin: 0px;
	float: right;
	top: 10px;
	right: 0px;
	}

#sidebar
	{
	position: absolute;
	width: 170px;
	display: block;
	left: 30px;
	}

#sidebar2
	{
	position: absolute;
	width: 320px;
	left: 230px;
	}

#bannerdrijfin
	{
	position: relative;
	background: url(/grfx/flyer_drijfin.png) no-repeat;
	_background: url(/grfx/flyer_drijfin.gif) no-repeat;
	text-indent: -9999px;
	width: 300px;
	height: 300px;
	}

#bannerdrijfin a				{ height:300px; display: block; }

#menu
	{
	width:160px;
	height:auto;
	float:left;
	z-index: 10;
	}

ul.navigation, ul ul
	{
	border:0px;
	text-align:left;
	list-style-type:none;
	width:160px;
	height:auto;
	margin:0px;
	padding:15px 0px 0px 5px;
	overflow:hidden;
	}

#languages 						{ margin-top: 15px; }


/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

#footer
	{
	position: relative;
	background: none;
	margin-left: 0px;
	left: 35px;
	bottom: 0px;
	}

#footer p						{ background-color: transparent; }


/* ======================================= */
/* ======================================= */
/* ======================================= */
