@CHARSET "UTF-8";

/* Override ineos defaults */
html,body {
	text-align: left;
}

.head {
	height: 50px;
}

/* No header image */
#wizardheader {
	background-image: none;
	height: 115px;
}

/* Textwidth on entry site */
.panelinfotext {
	width: 250px;
}

/* text width while running Bewerbung */
.wizardtext {
	width: 200px;
}

/* Center view with fixed width */
.x-viewport {
	width: 781px;
	margin: 0 auto;
	border: 1px solid #EEAC00;
}

#leftnav {
	padding: 5px;
	float: left;
}

#application {
	overflow: auto;
}

#application h1 {
	color: #002466;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div#content {
	width: 100%;
	border: 1px solid #EEAC00;
	padding: 20px;	
}

div.bnavioffers .col-md-6 {
	width: 60%;
}

div.bnavioffers .col-md-2 {
	width: 15%;
}

div.bnavioffers .col-md-2.lastcolumn {
	width: 5%;
}
	
div.bnaviofferhead {
	font-weight: bold;
	padding-top: 12px;
}

div.bnaviofferhead div.col-md-6, div.bnaviofferhead div.col-md-2  {
	float: left;
	font-weight: bold;
	padding-top: 12px;
}

div.bnaviofferrow {
	border-bottom: 1px solid #9F9F9F;
	float: left;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 100%;
}

div.bnavioffercell {
	float: left;
}

div.bnaviinitiative {
	float: left;
	margin-top: 10px;
}

