/* common styles */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fffff7;
}

html, body, h1, p, span, table, tr, td {
	font-family: Arial, Helvetica, sans-serif !important;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
}

div.clear {
	clear: both;
}

#p-overlay {
	background-image: url(http://www.zoekbijbaan.nl/images/bg_shadow.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	background-color: #fffff7;
}

#p-overlay-ftr {
	background-image: url(http://www.zoekbijbaan.nl/images/bg_shadow_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fffff7;
}

#p-container {
	width: 980px;
	border: 1px solid #B3B3B3;
	border-top: 0;
	border-bottom: 3px solid #B3B3B3;
	margin: 0 auto;
	padding: 0 0 1em 0;
}

#p-con, #p-ftr {
	background-color: #FFFFFF;
}
	
/* header styles */

#p-hdr-top {
	height: 30px;
	background-image: url(http://www.zoekbijbaan.nl/images/bg_shadow.png);
	background-position: center;
	background-repeat: repeat-y;
}

#p-hdr-top-opt {
	width: 980px;
	margin: 0 auto;
	position: relative;	
}

#p-hdr-top-opt-phone {
	position: absolute;
	top: 10px;
	left: 340px;
	color: #B3B3B3;
	font-weight: bold;
	width: 300px;
	text-align: center;
}

#p-hdr-top-opt ul {
	position: absolute;
	top: 5px;
	right: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #A2A2A2;
}

#p-hdr-top-opt li {
	display: inline;
}

#p-hdr-top-opt li a {
	color: #A2A2A2;
	font-size: 0.9em;
}

#p-hdr-top-link a {
	color: #000000;
}

#p-hdr-content {
	background-color: #FFCE08;
	background-image: url(http://www.zoekbijbaan.nl/images/bg_header.png);
	background-repeat: repeat-x;
	height: 127px;
}

	#p-hdr-content-ctn {
		width: 980px;
		height: 127px;
		margin: 0 auto;
		position: relative;
	}

		#p-hdr-logo {
			position: absolute;
			top: -24px;
			width: 175px;
			height: 49px;
		}

		#p-hdr-content-ctn p {
			color: #FFF4CC;
			font-size: 1.4em;
			position: absolute;
			top: 15px;
			left: 200px;
			width: 500px;
			margin: 0;
			padding: 0;
		}
		
		#p-hdr-content-ctn p strong {
			color: #FFFFFF;
		}
		
		#p-hdr-content-ctn p a {
			color: #FFFFFF;
			background-image: url(http://www.zoekbijbaan.nl/images/line_dot.gif);
			background-position: left bottom;
			background-repeat: repeat-x;
			text-decoration: none;
		}
			
		#p-hdr-divider {
			position: absolute;
			right: 210px;
			height: 95px;
			width: 1px;
		}
						
		#p-hdr-search {
			position: absolute;
			top: 16px;
			right: 20px;
			color: #FFFFFF;
			font-weight: bold;
		}
		
		input#search {
			font-size: 0.9em;
			padding: 0.4em 0.4em 0.4em 2.2em;
			width: 135px;
			background-image: url(http://www.zoekbijbaan.nl/images/icons/magnifier.png);
			background-repeat: no-repeat;
			background-position: 2% center;
		}
		
		#p-hdr-search a {
			color: #FFFFFF;
		}
		
		#search_button_adv {
			padding: 2px 0 0 0;
			position: absolute;
			right: 80px;
			font-size: 0.8em;
		}
		
		#search_button_adv a {
			background-image: url(http://www.zoekbijbaan.nl/images/line_dot.gif);
			background-position: left bottom;
			background-repeat: repeat-x;
			text-decoration: none;
		}
		
		#search_button {
			background-image: url(http://www.zoekbijbaan.nl/images/pijltje_klein_wit.png);
			background-repeat: no-repeat;
			background-position: center left;
			padding: 0 0 0 1em;
			position: absolute;
			right: 2px;
		}
	
	#p-hdr-nav-bar {
		position: absolute;
		bottom: 8px;
		width: 980px;
		height: 24px;
	}
					
	#p-hdr-nav-home {
		position: absolute;
		bottom: 12px;
		left: 0;
		padding: 0 0 0 1em;
	}
	
	#p-hdr-nav-comp {
		position: absolute;
		bottom: 12px;
		right: 0;
		padding: 0 1em 0 0;
	}
	
	#p-hdr-nav-home, #p-hdr-nav-comp {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 1.2em;
		font-weight: bold;
	}

/* content styles */
#p-con {
	clear: both;
	padding: 1em 0 0 0;
}

#p-con-left h2 a, #p-con-right h2 a {
	text-decoration: underline;
}

#p-con-left ul, #p-con-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#p-con-left div {
	border-right: 1px solid #B3B3B3;
}

#p-con-right div {
	border-left: 1px solid #B3B3B3;
}

#p-con-left li, #p-con-right li {
	padding: 0.5em 0 0.5em 0.4em;
	border-bottom: 1px solid #B3B3B3;
}

#p-con-left ul a:hover, #p-con-right ul a:hover {
	text-decoration: underline;
}

#p-con-left li a, #p-con-right li a {
	padding: 0.5em 0 0.5em 0.2em;
	color: #000000;
}

#p-con-left li a, #p-con-right-remain li a {
	width: 6px;
	height: 7px;
	background: url(http://www.zoekbijbaan.nl/images/pijltje_klein_geel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.5em 0 0.5em 1em;
}

#p-con-left h2, #p-con-right h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0.4em 0 0.2em 0.3em;
	border-bottom: 1px solid #B3B3B3;
	background-image: url(http://www.zoekbijbaan.nl/images/bg_menu_header.png);
	background-repeat: repeat-x;
}

