/* Style Sheet Document */

* {
	margin: 0;
	padding: 0;	
}

/* Standaard body */
body, html {
	color: #777; 
	height: 100%;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #f9fcfe;
}

#container_out {
	margin: 0 auto; /* IE5-bug centreren */
	width: 990px;
	background-color: #FFF;
	min-height: 100%; /* FF-bug lengte pagina */
	height: auto !important; /* FF-bug lengte pagina */
	height: 100%; /* IE6-bug lengte pagina */
	border-left: 1px dotted #EF7D00;
	border-right: 1px dotted #EF7D00;
	text-align: left;
}


#container {
	margin: 0 auto; /* IE5-bug centreren */
	text-align: left;
	width: 990px;
	background-color: #FFF;
	min-height: 97.8%; /* FF-bug lengte pagina */
	height: auto !important; /* FF-bug lengte pagina */
	height: #97.8; /* IE6-bug lengte pagina */
	border-left: 1px dotted #EF7D00;
	border-right: 1px dotted #EF7D00;
	clear: both;
}

/* Footer informatie */
#footer {
	min-height: 2%;
	height: 2%;
	margin: 0 auto; /* IE5-bug centreren */
	width: 990px;
	clear: both;
	border-top: 2px solid #ccc;
}

#footer ul {
	background-color: #D8E6F1;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li {
	padding-top: 1px;
	display: block;
	float: left;
	width: 147px;
	text-align: center;
	font-size: 13px;
}

#footer a {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}


/* BAR */
#bar {
	border-bottom: 1px solid #ccc;
}

#bar img {
	border-top: 2px solid #ccc;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
}

#bar ul {
	background-color: #D8E6F1;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 250px;
}

#bar li {
	padding-top: 1px;
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-size: 13px;
}

#bar a {
	color: #777;
	text-decoration: none;
}

#bar a:hover {
	color: #FF6600;
	text-decoration: none;
}

/* HEADER FADE */
#header_fade {
	height: 50px;
	background: url(header_fade.gif) repeat-x;
	width: 990px;
}

/* CONTENT */
#content {
	width: 100%;
	padding-left: 10px;
}



#menu {
	width: 200px;
	float: left;
}

#content .title {
	background-color: #e6e6e6;
	width: 180px;
	border: 1px solid #CCC;
	margin-top: 20px;
	line-height: 20px;
	clear: both;
}

#content .title strong {
	padding-left: 5px;
}


#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	
}

#menu li {
	display: block;
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	clear: both;
}

#menu p {
	clear:both;
}

#menu li a {
	color: #777; 
	text-decoration: none;
	padding-left: 5px;
	display: block;
}

#menu li a:hover {
	color: #FFF; 
	text-decoration: none;
	background-color: #EF7D00;
	display: block;
}

#menu h1 a {
	text-decoration: none;
	font-size: 16px;
	color: #017ABE;
	line-height: 30px;
}

#menu h4 a {
	text-decoration: none;
	font-size: 12px;
	color: #017ABE;
}

#menu h5 a {
	text-decoration: none;
	font-size: 12px;
	color: #017ABE;
	padding-left: 5px;
	border-left: 2px solid #ccc;
	margin: 10px;
	
}

#menu a:hover {
	color: #EF7D00;
	text-decoration: none;
}

#list p {
	padding-top: 10px;
}

#list  ul {
	margin-left: 15px;
	list-style-type: square;
}

#list  li {
	margin: 0 0 5px 0; 
	width: 480px;
	clear: both;
	vertical-align: top; /* force bullet to top for ie */
}

#detail {
	width: 500px;
	float: left;
}

#detail h1 {
	text-decoration: none;
	font-size: 24px;
	color: #017ABE;
	line-height: 28px;
	padding-bottom: 10px;
}

#detail h2 {
	text-decoration: none;
	font-size: 18px;
	color: #017ABE;
	line-height: 28px;
	padding-bottom: 8px;
}

#detail h4 {
	text-decoration: none;
	font-size: 14px;
	color: #777;
	line-height: 28px;
	padding-bottom: 8px;
}

#content p {
	color: #777;
	text-align: justify;
	line-height:18px;
	padding-bottom: 10px;
}

#rechts {
	width: 250px;
	padding-left: 20px;
	float: left;
}

#rechts ul {
	list-style-type: none;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #CCC;
	height: 150px;
}

#rechts li img {
	float: left;
}

#rechts li p {
	padding: 10px;
	text-align: left;
}

#rechts li {
	line-height: 18px;
	padding-left: 5px;
	padding-bottom: 10px;
	display: block;
	width: 250px;
	clear: both;
}

#content .vacature_ecoselect {
	background-color: #F0F0F0;
	width: 250px;
	border: 1px solid #CCC;
	line-height: 20px;
	height: 200px;
	clear: both;
}

#content .vacature_ecoselect p {
	padding: 5px;
}

#content .milieubaan {
	background-color: #F0F0F0;
	width: 250px;
	border: 1px solid #CCC;
	line-height: 30px;
	height: 60px;
	clear: both;
}

#content .milieubaan strong, .milieubaan  a {
	padding-left: 5px;
}

.table_txt {
	color: #000;
	font-size: 12px;
}

.table_txt_small {
	color: #000;
	font-size: 10px;
}

.table_input {
	color: #781351;
	background: #F4F9FF;
	border: 1px solid #017ABE;
}
