/* CSS Document */

div.candidate_list_home{
	background-image:url(../images/bg_kandidaten_home.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	padding:10px 9px;
	min-height:250px;
}

div.candidate_list{
	background:url(../images/bg_kandidaten_list.gif);
	margin-top:2px;
	padding:10px 10px 0 18px;
	/*min-height:500px;*/
	overflow:hidden;
	height:100%;
}


div.candidate_list .candidate,
div.candidate_list_home .candidate{
	float:left; height:125px; width:81px; overflow:hidden;
}

div.candidate_list_kandidaten { padding:20px 20px 0 90px; text-align:center; }
.candidate_list_kandidaten .listBgBottomCand { }


div.candidate_list_kandidaten .candidate{
	float:left; height:135px; width:81px; overflow:hidden; text-align:center;
}

div.candidate_list_kandidaten .name {
	text-align:right;
	margin:-18px 19px 0 0;

}

div.candidate_list .name,
div.candidate_list_home .name{
	text-align:right;
	margin:-18px 6px 0 0;
}

#candidate_detail .header{
	background:url(../images/bg_kandidaten_header.gif) no-repeat top;
	padding:10px;
}
#candidate_detail .content{
	/*float:left;*/
	z-index:10000;
}


#candidate_detail .can_info p{
	clear:none;
}
#candidate_detail .can_info p{
	margin:3px 0;
}
#candidate_detail .gallery{
	float:right;
	background:url(../images/bg_kandidaten_galerie.gif) no-repeat;
	width:201px;
	height:244px;
}
.galleryKandidaten { 
	float:right;
	width:201px;
	background:url(../images/bg_kandidaten_galerie.gif) no-repeat;
}

*html .contentKandidaten { min-height:244px; float: left; width:250px; }

#candidate_detail .gallery_footer{
	padding:15px 10px 33px;

}

#candidate_detail .gallery_footer #number{
	color:#000000;
	float:left;
	display:block;
	text-align:center;
	margin-left:40px;
}
*html #candidate_detail .gallery_footer #number{
	margin-left:30px;
}
#candidate_detail .image{
	width:184px;
	height:177px;
	overflow:hidden;
	margin: 16px 0 0 9px;
}
.kandidatenImage {
	width:184px;
	height:177px;
	overflow:hidden;
	margin: 19px 0 0 9px;
}

#candidate_detail .gallery_footer .gal_prev{
	background:url(../images/gal_prev.gif) no-repeat;
	display:block;
	height:15px;
	width:21px;
	float:left;
}
#candidate_detail .gallery_footer a.gal_prev:hover{
	background:url(../images/gal_prev_hover.gif) no-repeat;
}
#candidate_detail .gallery_footer .gal_next{
	background:url(../images/gal_next.gif) no-repeat;
	display:block;
	height:17px;
	width:23px;
	float:right;
}
#candidate_detail .gallery_footer a.gal_next:hover{
	background:url(../images/gal_next_hover.gif) no-repeat;
}
#candidate_detail .gallery_footer a span{
	display:none;
}
#candidate_detail .header_footer{
	background:url(../images/bg_kandidaten_header_footer.gif) no-repeat 0 -5px;
	height:20px;
}
#candidate_detail .header h1{
	color:#DF9D26;
	font-size:20px;
	font-size:bold;
	padding:0;
	margin:20px 0 15px 0;
}
#candidate_detail .intro{
	margin-bottom:17px;
}

.headLineKandidaten{
	color:#DF9D26;
	font-size:20px;
	font-size:bold;
	padding:0;
	margin:20px 0 15px 0;
}