#p-con-left a, #p-con-right a {
	text-decoration: none;
}

#p-con-left-login ul, #p-con-right-new ul, #p-con-right-new-hol ul {
		list-style: none;
		margin: 0;
	}
	
	/* left menu styles */
	#p-con-left {
		float: left;
		width: 155px;
		font-size: 12px;
	}
	
	#p-con-left-login, #p-con-left-send {
		border-bottom: 1px solid #B3B3B3;
		padding: 0 0 0.5em 0;
	}
	
	#p-con-left-login form, #p-con-left-send form {
		margin: 0;
	}
		
	input#login_email, input#login_pass, input#send_name, input#send_email {
		width: 120px;
	}
	
	#p-con-left-login-email, #p-con-left-login-pass {
		border-right: 0 !important;
		padding: 0 0 0 0.8em;
		margin: 0.2em 0;
	}
	
	#p-con-left-login input {
		margin: 0 0 0.4em 0;
	}
			
	#p-con-left-login span#link, #p-con-left-send span#link, #p-con-left-send span#link2 {
		padding: 0 0 0 1em;
		margin: 0 0 0 6em;
		background: url(http://www.zoekbijbaan.nl/UserFiles/Image/pijltje_klein_geel.png);
		background-repeat: no-repeat;
		width: 6px;
		height: 7px
		background-repeat: no-repeat;
		background-position: left center;
	}
	
	#p-con-left #pass_forgotten {
		padding: 0.5em 0 0 0;
	}
	
	#p-con-left #pass_forgotten a {
		font-size: 0.8em;
		color: #4A4A4A;
		margin: 0 0 0 25px;
	}
			
	#p-con-left-profile li#email {
		background-image: none;
		font-weight: bold;
		font-size: 0.9em;
		color: #4d4d4d;
	}
	
	#p-con-left-register-link, #p-con-left-call-link {
		background: url(http://www.zoekbijbaan.nl/images/bg_menu_item_yellow.png);	
		background-repeat: repeat-x;
		background-position: center;
	}
			
	/* body styles */
	#p-con-body {
		float: left;
		width: 653px;
		margin: 1em 0 0 0;
	}
	
	ul.list li {
		list-style-image: url(http://www.zoekbijbaan.nl/UserFiles/Image/pijltje_klein_geel.png);
		width: 6px;
		height: 7px;
		padding: 0.2em 0;
	}

	/* right menu styles */
	#p-con-right {
		float: right;
		width: 170px;
		font-size: 12px;		
	}
	
	#p-con-right-new, #p-con-right-new-hol {
		font-size: 10px;
	}
	
	iframe#tree {
		width: 100%;
		height: 200px;
	}
	
	#p-con-right-poll {
		border-bottom: 1px solid #B3B3B3;
	}
		
/* footer styles */
#p-ftr {
	width: 800px;
	margin: 0 auto;
	color: #4d4d4d;
}

#p-ftr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#p-ftr li {
	padding: 0.2em 0;
}

#p-ftr a {
	color: #4d4d4d;
	text-decoration: none;
}

#p-ftr-bnr {
	text-align: center;
	border-bottom: 1px dashed #B3B3B3;
	border-left: 1px dashed #B3B3B3;
	border-right: 1px dashed #B3B3B3;	
	padding: 0.5em 0;
}

#p-ftr-left {
	width: 95px;
	float: left;
	font-size: 10px;
	padding: 0 0 0 15px;
	z-index: 10;
}

#p-ftr-con {
	z-index: 0;
	text-align: center;
	width: 575px;
	float: left;
}

#p-ftr-con p {
	padding: 0.2em 0;
	margin: 0;
}

#p-ftr-right {
	width: 95px;
	font-size: 10px;
	padding: 0 15px 0 0;	
	text-align: right;
	z-index: 10;
	float: left;
}

/* Box [o.a. Alert] */
div.adv_box 
{
	margin				: 11px 0 0 0;
	width				: 227px;
	text-align			: left;
}	
div#advBox1 
{
	top					: 150px;
}
div.aheader 
{
	background-image	: url(../images/common/bg_light_225_header_ZB.png);	
	background-repeat	: no-repeat;
	height				: 43px;
	width				: 227px;
}
div.aheader p 
{
	padding				: 0.8em 0.8em 0;
	font-weight			: bold;
}		
div.acontent 
{
	background-image	: url(../images/common/bg_light_225_middle_ZB.png);
	background-repeat	: repeat-y;
	width				: 227px;
}	
div.acontent p 
{
	margin				: 0 0.8em;
	padding				: 0;
}	
div.afooter 
{
	background-image	: url(../images/common/bg_light_225_bottom_ZB.png);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 227px;
}

/* box styles */
.nav-box {
	background-color: #FCF3DE;
	margin: 10px 0 0 0;
	border-top: 1px solid #B3B3B3;
}

/* rounded box styles */
.rbox {
	border: 1px solid #B3B3B3;
	background-color: #FCF3DE;
	margin: 1em 0;
	padding: 1em;
}

.box {	
	-moz-border-radius					: 7px 7px 7px 7px;
	-webkit-border-top-left-radius		: 7px;
	-webkit-border-top-right-radius		: 7px;
	-webkit-border-bottom-left-radius	: 7px;
	-webkit-border-bottom-right-radius	: 7px;	
	border: 1px solid #D2D2D2;
	margin: 10px 0;
	padding: 5px;
}

.default {
	background-color: #FCF3DE;
}