/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GENERAL ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html, body {
	height: 100%;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(gifs/Background.jpg) bottom center no-repeat fixed;
}

.nberr {
	border: 1px solid #C00;
}


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL LAYOUT ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#wrapper {
	width: 930px;
	margin: auto;
}
#top {
	height: 255px;
	padding-left: 25px;
	background: url(gifs/BackgroundTop.jpg) no-repeat;
	font-size: 12px;
	color: #646668;
}
#navigation {
	width: 200px;	/* == 240-25-15 */
	margin-left: 25px;
	margin-right: 15px;
	float: left;
}
#main {
	width: 440px;
	_width: 410px;
	float: left;
	margin-bottom: 60px;
}
#sub {
	width: 210px;
	margin: 0px 20px;
	background: url(gifs/BackgroundGray.gif) no-repeat;
	float: left;
}
#content{
	width: 600px;
	float: left;
	margin-bottom: 60px;
}


/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// FOOTER //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#footer {
	width: 930px;
	margin-top: 0px;
	font-size: 9px;
	color: #646668;
	float: left;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { 
	color: #646668;
}


/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// TOPNAV //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#top a:link, #top a:visited { 
	color: #77787b;
	text-decoration: none;
}
#top a:hover, #top a:active, #top .active:link, #top .active:visited { 
	color: #FF7700;
	text-decoration: none;
}
#top .breadcrumb {
	font-size: 9px;
}
#top .breadcrumb:link, #top .breadcrumb:visited { text-decoration: underline; }
#top .breadcrumb:hover, #top .breadcrumb:active { text-decoration: none; }


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL STYLES ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

/* links*/
a:link, a:visited { text-decoration: underline; color:#FF7700; }
a:hover, a:active { text-decoration: none; }

.leesMeer:link, .leesMeer:visited { color: #77787b; font-size: 9px; }


/* smaller text */
.smaller {
	font-size: 11px;
}

/* date text */
.date {
	font-size: 9px;
	color: #ABACAD;
	font-weight: normal;
}

/* werk in de kijker & vacatures table-background */
.right {
	font-size: 11px;
	padding: 0px 15px;
}

/* headers */
h1 { 
	color: #646668; 
	font-size: 20px;
}
h2 { 
	color: #646668;
	font-size: 16px;
}
h3 { 
	color: #646668;
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
.rightList {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////// FORM LAYOUT /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

.input 	{
	height: 14px;
	color: #646668;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #77787b;
	padding: 1px;
	margin: 1px;
}

.error 	{
	height: 14px;
	color: #646668;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
	padding: 1px;
}

form 	{
	margin: 0px;
	padding: 0px;
}

.button {
	color: #FFFFFF;
	font-weight: bold;
	background: #FF7700; 
	border: 0px solid #FF7700;
}
