@charset "utf-8";
/* CSS Document */


  body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin:0 0 0 9px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	color: #000000;
	text-align: left;
    }
	.jsWarning {
	font-size:18px;
	background-color:#DD0000;
	color: #ffffff;
	}
	#response_formBewerber {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	}
    .oneColFixCtrHdr #container {
	width:752px;   /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	position: relative;
    }
    .oneColFixCtrHdr #header {
	padding: 30px 10px 0 20px;
	height: 110px;
	line-height: 90px;
    }
    .oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	color: #000000;
	font-size: 18px;
	font-weight: bold;
    }
    .oneColFixCtrHdr #mainContent {
	color: #000000;
    }

	.headline1 {
	font-size: 22px;
	border-bottom: 6px solid #2567A7;
	font-weight: bold;
	}
	.headline2 {
	font-size: 14px;
	border-bottom: 4px solid #2567A7;
	font-weight: bold;
	padding: 0 0 1px 5px;
	margin:20px 0 10px 0px;
	}
	fieldset {
	margin: 0;
	padding: 10px;
	background-color: #F6F6F6;
	border: 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
.infoBox {
	margin-bottom: 5px;
	font-size:11px;

	color: #2567A7;
	padding: 3px 10px 3px 10px;
	background-color: #C1D7EC;
	border: 0;
	border-top: 1px solid #8BB0D8;
	border-bottom: 1px solid #8BB0D8;
}
.labelTextfield {
	float:left;
	padding:3px 0 0 0;
	width:17em;
	font-weight:bold;
	font-size: 12px;
}
.labelTooltip {
	float:left;
	margin:0 5px 3px 0;
	padding: 1px;
	width:17em;
	font-weight:bold;
	font-size: 12px;
	border-bottom: 1px dotted #000;
	background-color:#f6f6f6;
}
.textInput {
	width: 265px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.selectInput {
	width: 270px;
}
.labelCheckbox {
	padding: 0 15px 2px 0;
	font-weight:bold;
	font-size: 12px;
}
.labelCheckbox input{
	margin-left:0px;
	width:14px;
}
.formRow {
	margin-bottom: 3px;
	clear:left;
}
.smallFont {
	font-size: 12px
}
.buttonSubmit {
	background-color:#ffffff;
	background-image:url(../images/submit.gif);
	background-repeat:no-repeat;
	border:0;
	width: 57px;
	height:17px;
}
.buttonClear {
	background-color:#ffffff;
	background-image:url(../images/clear.gif);
	background-repeat:no-repeat;
	border:0;
	width: 62px;
	height:17px;
}
.formControl {
	text-align:right;
}
.divReply {
	font-weight:bold;
	font-size: 12px;
	color:#DE8C2D;
	text-align:center;
	padding-top: 10px;
}
a, a:visited, a:active, a:link {
	color: #93191A;
	text-decoration:none;
	border-bottom: 1px dotted #2567A7;
}
a:hover {
	color: #79B04E;
	text-decoration: none;
	border-bottom: 1px dotted #2567A7;
}
.tablebewerber {
	font-weight:normal;
	font-size: 12px;
	text-align: left;
	padding-bottom:15px;
	padding-top: 5px;
	color: #000;
	border:0;
}
.tabletd {
	width: 50px;
	text-align:right;
}
.tableth {
	padding: 20px 0px 4px 0px;
	text-align: center;
	border-bottom: 1px dotted #000;
	color: #DE8C2D;
	font-weight:bold;
}
.tableindexes {
	font-style:italic;
	font-size:12px;
	color: #93191A;
	font-weight:bold;
}