/*css für Stellenagebote Startseite****************************/
.stellen_startseite_kopf { padding-left:3px; padding-right:3px; text-align: center; font-weight:bold;
    font-size:12px; color:#FFFFFF; background-color:#035892; height:25px; }
/*css für Stellenagebote Startseite Layout 1 = klein*/
.stellen_startseite_buero { font-size:9px; text-decoration: none; font-weight:bold; color: White; }
.stellen_startseite_ueberschrift { font-size:9px; text-decoration: none;	cursor:pointer;	font-weight:bold; color:#035892; }
.stellen_startseite_ueberschrift:hover {	font-size:9px; cursor:pointer; font-weight:bold; color:#035892; }
.stellen_startseite_link { font-size:9px; cursor:pointer; text-align:left; }
.stellen_startseite_link:hover { font-size:9px; cursor:pointer; text-align:left; }

/********* PopUp Stellen_Details Angaben **********************/
.stellen_details_menuItem {  font-size:9pt; background-color:#035892; color:#FFFFFF; font-family: Verdana,Arial,sans-serif; }
.stellen_details_menuItem:hover { background-color:#EFF7FF; color:#FFFFFF; }
.stellen_details_menu_balken_fehler { background-color:#035892; }
.stellen_details_menu_balken_leer { background-color:#035892; }
.stellen_details_header { font-family: Verdana,Arial,sans-serif; font-size: small; font-weight: bold; color:#0368B6; }
.stellen_details_ueberschrift {	font-family: Verdana,Arial,sans-serif; font-weight: bold; color:#0368B6; }
.stellen_details_text_title { font-family: Verdana,Arial,sans-serif; font-size: 11px; background-color: rgb(212, 227, 242); border:1px solid #CDC5BF;
                              color:#000000; padding:5px; }
.stellen_details_bezeichner { font-family: Verdana,Arial,sans-serif; font-size: 8pt; color:#0368B6; border:1px solid #CDC5BF; }
.stellen_details_text {	border:1px solid #CDC5BF;  font-family: Verdana,Arial,sans-serif; font-size: 8pt; color:#0368B6; }
.stellen_details_link {	font-family: Verdana,Arial,sans-serif; font-size: 8pt; color:#0368B6; }
.stellen_details_link:hover { font-family: Verdana,Arial,sans-serif; font-size: 8pt; color:#0368B6; }
.stellen_details_Gerade { font-family: Verdana,Arial,sans-serif; font-size: 11px; color:#0368B6; background-color:#EEEEEE; } 
.stellen_details_Ungerade { font-family: Verdana,Arial,sans-serif; font-size: 11px; color:#0368B6; background-color:#FFFFFF; }
.stellen_details_hr { background-color:#B1C8E7;}

/*css für die Gesamtliste aller Stellenangebote und Stellengesuche*/
.gesamtauswertung_fett{font-size:12px;font-weight:bold;text-decoration:none;color:#000000;}
.gesamtauswertung_fett1{font-size:13px;font-weight:bold;color:#035892;}
.gesamtauswertung_normal{font-size:12px;font-weight:normal;text-decoration:none;}
.Umbruchlinie{background-color:#EEEEEE}
.stellensuche_text_fett{font-size:12px;font-weight:bold; color:#FFFFFF; background-color:#035892; padding-left:2px; vertical-align:top}
.stellensuche_text_normal{font-size:12px;font-weight:normal;}	

/*css für Schnellsuche*/
.stellensuche_startseite_text_fett{height:20px;font-size:14px;font-weight:bold;color:#FFFFFF;background-color:#035892; text-align:center}
.stellensuche_startseite1{background-color:#035892;}
.stellensuche_startseite_text_normal{font-size:12px;font-weight:normal; width: 190px;}
.stellensuche_startseite_text_link{font-size:12px;color:#FFFFFF;font-weight:bold;text-decoration:none}
.stellensuche_startseite_text_link:visited{font-size:12px;color:#FFFFFF;font-weight:bold;text-decoration:none}

/*css für Stellendetailansicht*/
		.ueberschrift_typ
		{
			height:30px;
			background-color:#004184;
			color:#FFFFFF;
			padding-left:10px;
			font-weight:bold;
			font-size: 14px;
		}
		 .ueberschrift_typ h1
		 {
			margin:0;
			color:#FFFFFF;
			font-weight:bold;
			font-size: 14px;
		 }
		.Block_Stellen_Eigenschaften
		{
			padding:10px; 
			background-color:#efefef
		}
		.Stellen_Eigenschaft_Name
		{
			font-weight:bold;
			height:20px;
			vertical-align:top;
			text-align:left;
		}
		.Stellen_Eigenschaft_text
		{
			vertical-align:top;
			text-align:left;
		}
		.stellen_beschreibung h2
		{
			font-weight:bold;
		}
		.stellen_button
		{
			line-height:20px;
			height:20px;
			display:inherit;
			padding-left:30px;
			padding-right:10px;
			background-color:#004184;
			background-image:url(/images/Btn_Stellen.gif);
			background-repeat: no-repeat;
			background-position: -2px -5px;
		}
		
		.stellen_button a
		{
			display:block;
			color:#FFFFFF;
		}
		.stellen_button:hover
		{
			background-color:#9C9694;
			background-image:url(/images/Btn_Stellen.gif);
			background-repeat: no-repeat;
			background-position: -2px -35px;
		}
		.stellen_button:hover ,.stellen_button a:hover
		{
			text-decoration:none;
			color:#FFFFFF;
		}
