/* CSS Document */
*
{
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
html,body
{
	text-align:center;
	background-color:#FFF;
}
div#container
{
	margin:0 auto;
	width:1000px;
	text-align:left;
	position: relative;
	background-color:#FFF;
}

#header
{
	height: 100px;
	position: relative;
}
#header div
{
	position:absolute;
}
#header div.inactive
{
	-moz-opacity: .60;
	opacity: .60;
	filter:alpha(opacity='60');
}
#header #menu
{
	top: 70px;
	height: 28px;
	width: 1000px;
	background-image:url(../images/menu1_bg.jpg);
	background-repeat:repeat-x;
}
#header #menu #cssMenu1
{
	left: 240px;
}
#header #pdw
{
	top: 30px;
}
#header #pdw_tongeren
{
	top: 43px;
	left: 500px;
}
#header #pdw_limburg
{
	top: 43px;
	left: 765px;
}

#body
{
	padding-top: 10px;
}
#left
{
float: left;
width: 230px;
min-height: 100px;
margin-right: 10px;
}

#left #bluebar
{
    text-align: right;
    padding: 3px;
    background-color: #0e3565;
}
#mid
{
float: left;
width: 525px;
padding: 0px;
color: #333333;
position:relative;
	overflow: auto;
	height: 604px;
	padding-right: 5px;
}
#right
{
float: right;
width: 223px;
min-height: 100px;

}
#newsletter
{
	padding: 5px;
	background-color: #b9cbd5;
	color: #FFF;
	font-size: 12px;
	line-height: 17px;
}
#newsletter h6
{
	font-size: 14px;
	line-height: 20px;
}

.page
{
	background-color: #f4f4f4;
	padding: 5px;
	position: relative;
}
/*
html>body .page
{
	height: auto;
}
*/


/*
==========================================================================================================================================
														CSS FOCUS WINDOW
==========================================================================================================================================
*/

#right #focus
{
	margin-top: 10px;
	padding: 5px;
	background-color: #e0dede;
	color: #0e3565;
	font-size: 12px;
	line-height: 17px;
}
#right #focus #focuswindow
{
	height: 500px;
	overflow: auto;
	position:relative
}
#right #focus h6
{
	font-size: 14px;
	line-height: 20px;
}

#right #focus .item
{
	position: relative;
	padding: 3px 0px;
}

#right #focus .item:hover
{
	background-color: #EEE;
}

#right #focus .item .readmore
{
	position: relative;
	background: none;
	text-align: right;
}



/*
==========================================================================================================================================
														CSS LANGUAGE BAR
==========================================================================================================================================
*/

#languages
{
 position: absolute;
 top: 5px;
 right: 10px;
 color: #B6D1FF;
 font-weight: bold;
}

#languages a
{
 color: #FFF;
}

/*
==========================================================================================================================================
														CSS HOMEPAGE
==========================================================================================================================================
*/
#homepage
{
	position: relative;
}
#homepage div
{
	float: left;
	background-color: #f4f4f4;
	margin-bottom: 8px;
	padding: 5px;
}

#homepage div p
{
	margin-top: 0px;
}
#homepage div.type1
{
	width: 500px;
}
#homepage div.type1 .image
{
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#homepage div.type2
{
	width: 240px;
}
#homepage div.type2b
{
	width: 240px;
	float: right;
}

#homepage div .logo
{
	float: none;
	text-align: center;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

span.readmore
{
	display: block;
	padding: 2px;
	text-align: right;
}

div.readmore
{
	padding: 2px;
	text-align: right;
}

/*
==========================================================================================================================================
														CSS PUBLICATIES
==========================================================================================================================================
*/

.book
{
	background-color: #f4f4f4;
	margin-bottom: 5px;
	padding: 10px;
	position:relative;
	height: 220px;
}
.book img
{
	float: left;
	margin-right: 3px;
}
.book h2
{
	margin: 2px 0px;
}


/*
==========================================================================================================================================
														CSS ITEMS - BLAUW BALKJE
==========================================================================================================================================
*/

.bluebar
{
	background-color: #c5def2;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bluebar .year
{
	width: 75px;
	float: left;
	padding-left: 18px;
	background-image:url(../images/arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
.bluebar .year_active
{
	width: 75px;
	float: left;
	padding-left: 18px;
	background-image:url(../images/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
.bluebar .year a, .bluebar .year_active a
{
	font-size: 14px;

}
.bluebar .year a
{
	color: #FFF;
}
.bluebar .year_active a
{
	color: #0d3664;
}
.bluebar .year a, .bluebar .year_active a
{
	font-size: 14px;
	color:

}

.bluebar .dimension
{
	float: left;
	padding-left: 18px;
	background-image:url(../images/arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin: 2px 3px;
}
.bluebar .dimension_active
{
	float: left;
	padding-left: 18px;
	background-image:url(../images/arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin: 2px 3px;
}
.bluebar .dimension a, .bluebar .dimension_active a
{
	font-size: 14px;

}
.bluebar .dimension a
{
	color: #FFF;
}
.bluebar .dimension_active a
{
	color: #0d3664;
}
/*
==========================================================================================================================================
														CSS ITEMS - ITEMS
==========================================================================================================================================
*/

#mid div.item
{
	background-color: #f4f4f4;
	margin: 3px 0px;
	padding: 5px;
	height: 120px;
	min-height: 120px;
	position: relative;
}
html>body #mid  div.item
{
	height: auto;
}

/*
==========================================================================================================================================
														CSS SEARCH FORM
==========================================================================================================================================
*/
#search
{
	position: absolute;
	right: 0px;
	top: 15px;
}

/*
==========================================================================================================================================
														CSS CONTACTFORM
==========================================================================================================================================
*/

form label
{
	display: block;
	width: 150px;
	float: left;
}
form br
{
	clear: left;
}
form input
{
	margin-bottom: 5px;
	width: 250px;
}
form textarea
{
	width: 250px;
	height: 75px;
}
form .buttons input
{
	width: 125px;
}
form .buttons
{
	text-align: center;
	margin-top: 25px;
}

