/* CSS Document */

/*-------------------------menu-----------------------------------*/
#navlist
{
	margin: 0px;
	font-size: 20px;
	background:#D6D0C7;
}
#navlist a, #navlist a:link,
{
	height:20px;
	text-decoration: none;
	font-weight: bold;
	color: #214983;
}

#navlist a:hover{
	color:#ffffff;
	font-weight: bold;

}

#navlist li
{
	display: inline;
	font-size: 0.6em;
	padding-right: 5px;
	padding-top:3px;
	padding-left: 5px;
	width: 16%;
	vertical-align: middle;

}

#navlist ul
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#navcontainer {
	border:2 solid white;
	vertical-align: middle;
	text-align: center;
	position:relative;
	top:-15px;

}
#sublist
{
	margin: 0px;
	font-size: 20px;
	background:#EEEEFf;
}

#sublist a, #sublist a:link,
{
	height:20px;
	text-decoration: none;
	font-weight: bold;
	color: #214983;
}

#sublist a:hover{
	color:#888899;
	font-weight: bold;
}

#sublist li
{
	display: inline;
	font-size: 0.6em;
	padding-right: 5px;
	padding-left: 5px;
	width: 16%;
	vertical-align: middle;

}

#sublist ul
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

/*------------------------------------------tabel overzicht-------------------------------------------*/

#overzicht{
	margin:25px;
	width:800px;
	border-collapse: collapse;
	border:1 solid #214983; 
	text-align:left;
}
#overzicht th{
	text-align:center;
	height:40px;
	font-size:14pt;
}
#overzicht td,#overzicht th{
	border:1 solid #214983;
	padding:10px;
}
#overzicht td.type,#overzicht td.postcode{
	width:150px;
	vertical-align:top;
	text-align:center;
}
/*-----------tabel overzicht_thuiswerkers--------------------*/
#overzicht_thuiswerkers{
	margin:25px;
	width:800px;
	border-collapse: collapse;
	border:1 solid #214983; 
	text-align:left;
}

#overzicht_thuiswerkers th{
	text-align:center;
	height:20px;
	font-size:12pt;
}

#overzicht_thuiswerkers td,#overzicht_thuiswerkers th{
	border:1 solid #214983;
	padding:5px;
}
/*--------knop------------*/

.button{
	margin-top:10px;
	margin-bottom:20px;
	background:#D6D0C7;
	color: #214983;
}

/*-----sitecontainer--------*/

.sitecontainer{
	width:950px;
	background:#ffffff;
/*	background-image: url(bg_stripe.gif);*/
	/*border: 2 solid gray;*/
}

/*------------------------body------------------------*/


body{
	background:#D6D0C7;
	text-align:center;
	color: #214983;
	font-family: Arial, Helvetica, sans-serif;
}

/*------------------header-----------------*/

#header{
	background-color:white;
	text-align:left;
	height:90px;
	padding:5px;
	/*border: 2 solid green;*/
}

/*---------------h1----------------------------*/

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;

}

/*----------------------------link--------------------------------------*/

a {
	color: #214983;
}

/*-------------------------thuiswerkers overzicht---------------*/
#links{
	border-right:dashed 2 #D6D0C7;
	text-align:left;
	margin:10px;
	padding-right:40px;
	width:440px;
	float:left;
}

#links select, #links input{
	color: #214983;
	color:#214983;
	width:200px;
	float:right;
}

#links .label{
	float:left;
	width:230px;
	text-align:left;
	height:17pt;
}

#links p{
	display:block;
}
#rechts{
	/*border-left: solid 2 #D6D0C7;
	padding-left:20px;*/
	text-align:left;
/*	margin:10px;*/
}
#beneden{
	clear:both;
}
#rechts .kop{
	text-align:center;
	font-weight: bold;
}
.readonly{
	background:#D6D0C7;
	color:#888;
}