html
{
	font-size					: 12px;
	font-family					: tahoma;
	margin						: 0;
	padding						: 0;
}

body
{
	background					: #fff; 
}

h1 
{
	font-size					: 14px;	
	margin						: 0 0 10px 0;
}

ul
{
	list-style-image			: url(/images/li.png);
}

a 
{ 
	color						: #F49E37;
	text-decoration				: none;
}

a:hover 
{
	text-decoration				: underline;
}

span.foutmelding{color:red;}

#header
{
	background					: url(/images/header.jpg) no-repeat 0 0; 
	width						: 992px;
	height						: 251px;
	top							: 4px;
	border						: 4px solid white;
}

.default{
	min-height: 575px;
}

.menu
{
	background					: url(/images/menu.png) no-repeat 0 0; 
	width						: 977px;
	height						: 33px;
	color						: #fff;
	border-left					: 4px solid white;
	border-right				: 4px solid white;
	border-bottom				: 4px solid white;	
	padding-top					: 5px;
	padding-left				: 15px;
}

.menu a.active
{
	background	 				: #fff;
	text-decoration				: none;
	color						: #f49e37;
	padding-left				: 10px;
	padding-right				: 10px;
	font-weight					: bold;
	display						: block;
	float						: left;
	height						: 27px;
	padding-top					: 3px;
}

.menu a.inactive
{
	text-decoration	: none;
	color						: #fff;
	padding-left				: 10px;
	padding-right				: 10px;
	font-weight					: bold;
	display						: block;
	float						: left;
	height						: 27px;
	padding-top					: 3px;
}

.menu a.inactive:hover
{
	text-decoration	: none;
	color						: #f49e37;
	padding-left				: 10px;
	padding-right				: 10px;
	font-weight					: bold;
	display						: block;
	float						: left;
	height						: 27px;
	padding-top					: 3px;
}

.menu a.offerte_active
{
	text-decoration				: none;
	background					: #fff;
	color						: #000;
	border						: 1px solid #948383;
	padding-left				: 10px;
	padding-right				: 10px;
	margin-right				: 15px;
	font-weight					: bold;
	display						: block;
	float						: left;
	height						: 17px;
	padding-top					: 2px;
}

.menu a.offerte_inactive
{
	text-decoration				: none;
	background					: #fff;
	color						: #000;
	border						: 1px solid #948383;
	padding-left				: 10px;
	padding-right				: 10px;
	margin-right				: 15px;
	font-weight					: bold;
	display						: block;
	float						: left;
	height						: 17px;
	padding-top					: 2px;
}

.menu a.offerte_inactive:hover
{
	text-decoration				: none;
	background					: #f5f5f5;
	color						: #000;
	border						: 1px solid #948383;
	padding-left				: 10px;
	padding-right				: 10px;
	margin-right				: 15px;
	font-weight					: bold;
	display						: block;
	float						: left;
	height						: 17px;
	padding-top					: 2px;
}

.woscontent .imageholder 
{
	background					: url(/images/image.shadow.png) transparent no-repeat 3px 3px;
	padding						: 0 1px 1px 0;
	display						: inline-block;
	float						: left;
}
	
.woscontent  .imageholder img 
{
	border						: 1px solid #a9a9a9;
}

/*
.footer
{
	background	: #fff;
	border-top: 1px dashed black;
	text-align: center;
	line-height: 30px;
	width: 1000px;
	float: left;
}
*/

.footer 
{
	width						: 1000px;
	background					: #FFFFFF;
	height: 25px;
	clear: left;
	text-align: center;
	margin: 0 auto;
}

.footer .border
{
	border-top: 1px dashed black;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	width: 100%;
	padding: 5px 0 0 0;
}

.footer div {
	margin: 0 auto;
}


.index{
	background					: #fff;
	width						: 1000px;
	margin: 0 auto;
}

.inhoud
{
	padding						: 0 4px 4px 27px;
}

.locatie
{
	font-weight					: bold;
	color						: #f49e37;
}

.geplaatst
{
	font-weight					: bold;
	color						: #f49e37;
	margin						: 0 0 10px 0;
}

.clear
{
	clear						: both;
}

.row
{
	clear						: both;
	min-height					: 30px;
    height						: auto !important;
	height						: 30px;
}

