
div.userprofile div#mainbar {
	/* display:relative; */
	width:876px;
	height:22px;
	line-height:22px;
	border-bottom:solid 1px #999999;
}
 
div.userprofile div#content {
	float:left;
	/*display: table;*/
	/*margin-top:7px;
	width:516px;*/
	margin-left:7px;
	margin-right:7px;
} 
div.userprofile div#sidebar {
	float:left;
	/*display: table;*/
	margin-top:7px;
	width:336px;
	margin-left:23px; 
}
div.userprofile div#sidebar div.advert {
	width:336px;
	height:279px;
	float:right;
	clear:both;
}
div.userprofile div#mainbar div.breadcrumb h2 {
	font-size:15px;
	height:18px;
	font-weight:bold;
	color:#50b900;
	margin:0;
	padding:0;
}

div.userprofile div#mainbar div.breadcrumb h3 {
	font-weight:normal;
	font-size:15px;
	color:#50b900;
	margin:0;
	padding:0;
	float:left;
} 
div.userprofile div#mainbar div.breadcrumb h4 {
	font-weight:bold;
	font-size:15px;
	margin:0;
	padding:0;
	color:#50b900;
	text-decoration:none;
	float:left;
	margin-left:4px;
} 

/* styling login-box */

div.userprofile div#content div.intro-line {
	margin-bottom:24px;
}

div.userprofile div#content a,
div.userprofile div#content a:link,
div.userprofile div#content a:visited {
	color:#020051;
	font-weight:bold;
	text-decoration: none;
}
div.userprofile div#content a:hover {
	color:#50b900;
	text-decoration: underline;
}

div.userprofile div#content div.login-form-wrapper, 
div.userprofile div#content div.login-form-wrapper form#login {
	width:480px;
	padding: 0;
	margin: 0;
	white-space:normal;
}
div.userprofile div#content div.login-form-wrapper table#form {
	/*margin-left:9px;*/
	/*margin-top:9px;*/
	width:392px;
	border:none;
	/*border:solid 1px #c9d5ec;*/
	margin:0;
}

div.userprofile div#content div.login-form-wrapper table#form .form-login-label {
	color:#001938;
	font-size:13px;
	font-weight:bold;
}
div.userprofile div#content div.login-form-wrapper div#error_section {
	font-size:13px;
	font-weight:bold;
	color:#ff0000;
	height:20px;
	margin-bottom:2px;
}

div.userprofile div#content div.login-form-wrapper div#form-wrap {
	padding:5px;
	background:#E5E5E5;
	min-height:130px;
}
div.userprofile div#content div.login-form-wrapper div#error_section div.outline_left_uitroepteken {
	float:left;
	padding-top:2px;
	width:15px;
}
div.userprofile div#content div.login-form-wrapper div.outline_left_checkbox {
	width:28px;
	float: left;
	margin-top:-2px;
}
div.userprofile div#content div.login-form-wrapper div.outline_left_arrow {
	float: left;
	margin-left:5px;
	margin-top:2px;
	width:23px;
}

div.userprofile div#content div.login-form-wrapper div#key-right {
	background:url(/include/themes/nuwerk/images/grijze_sleutel.png) no-repeat;
	float:right;
	height:112px;
	width:78px;
}

table#form2 {
	margin-left:15px;
	margin-top:15px;
	width:835px;
	border:none;
	background:#f1f6fc;
	border:solid 1px #c9d5ec;
	margin:0;
}

div.userprofile div#content div.visitekaartjediv td.visitekaartjenaam {
	text-decoration: none;
	font:normal 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#080334;
}

div.userprofile div#content  div.visitekaartjediv td.visitekaartjelabel {
	text-decoration: none;
	font:normal 12px Arial, Helvetica, sans-serif;	
	font-weight:normal;
	color:#080334;
}

div.userprofile div#content  div.visitekaartjediv td.visitekaartjewaarde {
	text-decoration: none;
	font:normal 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#080334;
}

div.userprofile div#content div.login-form-wrapper td {
	/*padding-left:9px;*/
	/*width:140px;*/
	padding-bottom:7px;
}
div.userprofile div#content div.login-form-wrapper td div.horizontal_row {
	width:100%;
	float:left;
	border-bottom:1px dotted;
}
/*
div.userprofile div#content div.login-form-wrapper td.legenda {
	width:130px;
	text-decoration: none;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#080334;
	font-weight:bold;
	padding-left:10px;
	height:30px;
}
*/
div.userprofile div#content div.login-form-wrapper td.fields {
	width:340px;
	text-decoration: none;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#080334;
}

