/* Start reset html elements */
	html { -webkit-text-size-adjust:none; }
	
	* {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}
	
	address,article,aside,audio,canvas,command,datalist,
	details,embed,figcaption,figure,footer,header,
	hgroup,keygen,mark,meter,nav,ouput,progress,
	section,source,summary,time,video,wbr {
		display:block;
	}
	
	table {
		border-collapse:collapse;
		border-spacing: 0;
		padding:0;
		border:0;
	}
	
	table td, table th {
		padding: 0; 
	}
	
	a:active, label:active { 
		outline: none; 
		ie-dummy: expression(this.hideFocus=true); 
	}
	
	input[type=checkbox] { 
		border-width:0px;
		padding:0px;
		margin:0px 5px 0px 0px;
	}
/* End reset html elements */

/* Start generic elements  */
	html {
		overflow-y: scroll; 
		height:100%;
	}
	
	body {
		color:#000;
		height:100%;
	}
	
	* { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 140%;
	}
	
	input, textarea, select {
		border:1px solid #ccc;
		line-height:120%; 
		margin-top:1px; 
		padding:1px 0px;  
		resize: none; 
		-webkit-border-radius:0px;
	}
	
	input[type=submit], input[type=text], input[type=password], input[type=button],
	textarea{
		-webkit-appearance:none;
	}
	
	ul { 
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li { 
		list-style-type: none;
		padding-left:14px; 
	}
	ol li { 
		padding-left: 5px;
		margin-left: 30px;
	}
	
	.clear {
		clear:both;
		height: 1px;
		overflow: hidden;
	}

	/* For modern browsers */
	.clearfix:before,
	.clearfix:after {
		content:"";
		display:table;
	}

	.clearfix:after {
		clear:both;
	}

	/* For IE 6/7 (trigger hasLayout) */
	.clearfix {
		*zoom:1;
	}
/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
	.small { 
		font-size: 10px
	}
	.big { 
		font-size: 15px
	}
	
	.tbltype-emphheader {
		border-spacing: 1px;
	}
	.tbltype-emphheader tr td {
		vertical-align:top !important;
	}

	.tbltype-fairplan {
		border-spacing: 1px;
	}
	.tbltype-fairplan tr td {
		vertical-align:top !important;
	}

	.tbltype-headline {
		border-spacing: 1px;
	}
	.tbltype-headline tr td {
		padding:8px;
		border:1px solid #ccc;
		vertical-align:top;
	}
	
	#oContentTable tr td {
		
	}
	#editor b, #editor strong{
		font-weight:bold !important;
	}
	#editor i, #editor em{
		font-style:italic !important;
	}
/* End Freshpage elements  */

