/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	padding: 0px;
	margin: 0px;
	
	text-align: left;
}

input#submit {
	text-align: center;
}

html {
	height: 100%;
	overflow-y: scroll;	
}

body {
	text-align: center;

	
	margin: 0px;
	padding: 0px;
	
	background: url(../gfx/background.jpg) repeat-x;
	background-color: #ef383f;
	
	height: 100%;
}	


/* Lay-out DIVS */

/* Main  */
div#cont_main {
	position:absolute;
	left:50%;
	
	height: 100%;

	padding: 0;
	margin: 0;
}

div#cont_index {
	position: absolute;
	left: -457px;

	width: 914px;

	min-height: 100%;
	_height: 100%;
	background: url(../gfx/cont_background.jpg);
}	

/* Eerste verdeling links & rechts */
div#cont_left_top {
	width: 7px;
	height: 101px;
	background: url(../gfx/left_vert_line.jpg); 
	
	float: left;
}	

div#cont_center {
	width: 900px;

	
	float: left;
	
}

div#cont_right_top {
	width: 7px;
	height: 99px;

	background: url(../gfx/right_vert_line.jpg);
	
	float: right;
}	

/* Midden header */
div#header {
	position: relative;

	width: 900px;
	height: 64px;
	
	margin: 0px;
	padding: 0px;
}

/* Verdeling van het middelste deel */
/* Linker onderdeel */
div#left_menu {
	width: 144px;

	float: left;
}

/* Middelste onderdeeldeel (echte content) */
div#content {
	width: 397px;
		
	float: left;
	
	text-align: left;
}

/* Rechter onderdeel (2e menu) */
div#right_menu {
	width: 359px;

	
	background-color: #FFFFFF;
	background: url(../gfx/right_content_background.jpg) no-repeat;
	
	float: right;
	
	text-align: left;
}

div#right_content {
	width: 339px;
	
	margin-top: 175px;
	
	padding: 10px;

}

div#right_content_menu {
	width: 359px;
	
	margin-top: 175px;
	
	text-align: right;

}

div#topbar {

}

div#indent_10 {
	margin: 10px;
}

div#indent_10_t {
	margin-bottom: 10px;
	margin-top: 10px;
}	

div#indent_5 {
	margin: 5px;
}	

div#indent_5_t {
	margin-bottom: 5px;
	margin-top: 5px;
}	

/*  Header: Logo */


div#header h1#logo a {
	display: block;

	width: 900px;
	height: 0px;

	padding-top:64px;

    background-image: url(../gfx/top_header_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

	font-size: 0px;

	overflow: hidden;
}

div#left_menu h2#left_menu_logo a {
	display: block;

	width: 144px;
	height: 0px;

	padding-top:171px;

    background-image: url(../gfx/left_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

	font-size: 0px;

	overflow: hidden;
}

h2#mid_menu_logo a {
	display: block;

	width: 144px;
	height: 0px;

	padding-top:0px;

    background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;

	font-size: 0px;

	overflow: hidden;
}
	
div#content span#ga_terug {
	display: block;

	width: 397px;
	height: 0px;

	padding-top:20px;

    background-image: url(../gfx/ga_naar_hoofdmenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

	font-size: 0px;

	overflow: hidden;
}		

table#projecten td {
	padding: 5px;
}
	
b#projecten {
	font-size: 12px;
	font-weight: bold;
}	