div.userprofile div#content div.login-form-wrapper label#email {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}

div.userprofile div#content div.login-form-wrapper input#email {
	width:292px;
	border:solid 1px #999999;
	float:left;
}

div.userprofile div#content div.login-form-wrapper label#voornaam {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}
div.userprofile div#content div.login-form-wrapper input#voornaam {
	width:292px;
	border:solid 1px #999999;
	float:left;
}

div.userprofile div#content div.login-form-wrapper label#firstname {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}
div.userprofile div#content div.login-form-wrapper input#firstname {
	width:292px;
	border:solid 1px #999999;
	float:left;
}

div.userprofile div#content div.login-form-wrapper label#achternaam {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}
div.userprofile div#content div.login-form-wrapper input#achternaam {
	width:292px;
	border:solid 1px #999999;
	float:left;
}

div.userprofile div#content div.login-form-wrapper label#lastname {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}
div.userprofile div#content div.login-form-wrapper input#lastname {
	width:292px;
	border:solid 1px #999999;
	float:left;
}

div.userprofile div#content div.login-form-wrapper label#plaats {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}
div.userprofile div#content div.login-form-wrapper input#plaats {
	width:292px;
	border:solid 1px #999999;
	float:left;
	
}

div.userprofile div#content div.login-form-wrapper label#city {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}
div.userprofile div#content div.login-form-wrapper input#city {
	width:292px;
	border:solid 1px #999999;
	float:left;
	
}

div.userprofile div#content div.login-form-wrapper label#land {
	width:140px;
	float:left;
	line-height:21px;
	text-align: left;
}
div.userprofile div#content div.login-form-wrapper input#land {
	width:292px;
	border:solid 1px #999999;
	float:left;
}

div.userprofile div#content div.login-form-wrapper input#password {
	float:right;
	width:220px;
	/*border:solid 1px #999999;*/
	
}

div.userprofile div#content div.login-form-wrapper input#username {
	float:right;
	width:220px;
	/*border:solid 1px #999999;*/
}

div.userprofile div#content div.login-form-wrapper input#login {
	float:right;
	width:220px;
}
div.userprofile div#content div.login-form-wrapper input#checkbox {
	line-height:21px;
	vertical-align:middle;
	margin-left:0;
}

div.userprofile div#content div.login-form-wrapper input#checkbox {
	line-height:21px;
	vertical-align:top;
	margin-left:0;
}

div.userprofile div#content div.login-form-wrapper label#checkboxlabel {
	width:150px;
	line-height:21px;
	margin-left:3px;
}

div.userprofile div#content div.login-form-wrapper label#checkboxlabel2 {
	width:290px;
	line-height:18px;
	margin-left:3px;
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper {
	width:480px;
/*	height:22px; 
	line-height:22px;
	border:solid 1px #c9d5ec;
	border-top:none;
	background: url(../images/backgrounds/teaser-url-bg.gif) repeat-x; */
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-left {
	float:left;
	width:150px;
	line-height:22px;
	margin-left:5px;
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-left img {
	vertical-align:middle;
	margin-bottom:2px;
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-left a,
div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-left a:link,
div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-left a:visited {
	margin-left:5px;
	text-decoration:none;
	color:#020051;
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-left a:active,
div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-left a:hover {
	color:#50b900;
	text-decoration:underline;
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right {
	border-bottom:1px dotted;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	width:100%;
}
div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right span.geen_account {
	margin-right:5px;
	color:#50ba01;
	font-weight:bold;
	
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right img {
	vertical-align:middle;
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right a,
div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right a:link,
div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right a:visited {
	margin-right:5px;
	font-weight:bold;
	text-decoration:none;
	color:#020051;
}

div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right a:active,
div.userprofile div#content div.login-form-wrapper div.url-wrapper div.url-wrap-right a:hover {
	color:#50b900;
	text-decoration:underline;
}

/* introduction text */

div.userprofile div#content div.text-wrapper div.title {
	color:#50b900;
	margin-top:25px;
	font-weight:bold;
}
div.userprofile div#content div.text-wrapper div.bread a,
div.userprofile div#content div.text-wrapper div.bread a:link,
div.userprofile div#content div.text-wrapper div.bread a:visited {
	color:#020051;
	font-weight:bold;
	text-decoration:none;
}
div.userprofile div#content div.text-wrapper div.bread a:active,
div.userprofile div#content div.text-wrapper div.bread a:hover {
	color:#50b900;
	text-decoration:underline;
}

div.userprofile div#content div.text-wrapper table#listing  {
	position:relative;
	width:460px;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:200px;
	
}
div.userprofile div#content div.text-wrapper table#listing td {
	vertical-align:top;
}

div.userprofile div#content div.text-wrapper table#listing td.dot {
	/*width:20px;*/
	text-align: right;
	/*padding-right:10px;*/
	padding-top:16px;
}


