.cel_pagetype_Printausgabe {
	width: 369px;
}
.cel_pagetype_Printausgabe .presentationList ul {
	margin: 0px;
	padding: 0px;
}
#container .cel_pagetype_Printausgabe div.presentationList > ul > li {
	margin: 0 9px 9px 0;
	width: 112px;
	height: 112px;
	overflow: hidden;
	border: 1px solid black;
	position: relative;
	float: left;
	cursor: pointer;
}
#container .cel_pagetype_Printausgabe div.presentationList > ul > li.cel_nav_restricted_rights {
  border-color: #900;
}
#container .cel_pagetype_Printausgabe div.presentationList > ul > li.first > span {
  display: block;
  height: 112px;
}

.cel_pagetype_Printausgabe .presentationList li img {
	position: absolute;
	top: 0px;
}
#sitecontainer .cel_pagetype_Printausgabe .presentationList li h1 {
	font-family: 'FrutigerLTStd', Arial, sans-serif;
	font-size: 15px;
	line-height: 14px;
	font-style: normal;
	color: black;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
	background: rgba(256,256,256,0.5);
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-top: 2px;
}
#sitecontainer .cel_pagetype_Printausgabe .presentationList li.active div h1 {
  background: rgb(252,250,223);
  color: #900;
}
#sitecontainer .cel_pagetype_Printausgabe .presentationList li div:hover h1 {
  background-color: rgb(242,250,254);
  color: #900;
}
#sitecontainer .cel_pagetype_Printausgabe .presentationList li.cel_nav_restricted_rights div h1 {
  background-color: #F99;
}

#sitecontainer .cel_pagetype_Printausgabe .presentationList li h1 a {
	color: black;
}
#sitecontainer .cel_pagetype_Printausgabe .presentationList li div {
	min-height: 100px;
}