/* generelle formatierungen */
* {
	color: #000;
	font-size: 9pt;
	font-family: verdana,arial,helvetica,geneva;
	line-height:13pt;
}
a {
	text-decoration: none;
}

.detailTitle {
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 6px;
}
.detailText {
	margin-bottom: 0px;
	margin-top: 0px;
}
p {
	margin-bottom: 0px;
	margin-top: 0px;
}
ul, ol {
	margin-bottom: 6px;
	margin-top: 6px;
}
ul{
	list-style-image:url(../images/bullet.gif);
}
b, strong{
	font-weight:bold;
}


/* text formatierungen */
.globalnav {
	color:#0052A0;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana,arial,helvetica,geneva;
}
.subhead1{
	background-color:#4F4F4F;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	font-family:verdana,arial,helvetica,geneva;
}
.subhead2{
	background-color:#0052A0;
	color:#FFF;
	font-weight: bold;
	font-size:11px;
	font-family: verdana,arial,helvetica,geneva;
}
.subhead3{
	background-color:#93A3D0;
	color:#FFF;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana,arial,helvetica,geneva;
}
.info{
	color:#CC6600;
	font:11px verdana,arial,helvetica,geneva;
}
.bildtext{
	color:#4F4F4F;
	font:10px verdana,arial,helvetica,geneva;
}

.subnavi {
	color:#000;
}
.subnavi_selected{
	color:#C60;
}
.subnavi:hover{
	color:#C60;
}
.navi {
	font:11px verdana,arial,helvetica,geneva;
	color:#000;
	line-height: 18px;
	font-weight: bold;
}
.navi:hover {
	color:#C60;
}
.navi_selected {
	font:11px verdana,arial,helvetica,geneva;
	color:#C60;
	line-height: 18px;
	font-weight: bold;
}


/* farb formatierungen */
.grau{
	background-color:#F1F2F4;
}
.weiss{
	background-color:#FFF;
}
.schwarz{
	background-color:#000;
}
.rot{
	background-color:#C60;
}

.rahmen{
	border-color:#C60;
}

/* reply msg */
ul.replyMsg, ul.replyMsg li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.replyMsg {
	border: 1px solid #CC6600;
	background-color:#F1F2F4;
	padding: 4px;
}
ul.replyMsg li{
	padding-left: 20px;
	background-position: left 3px;
	background-repeat: no-repeat;
}
ul.replyMsg li.error{
	background-image: url(../gfx/icons/error.gif);
}
ul.replyMsg li.success{
	background-image: url(../gfx/icons/success.gif);
}

/* formulare im rechten content bereich */
.formFieldRight {
	width: 185px;
	margin-top: 4px;
	font-size: 10px;
}

/* bewerbungsformular im main content */
#Application fieldset {
	margin: 0 0 10px 0;
	border: 1px solid #0052A0;
	padding: 8px;
}
#Application legend,
#Application .person legend label{
	font-size: 10px;
	color: #0052A0;
	font-weight: bold;
	width:auto;
}
#Application label {
	clear: both;
	display: block;
}
#Application .person label {
	clear: both;
	display: block;
	float: left;
	width: 120px;
}
#Application .address {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
#Application .person textarea,
#Application .person select,
#Application .person input {
	width: 200px;
	margin-top: 1px;
	float: right;
}
#Application .radios {
	clear:both;
}
#Application .radios input,
#Application .radios label {
	width: auto;
	float: none;
}
#Application #PersonalRemark {
	width: 360px;
}
#Application .address label {
	width: auto;
	clear: none;
}
#Application #Zip {
	width: 50px;
}
#Application #City {
	width: 150px;
}
#Application .submit {
	float: right;
	margin-bottom: 10px;
}
em.light4flight {
	font-size: 1.5em;
}
.subhead2 em.light4flight {
	color: #fff;
}
a.kontakt {
	color: #CC6600;
}
