﻿/*css für Stellenagebote Startseite****************************/
/**************************************************************/
.stellen_startseite_kopf
{
	padding-left:3px;
    padding-right:3px;
    text-align: center;
    font-weight:bold;
    font-size:10px;
    color:#FFFFFF;
    background-color:#004184;
    height:25px;
}
/*css für Stellenagebote Startseite Layout 1 = klein*/
.stellen_startseite_buero
{	
	font-size:10px;
	text-decoration: none;
	font-weight:bold;
	color: White;
}
.stellen_startseite_ueberschrift
{	
	font-size:10px;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
	color:#004184;
}
.stellen_startseite_ueberschrift:hover
{	
	font-size:10px;
	cursor:pointer;
	font-weight:bold;
	color:#004184;
}
.stellen_startseite_link
{
	font-size:10px;
	cursor:pointer;
	text-align:left;
}
.stellen_startseite_link:hover
{
	font-size:10px;
	cursor:pointer;
	text-align:left;
}
.stellen_startseite_main_tbl
{
	/*border: 1px solid black;*/
}
.stellen_startseite_text
{
	font-size:9px;
}

/**************************************************************/
/********* PopUp Stellen_Details Angaben **********************/
.stellen_details_menuItem {background-color:#004184; color:#FFFFFF;}
.stellen_details_menuItem:hover { background-color:#9C9694; color:#FFFFFF; }
.stellen_details_menu_balken_fehler { background-color:#004184; }
.stellen_details_menu_balken_leer { background-color:#004184; }
.stellen_details_header { height: 15px; font-size: small; font-weight: bold;color:#004184; }
.stellen_details_ueberschrift {font-weight: bold; color:#004184; }
.stellen_details_text_title {font-size: 14px; background-color:#9C9694; border:1px solid #CDC5BF; }
.stellen_details_bezeichner {font-size: 11px; color:#004184; border:1px solid #CDC5BF; }
.stellen_details_text {	border:1px solid #CDC5BF; color:#004184; }
.stellen_details_link {	color:#004184; }
.stellen_details_link:hover {color:#004184; }
.stellen_details_Gerade {color:#004184; background-color:#EEEEEE; } 
.stellen_details_Ungerade {color:#004184; background-color:#FFFFFF; }
.stellen_details_hr {background-color:#004184;}

/*css für die Gesamtliste aller Stellenangebote und Stellengesuche*/
.gesamtauswertung_fett{font-weight:bold;text-decoration:none;color:#000000;}
.gesamtauswertung_fett1{font-size:13px;font-weight:bold;color:#004184;}
.gesamtauswertung_normal{font-weight:normal;text-decoration:none;}
.Umbruchlinie{background-color:#EEEEEE}
.stellensuche_text_fett{font-weight:bold; color:#FFFFFF; background-color:#004184; padding:2px; vertical-align:top}
.stellensuche_text_normal{font-weight:normal;}	

/*css für Schnellsuche*/
.stellensuche_startseite_text_fett{height:20px;font-size:14px;font-weight:bold;color:#FFFFFF;background-color:#004184; text-align:center}
.stellensuche_startseite1{background-color:#004184;}
.stellensuche_startseite_text_normal{font-size:10px;font-weight:normal; width: 190px;}
.stellensuche_startseite_text_link{font-size:10px;color:#FFFFFF;font-weight:bold;text-decoration:none}
.stellensuche_startseite_text_link:visited{font-size:10px;color:#FFFFFF;font-weight:bold;text-decoration:none}

/*css für Onlinebewerbung*/
/*##################################################################################################################*/
.Onlinebwbg_aspx_body{ font-family:Verdana;}
.Onlinebwbg_menu_aktiv { background-color: #004184; color:white;}
.Onlinebwbg_Tbl_Modheader{background-color:#688EB6; color:White; }
.Onlinebwbg_Kontaktdaten_DSE_text{background-color:  #688EB6; color:white;}
.Onlinebwbg_Buttons { font-family:Verdana; background-color: #004184;} 

/*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;
		}
