/* Style für Job-Detail-Ansicht */
/* Die Elemente befinden sich innerhalb des Divs content!! */

/* Überschrift für Jobbezeichnung */
#content h3
{
	color:						black;
	font-size:					20px;
	display:					block;
	background:					#FBD320;
	padding:					2px;
	padding-top:				4px;
	padding-bottom:				4px;
	border:    					1px solid #404040;
    -o-border-radius:           6px;
    -moz-border-radius:         6px;
    -webkit-border-radius:      6px;
    -khtml-border-radius:       6px;
    border-radius:              6px;
	margin:						0px;
	margin-top:					25px;
}

/* Auflistung der Jobdaten */
#content ul 
{
	border-top:					0px dotted #000;
	border-bottom:				1px solid #000;
	list-style-type:			none;
	margin:						0px;
	padding:					0px;
	margin-left:				0px;
/*	background:					#eff3f4;*/
	background:					#fff; 
	padding-left:				22px;
	list-style-position:		outside;
}

#content ul li
{
/*	list-style-image: 			url(/images/application/default/minus.gif); */
/*	background:					#eff3f4; */
	background:					#fff; 
	margin:						0px;
	margin-left:				-20px;
	padding:					0px;
	padding-left:				5px;
	border-bottom:				0px dotted #606060;
	vertical-align: 			top;
}
#content ul li a
{
	padding:						0px;
	margin:							0px;
	text-decoration:				none;
	color:							#3C567C;
}
#content ul li a:hover
{
	text-decoration:				underline;
}
#content ul li .label
{
	font-weight:				bold;
	display:					inline;
	color:						darkred;
	border-bottom:				1px dotted black;
}
#content ul li .value
{
	font-weight:				normal;
	display:					inline;
	padding-left:				0.5em;
}
/* Buttons Footer */
#navigation_footer
{
	background:					#e0e4e6;
	padding-left:				2px;
	padding-bottom:				10px;
	border-bottom:				1px solid #000;
}
#navigation_footer a
{
	background:					#d4d0c8;
	border-top:					1px solid #fff;
	border-right:				1px solid #606060;
	border-bottom:				1px solid #000;
	border-left:				1px solid #c0c0c0;
	text-decoration:			none;
	padding:					2px;
	padding-left:				10px;
	padding-right:				10px;
}
#navigation_footer a:hover
{
	background:					#fbd320;
}
#einsatzort_info
{
	height:						10em;
}