/* Start - layout styles */
	div#wrapper {
		width:100%;
	}
	
	div#wrapper > div {
		float:left;
	}
	
	div#wrapper > div > header > div#logo {
		height:50px;
	}
	
	div#wrapper > div > header > div#logo > img {
		display:block;
	}
	
	div#wrapper > div > header > div > div#header_right {
		display: none;
	}
	
	div#wrapper > div > header > div#animation {
		display: none;
	}
	
	div#wrapper > div > header > div#news {
		display: none;
	}
	
	div#wrapper > div > div.clearfix > nav {
		display: none;
	}
	
	div#wrapper > div > div.clearfix > article {
		float: left;
		margin: 30px 0px;
	}
	
	div#wrapper > div > div.clearfix > article > h1,
	div#wrapper > div > div.clearfix > article > b.subtitle {
		color:#000000;
		font-size: 20px;
		font-weight: bold;
		line-height: 120%;
		margin: -4px 0px 10px 0px;
	}
	
	div#wrapper > div > div.clearfix > article > b.subtitle {
		display: block;
		font-weight:normal;
		margin-top:-5px;
	}
	
	div#wrapper > div > div.clearfix > article table {
		width: 100% !important;
	}
	
	div#wrapper > div > div.clearfix > article > hr {
		border:0px;
		display:block;
		height:1px;
		margin:8px 0px 8px 0px;
	}
	
	div#wrapper > div > div.clearfix > article > div.pagination {
		display: none;
	}
	
	div#wrapper > div > div.clearfix > article > div#vacancyDetailview > div {
		float:left;
		width: 40%;
	}
	
	div#wrapper > div > div.clearfix > article > div#vacancyDetailview > div:first-child {
		width: 58%;
		margin-right: 2%;
	}
	
	div#wrapper > div > div.clearfix > article > div#vacancyDetailview > div > div {
		padding:15px;
	}
	
	div#wrapper > div > div.clearfix > article > div#vacancyDetailview > div > div > h3 {
		font-size:16px;
		margin-bottom:12px;
	}
	
	div#wrapper > div > div.clearfix > article table.twocolumn > tbody > tr > td {
		vertical-align:top;
		width:50%;
	}
	
	div#wrapper > div > div.clearfix > article table.threecolumn > tbody > tr > td {
		vertical-align:top;
		width:42%;
	}
	
	div#wrapper > div > div.clearfix > article table.threecolumn > tbody > tr > td:first-child {
		width:16%;
	}
	
	div#wrapper > div > div.clearfix > article > div.social {
		display: none;
	}
	
	div#wrapper > div > div.clearfix div#topList,
	div#wrapper > div > div.clearfix div#bottomList {
		display:none;
	}
	
	div#wrapper > div > div.clearfix > article form#vacancyDetailApplicationForm input[type=radio] {
		display: inline-block;
		height: 24px !important;
		line-height: 24px !important;
		vertical-align: middle;
	}
	
	div#wrapper > div > div.clearfix > article form#vacancyDetailApplicationForm input[type=radio] + label {
		padding-right: 15px;
		padding-left: 5px;
	}
	
	div#wrapper > div > div.clearfix > article form#vacanciesSearchMaskForm {
		position:relative;
	}
	
	div#wrapper > div > div.clearfix > article form > b {
		display:inline-block;
		margin-bottom:5px;
	}
	
	div#wrapper > div > div.clearfix > article form label {
		display:block;
		float:left;
		height:20px;
		line-height:20px;
		margin-bottom:5px;
	}
	
	div#wrapper > div > div.clearfix > article form.short label {
		width:90px;
	}
	
	div#wrapper > div > div.clearfix > article form.long label {
		width:120px;
	}
	
	div#wrapper > div > div.clearfix > article form textarea,
	div#wrapper > div > div.clearfix > article form select,
	div#wrapper > div > div.clearfix > article form input[type=text],
	div#wrapper > div > div.clearfix > article form input[type=file],
	div#wrapper > div > div.clearfix > article form input[type=password] {
		border: 1px solid #bfbfbf;
		float:left;
		height:18px;
		line-height:18px;
		margin:0px 0px 5px 0px;
		padding:0px 5px 0px 5px;
		width:290px;
	}
	
	div#wrapper > div > div.clearfix > article form textarea {
		height:80px;
	}
	
	div#wrapper > div > div.clearfix > article form select {
		height:20px;
		padding:0px;
		width:302px;
	}
	
	div#wrapper > div > div.clearfix > article form input[type=text].big {
		border: 1px solid #000000;
		display:inline-block;
		font-size:16px;
		float:none;
		height:30px;
		line-height:30px;
		width:343px;
	}
	
	div#wrapper > div > div.clearfix > article form input[type=button],
	div#wrapper > div > div.clearfix > article form input[type=submit],
	div#wrapper > div > div.clearfix > article a.button_small,
	div#wrapper > div > div.clearfix > article a.button_big {
		display: none;
	}
	
	div#wrapper > div > div.clearfix > article form > div#autocomplete {
		display: none;
	}
	
	div#wrapper > div > div.clearfix > article a.button_small {
		display: none;
	}

	div#wrapper > div > div.clearfix > article form input[type=submit].big,
	div#wrapper > div > div.clearfix > article a.button_big {
		display: none;
	}
	
	div#wrapper > div > div.clearfix > article form input[type=radio] + label,
	div#wrapper > div > div.clearfix > article form input[type=checkbox] + label {
		float:none;
		display:inline-block;
		height:auto;
		line-height:100%;
		margin:0px;
		width:auto;
	}
	
	div#wrapper > div > div.clearfix > article form textarea.honeypot,
	div#wrapper > div > div.clearfix > article form input.honeypot {
		display:none;
	}
	
	div#wrapper > div > div.clearfix > article form input +br,
	div#wrapper > div > div.clearfix > article form select +br,
	div#wrapper > div > div.clearfix > article form textarea +br {
		clear:both;
	}
	
	div#wrapper > div > div.clearfix > article form input[type=text]#zipcode {
		margin-right:5px;
		width:55px;
	}
	
	div#wrapper > div > div.clearfix > article form input[type=text]#city {
		width:218px;
	}
	
	div#wrapper > div > div.clearfix > article form#vacancyDetailApplicationForm input[type=text]#city {
		margin-left: 0 !important;
	}
	
	div#wrapper > div > div.clearfix > article form > div.file {
		position:relative;
	}
	

	
	div#wrapper > div > div.clearfix > article form > div.file > input[type=text] {
		display: none;
	}
	
	div#wrapper > div > div.clearfix > article form > div.clearfix > div {
		float:left;
		margin-left:15px;
	}
	
	div#wrapper > div > div.clearfix > article form > div.clearfix > div:first-child {
		margin-left:0px;
	}
	
	div#wrapper > div > div.clearfix > article form > div.clearfix > div > select{
		width:170px;
	}
	
	
	div#wrapper > div > div.clearfix > article > div#agenciesmap {
		position:relative;
	}
	
	div#wrapper > div > div.clearfix > article > div#agenciesmap > img {
		display:block;
	}
	
	div#wrapper > div > div.clearfix > article > div#agenciesmap > div {
		cursor:pointer;
		font-size:11px;
		font-weight:bold;
		line-height:100%;
		position:absolute;
	}
	
	div#wrapper > div > div.clearfix > article > div#agenciesmap > div > span {
		display:inline-block;
		height:10px;
		width:10px;
	}
	
	div#wrapper > div > div.clearfix > article > div#agenciesmap > div > span > span {
		display:block;
		height:8px;
		width:8px;
	}
	
	div#wrapper > div > div.clearfix > article > div#agenciesmap > div > a:link,
	div#wrapper > div > div.clearfix > article > div#agenciesmap > div > a:visited,
	div#wrapper > div > div.clearfix > article > div#agenciesmap > div > a:active {
		color:#000000;
		text-decoration:none;
	}
	
	div#wrapper > div > div.clearfix > article > div.newstitle {
		font-weight: bold;
		margin-top: 1em;
	}
	
	div#wrapper > div > div.clearfix > article > div.newstitle.first {
		margin-top: 0;
	}
	
	div#wrapper > div > div.clearfix > article > div.errorbox {
		border:1px solid #FF0000;
		padding:10px;
		margin:20px 0px 20px 0px;
	}
	
	div#wrapper > div > div.clearfix > article > div.successbox {
		border:1px solid #009900;
		color:#009900;
		padding:10px;
		margin:20px 0px 20px 0px;
	}
	
	footer > div#footer_left {
		display:none;
	}
	
