body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000;
}
h3.contentH3 {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #0048b4;
	
	height: 30px;
	width: 100%;
	line-height: 18px;
	
	background-image: url(../../images/standard/layout/headlineBack.png);
	background-repeat: repeat-x;
}


h3.contentH3_MOD {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #0048b4;
	
	height: 30px;
	width: 100%;
	line-height: 18px;
	
	background-image: url(../../images/standard/layout/headlineBack.png);
	background-repeat: repeat-x;
}

h3.contentH3_MOD2 {
position: relative;
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #0048b4;
	
	height: 30px;
	width: 100%;
	line-height: 18px;
	
	background-image: url(../../images/standard/layout/headlineBack.png);
	background-repeat: repeat-x;
}

h5.newsLeft {
	color: #0048b4;
}

h3.contentH3 img {
	position: absolute;
}

h3.contentH3_MOD2 img {
	position: absolute;
}

h4.contentH4 {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #0048b4;
	
	height: 30px;
	width: 100%;
	line-height: 18px;
	
	background-image: url(../../images/standard/layout/headlineBack.png);
	background-repeat: repeat-x;
}

span.blackText {
	font-size: 11px;
	color: #000000;
}


/* left content background */
div.contentLeftBackground {
	padding: 5px;
	
	width: 170px;

	background-image: url(../../images/standard/layout/leftShadow.png);
	
}


/* refs */

div.refsBox {
	margin: 0 0 5px 0;
	padding: 5px;

	border: 1px solid #9c9c9c;
	background-color: #e3e4e4;
	color: #143554;

}

div.refsBox img {
	margin: 0 5px 0 0;
}

div.refsBox h4 {
	width: 160px;
	margin: 0 5px 0 0;
}

div.refsBox td.tdVTop {
	vertical-align: top;
}

/* contact */

div.contactBox {
	padding: 5px;

	border: 1px solid #9c9c9c;
	background-color: #e3e4e4;
	color: #143554;

}


span {
	color: #0048b4;
}

/*  menu */


ul {
	list-style-type: none;
}

/* footer */

li.footerMenu {
	float: left;
	
	font-size: 10px;
}

li.footerMenu a,  li.footerMenu a:link, li.footerMenu a:visited {
	margin: 0 5px;
	padding: 2px;

	text-decoration: none;
	color: #0048b4;
}

li.footerMenu a:hover, li.footerMenu a:active, li.footerMenu a:focus {
	margin: 0 5px;
	padding: 2px;

	color: #48d908;
}


/* register */

div.greyBox {
	padding: 10px;
	margin: 0 0 5px 0;
	border: 1px solid #9c9c9c;
	background-color: #e3e4e4;
	color: #143554;
}

span.formText {
	color: #143554;
	border: 1px solid #e3e4e4;

}



/* login links */
a.linkLoginExtra {
	font-size: 12px;
	color: #0048b4;
	text-decoration: none;
}

a.linkLoginExtra:hover {
	color: #7bbc20;

}

a.loginEditProfile {
	font-size: 12px;
	color: #0048b4;
	text-decoration: none;
	font-weight: bold;
}

a.loginEditProfile:hover {
	color: #7bbc20;

}

/* placement */
span.nonLogin {
	font-size: 13px;
	color: #88c23a;
}


a.registerForJob {
	font-size: 13px;
	font-weight: bold;
	
	color: #0048aa;
}

/* placement startside */
a.linkPlacmentStartside {
	font-size: 12px;
	font-weight: bold;
	color: #0048b4;
}

/* table */
.tdVTop {
	vertical-align: top;
}


/* submenu //*/

li.Sub {
	list-style: none;
}

li a.activeSub {
	display: block;
	
	margin: 0 0 1px 0;
	padding: 0 0 0 5px;
	
	width: 175px;
	height: 24px;
	
	line-height: 23px;
	color: #fff;
	background-color: #319b30;
}


li a.nonActiveSub {
	display: block;
	
	margin: 0 0 1px 0;
	padding: 0 0 0 5px;
	
	width: 175px;
	height: 24px;
	
	line-height: 23px;
	color: #319b30;
	background-color: #a1e644;
}

li a.nonActiveSub:hover {
	display: block;
	
	margin: 0 0 1px 0;
	padding: 0 0 0 5px;
	
	width: 175px;
	height: 24px;
	
	line-height: 23px;
	color: #fff;
	background-color: #319b30;
}

ul.subUl {
	list-style: none;
}

