﻿/* ### Header ### */
.snav.smallhead {
	background: #154177 !important;
	height: auto;
	min-height: 25px;
}

	.snav.smallhead h1 {
		color: #FFFFFF;
		display: inline-block;
		font-size: 14px;
		padding: 6px 0 5px 10px;
		text-transform: uppercase;
		width: 100%;
	}

		.snav.smallhead h1 a {
			color: #fff;
		}

/* ### Breadcrumb ### */
.breadcrumb {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

	.breadcrumb li {
		margin: 0 2px !important;
		padding: 0 10px !important;
		font-size: 12px !important;
	}

		.breadcrumb li.active {
			font-weight: bold;
			color: #0063AC !important;
		}

/* ### Start ### */
.boxOuter {
	cursor: pointer;
	font-size: 120%;
	margin: 0 10px 25px 0;
	position: relative;
	width: 306px;
	float: left;
	position: relative;
}

.content .boxOuter:first-child {
	margin-left: 10px;
	margin-right: 10px;
}

.boxOuter .box {
	background: none repeat scroll 0 0 #ECF2F7;
	border: 10px solid #C3D5DF;
	color: #124179;
	width: 264px;
	padding: 10px;
	min-height: 185px;
	height: 100%;
}

.boxOuter h2 {
	background: #2C5C91;
	color: #fff;
	width: 284px;
	font-size: 22px;
	font-weight: normal;
	padding: 10px;
	margin: 0;
	text-transform: none;
}

.boxOuter .inputfield {
	display: inline-block;
	padding: 5px;
	width: 90%;
}

.boxOuter a {
	background: url("/images/suche_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	display: block;
	height: 17px;
	padding: 10px 10px 10px 40px;
	width: 118px !important;
	float: right;
	text-align: left;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

	.boxOuter a.registrieren {
		background: url("/obm/images/registrierung_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

	.boxOuter a.direkt {
		background: url("/obm/images/weiter_buton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

	.boxOuter a:hover {
		background: url("/images/suche_btn_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		text-decoration: none !important;
	}

	.boxOuter a.registrieren:hover {
		background: url("/obm/images/registrierung_button_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

	.boxOuter a.direkt:hover {
		background: url("/obm/images/weiter_buton_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

/* TEXT / Content */
.text {
	display: inline-block;
	padding: 10px;
	width: 98%;
}

	.text.small {
		width: 210px;
	}

	.text h2 {
		border-bottom: 2px solid;
		font-family: arial,sans-serif;
		font-weight: normal;
		margin-bottom: 10px;
		padding-bottom: 5px;
		color: #0063AC;
		font-size: 1.5em;
	}

.content .text {
	padding-top: 0;
}

/* Bewerbung - Schritt 1*/
fieldset {
	border: 2px solid #0063AC;
	padding: 15px;
	margin: 0 10px 10px;
	width: 630px;
	float: left;
}

	fieldset legend {
		font-size: 14px;
		font-weight: bold;
		color: #0063AC;
		padding: 0 5px;
	}

	fieldset table {
		width: 630px;
	}

		fieldset table tr {
			width: 630px;
			float: left;
		}

		fieldset table td {
			vertical-align: top;
			padding: 5px 0 5px 5px;
			width: 292px;
			padding-right: 16px;
		}

			fieldset table td[colspan="2"] {
				width: 100%;
			}

			fieldset table td:first-child {
				padding-left: 0;
			}

			fieldset table td label {
				width: 100%;
				margin: 0 0 3px;
			}

			fieldset table td input, fieldset table td span {
				width: 280px !important;
				padding: 6px 5px !important;
				float: left;
			}

				fieldset table td input[type=checkbox] {
					width: auto !important;
					padding: 0 5px !important;
					float: left;
				}

			fieldset table td span {
				border: 1px solid #ccc;
				min-height: 17px;
			}

			fieldset table td select {
				width: 292px !important;
			}

			fieldset table td textarea {
				min-width: 465px;
				max-width: 465px;
				min-height: 150px;
				max-height: 150px;
			}

.big {
	width: 65%;
}

.email {
	width: 447px!important;
}

.twoCol {
	width: 240px;
	float: left;
}

label {
	float: left;
	min-width: 140px;
}

select {
	background: url("/images/inputBG.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #C0C0C0;
	color: #2C5C91;
	float: left;
	font-size: 100%;
	padding: 5px;
	width: 242px;
}

input[type=file] {
	padding: 5px;
	float: left;
}

/* Error/success msg */
.successMsg, .errorMsg {
	border: 1px solid;
	margin: 10px 0px;
	padding: 6px;
}

.successMsg {
	color: #000;
	background-color: #DFF2BF;
}

.errorMsg {
	color: #000;
	background-color: #FFBABA;
}

.field {
	width: 242px;
	float: left;
}

.plz {
	width: 45px !important;
	margin-right: 8px;
}

.ort {
	width: 214px!important;
}

.hausnummer {
	width: 45px !important;
}

.strasse {
	width: 214px!important;
	margin-right: 8px;
}

.infoMsg {
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 5px 0 0 0;
}

.ausbildung, .studium, .dokument {
	display: none;
}

/* Buttons*/
.leftButtonBottom {
	float: left;
	padding: 10px;
}

	.leftButtonBottom a {
		background: url(/obm/images/zurueck_button_left.png) no-repeat scroll 0 0 transparent;
		padding: 4px 8px 4px 15px;
		color: #fff;
	}

.rightButtonBottom {
	float: right;
	padding: 10px;
}

	.rightButtonBottom a {
		background: url(/obm/images/weiter_button_right.png) no-repeat scroll right center transparent;
		padding: 4px 15px 4px 8px;
		color: #fff;
	}

.bottomText {
	margin: 0 20px 20px;
	width: 100%;
}

.datenschutz_chkbox input {
	margin-right: 10px;
}

/*Print Preview*/
#printPreviewTable {
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
	table-layout: fixed;
	border-spacing: 10px;
}

	#printPreviewTable td.titleInput {
		padding: 0 0 0 0;
		font-weight: bold;
	}

		#printPreviewTable td.titleInput:nth-child(n+2) {
			padding: 0 0 0 2%;
		}

	#printPreviewTable h3 {
		margin: 50px 0 10px 0;
		text-decoration: underline;
		font-size: 12pt;
		color: #000;
		padding: 0;
	}

	#printPreviewTable td.userInput {
		border-bottom: 1px solid black;
		width: 30%;
		font-size: 9pt;
		height: 17px;
	}

.infoSpan {
	border: none;
    width:500px !important;
}

.heading {
	text-align: center;
	color: black;
}

.deleteBtn{
    width:16px !important;
    position: relative;
    top: 30px;
    left: 0;
}
.fileUploadLabel{
    width: 255px !important;
    margin-left: 30px;
}

