/* ARBEITEN / SELECTION */

.selection-high {
	padding: 0;
}
.selection-high .sel{
	width: 650px;
	height: auto;
	margin-bottom: 10px;
	position:relative;
	top: 0;
	left: 0;
}
.selection-high img{
	width: 640px;
	border: 5px solid white;
}
/*
.selection-high .top .sel:hover{
	background-color: #ebf3ff;
}
*/
.selection-high .sel:hover a{
	color: #2d78d9;
}
.selection-high .detail{
	padding: 20px;
	margin: 10px 0 0 10px;
	position:absolute;
	left: 0;
	top: 0;
	display:none;
	background-color: white;
	width: auto;
	border: 1px solid #e1e1e1;
}

.selection-high h2,
.selection-high h3{
	color: #535353;
}

.selection-high h3{
	font-size: 12px;
	line-height: 20px;
}
.selection-high h2,
#person h2{
	text-transform: none;
	font-size: 20px;
	line-height: 21px;
}

h2 {
	line-height:24px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}
.list h2
{
	font-size: 15px;
	text-transform: none;
	line-height:20px;
	margin-bottom: 20px;
}
.list h3 a {color: black;}

.list h2 a, .list h3 a{ display:block}

.list{
	padding: 25px 60px 60px 35px;
}




/*
.list h3{
	color: #535353;
	font-size: 14px;
}
.list h2 a,
#person .list h2 a{
	font-size: 16px;
}
*/

.detail-button {
	width: 270px;
	display:block;
	line-height: 18px;
	height: auto;
}



/* ARBEITEN / JOB DETAIL */

#job-gallery {
	padding-bottom: 50px;
}

#job-gallery div {
	color: #A0A0A0;
	border: 5px solid white;
	width: 640px;
	background-color: white;
	text-align: right;
	margin-bottom: 10px;
}
#job-gallery div div {
	border: none;
}
#job-gallery div span {
	display: block;
	margin-top: 10px;
}
#job-gallery img {
	width: 640px;
	border-bottom: 1px solid #dfdfdf;
}

.blog-content {
	display: none;
}

#blog .content {

	padding-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#blog .liste {
	margin-bottom:0;
}
#blog {
	padding-bottom: 20px;
}

