/*
 * Kunstlexikon Übersicht
 */
TABLE.artinfo {
	border:0;
	width:510px;
}
TABLE.artinfo TD {
	background:#fff;
	padding:0.7em 1em 0.5em 0;
}
TABLE.artinfo TH {
	background:#f3f3f3;
}
TABLE.artinfo TD.firstItem {
	width:166px;
	padding:0;
	vertical-align:top;
}
TABLE.artinfo TD.firstItem IMG {
	width:153px;
	height:80px;
	display:block;
}

/*
 * Kunstlexikon Detail
 */
DIV.artinfoTeaser {
	width:525px;
	overflow:hidden;
	margin:0 0 0 0;
}
IMG.artinfoMood {
	margin:20px 0 0 0;
	max-width:525px;
}
DIV.artinfoBody {
	float:left;
	padding:0 25px 0 25px;
	margin:20px 0 50px 0;
}
DIV.artinfoBody P {
	line-height:1.4em;
	padding:0 0 1em 0;
}
UL.artinfoLinks {
	padding:0.5em 0 0 0;
}	
UL.artinfoLinks LI {
	padding:0 0 0 9px;
	line-height:1.2em;
	background:url(../img/layout/ul_bullet_download.gif) no-repeat 0 5px;
}
A.btnGreySmall {
	margin:0.6em 0 0 0;
}

/*
 * Der Lebenslauf-Layer
 */
DIV#vita {
	position:absolute;
	top:120px;
	left:0;
	z-index:100;
	background:#fff;
	border:1px solid #cccccc;
	padding:25px 30px;
}
DIV#vita A.closeBtn {
	position:absolute;
	top:15px;
	right:15px;
	background:url(../img/layout/close_btn.gif) no-repeat 0 0;
	width:15px;
	height:14px;
	overflow:hidden;
	text-indent:-5000px;
}
DIV#vita A.closeBtn:hover {
	background-position:bottom left;
}