div.userprofile div#content div.text-wrapper table#listing td.text {
	width:440px;
}





div.userprofile div#sidebar div.profieltitel {
	font:normal 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#999999;
	font-weight:bold;
	float:left;
}

div.userprofile div#sidebar div.profieltitel img {
	margin-bottom:-0px;
	margin-right:10px;
}



div.userprofile div#sidebar div.bloklink {
margin-top:2px;
margin-bottom:2px;
float:right;

}

div.userprofile div#sidebar div.bloklink a,
div.userprofile div#sidebar div.bloklink a:link,
div.userprofile div#sidebar div.bloklink a:visited {
	color:#50b900;
	font-weight:bold;
	text-decoration: none;
}
div.userprofile div#sidebar div.bloklink a:active,
div.userprofile div#sidebar div.bloklink a:hover {
	color:#50b900;
	text-decoration: underline;
}



div.userprofile div#sidebar div.form-wrapper a,
div.userprofile div#sidebar div.form-wrapper a:link,
div.userprofile div#sidebar div#sidebar div.form-wrapper a:visited {
	color:#50b900;
	font-weight:bold;
	text-decoration: none;
}
div.userprofile div#sidebar div#sidebar div.form-wrapper a:active,
div.userprofile div#sidebar div#sidebar div.form-wrapper a:hover {
	color:#50b900;
	text-decoration: underline;
}




/****************************************
			MMM VELDEN                                               
****************************************/

div.userprofile div#content div.login-form-wrapper td.legenda_mmm {
	width:135px;
	height:18px;
}


/* input groot */
#MMM_HUIDIGE_FUNCTIE,
#MMM_WOONPLAATS,
#MMM_GEWENSTE_FUNCTIE,
#MMM_VOORKEUR_BEDRIJF,
#MMM_AFKEUR_BEDRIJF
{
	border:1px solid #999999;
	width:302px;
}
/* input klein */
#MMM_TELEFOONNUMMER
{
	border:1px solid #999999;
	width:105px;
}
/* select groot */
#MMM_HUIDIGE_BRANCHE,
#MMM_GEWENSTE_BRANCHE
{
	border:1px solid #999999;
	width:304px;
}
/* select klein */
#MMM_GEBOORTEJAAR,
#MMM_WERKERVARING,
#MMM_OPLEIDINGSNIVEAU,
#MMM_UREN
{
	border:1px solid #999999;
	width:107px;
}
/* select half */
#MMM_MOVING_PRICE
{
	border:1px solid #999999;
	width:187px;
}
/* textarea */
#MMM_ARBEIDSVOORWAARDEN
{
	border:1px solid #999999;
	height:70px;
	width:302px;
	font-family:"Arial",sans-serif;
	font-size:13px;
}

div.seperator	{
	background:transparent url(../images/rulers/mijnprofiel.gif) no-repeat scroll 0%;
	height:1px;
	line-height:1px;
	margin: 8px 2px;
	position:relative;
	float: left;
	width:100%;
}
span.sub	{
	color:#848484;
	font-size:11px;
}

td.datafield a,
td.datafield a:link,
td.datafield a:visited	{
	color:#020051;
	text-decoration:underline;
}
td.datafield a:active,
td.datafield a:hover	{
	color:#50b900;
	text-decoration:underline;
}

/*********************************
	JOB ALERT VELDEN
*********************************/
div.userprofile div#content div.login-form-wrapper table#form 	.ems_input	{
	width: 280px;
}
/*
img {
max-width: 516px;
height: auto;
}
*/
