@charset "UTF-8";

/* [[[[[[[[[[ B A S I C ]]]]]]]]]] */

body {
	margin:0px;
	padding:0px;
	background-image:url(../pix/basic/background.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

p {
	margin:0px;
	padding:0px;
	text-align:left;
	margin-bottom:9px;
	color:#003160;
}

img {
	display:block;
}

ul.stellen {
	margin:0px 0px 12px 0px;
	list-style:none;
	padding:0px;
	color:#003160;
}

ul.stellen li {
	padding:2px 0px 2px 15px;
	background-image:url(../pix/basic/star.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
}

.bewerbung_titel {
	font-family:Times New Roman, Arial, Helvetica, sans-serif;
	font-size:29px;
	line-height:20px;
	margin:0px;
	padding:0px;
	margin-bottom:9px;
	text-align:left;
	color:#003160;
}

h3 {
	font-family: "Times New Roman, serif";
	font-size:28px;
	font-weight: normal;
	line-height:27px;
	letter-spacing: 1px;
	margin:0px;
	padding:0px;
	margin-bottom:9px;
	text-align:left;
	text-transform: uppercase;
	color:#003160;
}

h4 {
	font-size:13px;
	line-height:13px;
	margin:0px;
	padding:0px;
	margin-bottom:9px;
	text-align:left;
	color:#003160;
}

h5 {
	font-size:11px;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#003160;
}

.clearBoth {
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
}

.feld {
	border:1px solid #9ac5e1;
	background-color:#FFFFFF;
	background-image:url(../pix/basic/background_form.gif);
	background-repeat:repeat-x;
	padding:3px 0px 3px 3px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:9px;
	margin-top:4px;
	width:315px;
}

.feldNoBg {
	border:1px solid #9ac5e1;
	background-color:#FFFFFF;
	padding:3px 5px 3px 3px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:9px;
	margin-top:4px;
	width:318px;
}

.button {
	border:1px solid #9ac5e1;
	background-color:#FFFFFF;
	background-image:url(../pix/basic/background_form.gif);
	background-repeat:repeat-x;
	padding:3px 0px 3px 3px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:9px;
	margin-top:4px;
}

textarea.eingabe {
	border:1px solid #9ac5e1;
	padding:4px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	width:648px;
}
	
label.labelError {
	color:#D52B1E;
}

label {
	font-weight:bold;
	color:#003160;
}

.padding {
	padding:10px;
}


/* [[[[[[[[[[ N A V I G A T I O N ]]]]]]]]]] */

a {
	color:#9ac5e1;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#003160;
}

a.mehr {
	background-image:url(../pix/basic/mehr_off.gif);
	background-repeat:no-repeat;
	padding-left:14px;
	background-position:0px 3px;
}

a.mehr:hover {
	background-image:url(../pix/basic/mehr_on.gif);
	background-repeat:no-repeat;
	padding-left:12px;
}

a.blau {
	color:#FFFFFF;
}

a.blau:hover {
	color:#003160;
}

a.hauptnaviInaktiv {
	display:block;
	float:left;
	margin-right:17px;
	color:#9ac5e1;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0px 3px;
	width:151px;
	background-image:url(../pix/navi/white_off.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

a.hauptnaviInaktiv:hover {
	color:#003160;
	background-image:url(../pix/navi/white_off.gif);
}

a.hauptnaviAktiv {
	display:block;
	float:left;
	margin-right:17px;
	color:#003160;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0px 3px;
	width:151px;
	background-color:#FFFFFF;
}

a.naviAktiv:hover {
	color:#003160;
}

a.blaunaviInaktiv {
	display:block;
	float:left;
	margin-right:17px;
	color:#003160;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0px 3px;
	width:151px;
	background-image:url(../pix/navi/blue_off.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

a.blaunaviInaktiv:hover {
	color:#003160;
	background-image:url(../pix/navi/blue_off.gif);
}

a.blaunaviAktiv {
	display:block;
	float:left;
	margin-right:17px;
	color:#003160;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0px 3px;
	width:151px;
	background-image:url(../pix/navi/blue_on.gif);
	background-color:#FFFFFF;
}

a.blaunaviAktiv:hover {
	color:#003160;
}

a.subnavi {
	font-weight:bold;
	color:#003160;
	display:block;
	padding:3px 0px 4px 12px;
	border-bottom:1px solid #003160;
	text-decoration:none;
}

a.subnavi:hover {
	color:#FFFFFF;
}

/* [[[[[[[[[[ L A Y O U T ]]]]]]]]]] */

div.main {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:994px;
	background-color:#FFF;
	text-align:center;
}

div.logo {
	margin:0px auto;
	padding:0px;
	width:994px;
	background-color:#003160;
	text-align:center;
}

div.header {
	position:relative;
	width:994px;
	height:206px;
	background-color:#9ac5e1;
	background-image:url(../pix/basic/mood.jpg);
}

div.footer {
	width:994px;
	text-align:center;
	margin-bottom:9px;
}

div.navigation {
	position:absolute;
	bottom:0px;
	left:0px;
	height:23px;
	width:994px;
}

div.links {
	margin:23px 0px;
	width:320px;
	float:left;
	text-align:left;
}

div.links.blau {
	margin:9px 0px 0px;
	background-color:#9ac5e1;
	background-image:url(../pix/basic/welle.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;
}

div.rechts {
	margin:23px 0px;
	float:right;
	width:658px;
	background-color:#ffffff;
	text-align:left;
}

div.stellen {
	display:block;
	border-bottom:1px solid #9ac5e1;
	padding:2px 0px 8px;
	margin-bottom:3px;
}

div.bezeichnung {
	padding:0px;
	float:left;
}

div.mehr {
	float:right;
	text-align:right;
}

div.border {
	margin-top:9px;
	margin-bottom:4px;
	border-bottom:1px solid #9ac5e1;
	clear:both;
	height:0px;
}

td.border {
	padding-top:4px;
	border-top:1px solid #9ac5e1;
}

div.dom__hotelPickers, div.dom__hotelPickersActive {
	margin-left:8px;
	margin-top:6px;
	background-image:url(../pix/basic/check_off.gif);
	background-repeat:no-repeat;
	background-position:0px center;
	padding-left:30px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	cursor:pointer;
}

div.dom__hotelPickersActive {
	background-image:url(../pix/basic/check_on.gif);
	color:#003160;
}

div.dom__categoryPickers, div.dom__categoryPickersActive {
	margin-left:30px;
	margin-top:6px;
	background-image:url(../pix/basic/check_off.gif);
	background-repeat:no-repeat;
	background-position:0px center;
	padding-left:30px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	cursor:pointer;
}

div.dom__categoryPickersActive {
	background-image:url(../pix/basic/check_on.gif);
	color:#003160;
}

/* [[[[[[[[[[ D E C O R A T I O N ]]]]]]]]]] */

.margin0 {
	margin:0px;
}