DIV.greyBackground DIV.ceTeaser {
	margin:0;
}
DIV.ceTeaser IMG {
	width:525px;
	height:110px;
	margin-bottom:20px;
}
DIV.ceTeaser H2 {
	padding:0 30px 0.5em 30px;
}
H1.headCrumb {
	margin:20px 30px 5px 30px;
}
DIV.ceTeaser P {
	padding:0 30px 0 30px;
}
/*
 * CE slideShow
 */
DIV.slideShow UL.headNavi {
	margin:0 30px;
}
DIV.slideShow LI.lastItem,
DIV.slideShow LI.lastItem A {
	padding-left:0;
	border:0;
}
DIV.slideShow IMG {
	max-height:140px;
}

/*
 * CE Künstler Dreispaltige Darstellung
 */
DIV.ceArtists {
	padding:0 0 0 30px;
}
DIV.ceArtists UL {
	float:left;
	width:163px;
	font-size:0.9em;
}
DIV.ceArtists UL LI {
	margin:0 0 0 0;
	padding:0 15px 0.4em 1em;
	line-height:1.2em;
	background:url(../img/layout/ul_bullet_download.gif) no-repeat left 4px;
}


/*
 * CE FadeShow Detailseite
 */
DIV.fadeShow {
	position:relative;
	margin-bottom:60px;
}
DIV.fadeShow DIV.item {
	position:relative;
	top:20px;
	left:30px;
	width:465px;
	text-align:center;
	background:#fff;
	z-index:1;
}
DIV.fadeShow DIV.item IMG {
	display:block;
	margin:0 auto;
}
DIV.fadeShow DIV.item P.bu {
	position:absolute;
	display:block;
	background:#f3f3f3;
	bottom:-30px;
	left:0;
	width:465px;
	height:20px;
	font-size:0.9em;
	font-style:italic;
	text-align:left;
	overflow:hidden;
}
DIV.fadeShow A.handleLeft,
DIV.fadeShow A.handleRight {
	position:absolute;
	top:20px;
	left:0;
	bottom:0;
	width:30px;
	color:#f3f3f3;
	display:none;
}
DIV.fadeShow A.handleRight {
	left:auto;
	right:0;
}
DIV.fadeShow A.handleLeft {
	background:#f3f3f3 url(../img/layout/scroller-handle-left.gif) no-repeat left center ;
}
DIV.fadeShow A.handleLeft:hover {
	color:#f3f3f3;
	background-position:right center;
}
DIV.fadeShow A.handleRight {
	background:#f3f3f3 url(../img/layout/scroller-handle-right.gif) no-repeat right center;
	right:0;
}
DIV.fadeShow A.handleRight:hover {
	color:#f3f3f3;
	background-position:left center;
}
DIV.fadeShow DIV.item {
	position:relative;
	display:none;
}
A.fadeShowGoto {
	display:none; /* werden über js eingeblendet */
}
/* die bibl-angaben */
DIV.fadeShow DIV.tooltip {
	position:absolute;
	left:0;
	bottom:0;
	width:435px;
	min-height:50px;
	background:url(../img/layout/tooltip_bg_fade_show.png) no-repeat bottom left;
	color:#fff;
	text-align:left;
	padding:12px 15px;
	display:none;
	z-index:10;
	cursor:help;
}
DIV.fadeShow IMG.tooltipLogo {
	position:absolute;
	bottom:10px;
	right:10px;
}

/*
 * CE Detailseite Linke Spalte
 */
DIV.bookColumnLeft {
	margin:0 0 0 25px;
	padding:0 0 3em 0;
	width:150px;
	float:left;
}
DIV.bookColumnLeft P {
	padding:4px 5px;
}
DIV.bookColumnLeft P.marginBottom {
	margin-bottom:1em;
}
/* die motiv boxen */
DIV.bookColumnLeft DIV.wrapper {
	background:#f3f3f3;
	padding:4px 5px;
	margin:0 0 1em 0;
	font-size:0.9em;
}
DIV.bookColumnLeft DIV.wrapper P {
	padding:4px 0 0 0;
	line-height:1.3em;
}
DIV.bookColumnLeft DIV.wrapper P A.btnGreyCE,
DIV.bookColumnLeft DIV.wrapper P A.btnWhiteCE {
	font-size:1.1em;
}
DIV.bookColumnLeft DIV.selected {
	background:#fff;
}

/*
 * CE Detailseite Hauptspalte
 */
DIV.bookColumnMain {
	width:310px;
	margin:0 0 0 15px;
	padding:0 0 3em 0;
	float:left;
}
DIV.bookColumnMain H1 {
	font-size:1.2em;
	font-weight:bold;
}
DIV.bookColumnMain H2 {
	font-size:1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:1em;
}
DIV.bookColumnMain P {
	padding-bottom:0.8em;
}

/*
 * Der Lebenslauf-Layer
 */
DIV.overlay {
	position:absolute;
	top:120px;
	left:0;
	z-index:100;
	width:465px;
	min-height:300px;
	background:#fff;
	border:1px solid #cccccc;
	padding:25px 30px;
}
DIV.overlay 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.overlay A.closeBtn:hover {
	background-position:bottom left;
}