/* End - layout styles */
/* Start - styles for branches_overview */
	
	div.branches_overview  > div {
		float:left;
		margin-left:26px;
		height:120px;
		width:226px;
		margin-top:26px;
	}
	
	div.branches_overview > div.first {
		margin-left:0px !important;
	}
	
	div.branches_overview > div  > div > div {
		display:none;
	}
/* End - styles for branches_overview */
/* Start - styles for mark_overview */


div.mark_overview  > div {
	float:left;
	margin-left:26px;
	height:180px;
	width:226px;
	margin-top:26px;
}
div.mark_overview > div.first {
	margin-left:0px !important;
}
div.mark_overview  span.mark_overview_icon {
	background-image:url(/images/mark_overview_icon.png);
	float:left;
	width:19px;
	height:19px;
	color-adjust: exact;
	-webkit-print-color-adjust: exact;
}
div.mark_overview  span.mark_overview_slogan {
	padding-top:3px;
	padding-left:23px;
	height:40px;
	width:230px;
	position:absolute;
	font-size:11px;
}
div.mark_overview  > div > div {
	position:relative;
	background-color:green;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height:150px;
	margin-bottom:10px;
	color-adjust: exact;
	-webkit-print-color-adjust: exact;
}
div.mark_overview  span.mark_overview_icon.background_axxeos,
div.mark_overview  > div > div.background_axxeos {
	background-color: #eb731b !important;
}
div.mark_overview  span.mark_overview_icon.background_bellini,
div.mark_overview  > div > div.background_bellini {
	background-color: #E3001A !important;
}
div.mark_overview  span.mark_overview_icon.background_collardi,
div.mark_overview  > div > div.background_collardi {
	background-color: #00335B !important;
}
div.mark_overview  span.mark_overview_icon.background_cellio,
div.mark_overview  > div > div.background_cellio {
	background-color: #85a844 !important;
}
div.mark_overview  span.mark_overview_icon.background_diallon,
div.mark_overview  > div > div.background_diallon {
	background-color: #4E3243 !important;
}
div.mark_overview  span.mark_overview_icon.background_nollian,
div.mark_overview  > div > div.background_nollian {
	background-color: #14cdd0 !important;
}
div.mark_overview  span.mark_overview_icon.background_sallis,
div.mark_overview  > div > div.background_sallis {
	background-color: #eb731b !important;
}
div.mark_overview  span.mark_overview_icon.background_kollas,
div.mark_overview  > div > div.background_kollas {
	background-color: #ffa500 !important;
}
div.mark_overview  span.mark_overview_icon.background_zellani,
div.mark_overview  > div > div.background_zellani {
	background-color: #BCA1CC !important;
}
div.mark_overview  span.mark_overview_icon.background_vellit,
div.mark_overview  > div > div.background_vellit {
	background-color: #CDAE97 !important;
}
div.mark_overview div.target {
	cursor:pointer;
}

div.mark_overview > div > div img.mark_overview_logo {
	display:block;
	padding:14px;
	padding-top:8px;
}

div.mark_overview img.mark_overview_teaser {
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius:20px 20px 0px 0px;
	-moz-border-radius:20px 20px 0px 0px;
	height:90px;
	width:226px;
}

div.mark_overview > div  > div > div {
	display:none;
}
/* End - styles for mark_overview */

.noprint {
	display:none;
}