.form label
{
	float						: left;
	width						: 170px;
}

.form label.name
{
	float						: left;
	width						: 500px;
}

.form label.afspraak
{
	float						: left;
	width						: 440px;
	line-height					: 20px;
}

.form input
{
	width						: 300px;
	float						: left;
	border						: 1px solid #948383;
	border-right				: 2px solid #948383;
	border-bottom				: 2px solid #948383;
}

.form input.naam
{
	width						: 231px;
	float						: left;
	border						: 1px solid #948383;
	border-right				: 2px solid #948383;
	border-bottom				: 2px solid #948383;
}

.form select.geslacht
{
	float						: left;
	margin						: 0 10px 0 0;
}

.form textarea
{
	width						: 300px;
	float						: left;
	border						: 1px solid #948383;
	border-right				: 2px solid #948383;
	border-bottom				: 2px solid #948383;
	overflow					: auto;
}

.form textarea.opmerk
{
	width						: 470px;
	float						: left;
	border						: 1px solid #948383;
	border-right				: 2px solid #948383;
	border-bottom				: 2px solid #948383;
	overflow					: auto;
}

.row .verzendknop
{
 	margin						: 5px 0 0 170px;
	width						: 100px;
	background					: #80517D;
	color						: #fff;
	cursor						: pointer;
}

.row .verzendknop2
{
 	margin						: 5px 0 0 0;
	width						: 100px;
	background					: #80517D;
	color						: #fff;
	cursor						: pointer;
}

.row .verzendknop3
{
 	margin						: 0;
	width						: 150px;
	background					: #80517D;
	color						: #fff;
	cursor						: pointer;
}

.solliciteerknop
{
	margin						: 5px 0 0 0;
	width						: 100px;
	background					: #80517D;
	color						: #fff;
	cursor						: pointer;
	text-align					: center;
	border						: 1px solid #948383;
	padding						: 3px;
	margin-bottom				: 10px;
}

.indexpagina
{
	float						: left;
	width						: 700px;
	margin-bottom				: 2px;
}

.bullet
{
	float						: left;
	margin-right				: 5px;
	background					: url(/images/arrow.link.info.png) no-repeat 0 2px;
	width						: 10px;
	height						: 13px;
}

.link a
{
	float						: left;
	color						: #000;
	text-decoration 			: none;
}

.link a:hover
{
	float						: left;
	text-decoration 			: underline;
}

.tijd
{
	float						: right;
}

.toplink a
{	
	float						: right;
	color						: #f49e37;
	font-size					: 11px;
	text-decoration 			: none;
	margin						: 0 7px 0 0;
}

.toplink a:hover
{
	float						: right;
	color						: #f49e37;
	font-size					: 11px;
	text-decoration 			: underline;
	margin						: 0 7px 0 0;
}

.head
{
	float						: left;
}

.kortefunctieomschrijving
{
	clear						: left;
	padding-bottom				: 2px;
	font-size					: 11px;
	padding-left				: 15px;
}

.datumarchief
{
	clear						: both;
	font-weight					: bold;
	padding						: 5px 0;
}

.nieuws
{
	margin: 0 0 5px 0;
}

	.nieuws a
	{
		text-decoration: none;
		color: #000;
		display: block;
		float: left;
	}
	
		.nieuws a:hover
		{
			text-decoration: underline;
			color: #000;
		}

.nieuwslink a
{
	background : none;
	text-decoration: none;
	color: #f49e37;
	padding: 0px;
	font-weight: bold;
}

	.nieuwslink a:hover
	{
		background : none;
		text-decoration: underline;
		color: #f49e37;
		padding: 0px;
	}

.soort, .soort:hover
{
	float: left;
	width: 198px;
	margin: 0 20px 20px 0;
	cursor: pointer;
	text-decoration:none;
	color:#000;
}

.soortheader
{
	background:transparent url(/images/offerte.png) no-repeat scroll 0 0;
	height: 20px;
}

.soortbody
{
	border-left: 1px solid #C4BCC3;
	border-right: 1px solid #C4BCC3;
	border-bottom: 1px solid #C4BCC3;
	height: 50px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	color:#000;
	text-decoration:none;
}
textarea
{
	width:400px;
	height:120px
}
