@CHARSET "UTF-8";

.PCSG_Gallery .entry {
	float: left;
	margin: 10px;
	border: 1px solid #949490;
}

.PCSG_Gallery .GalleryTable {
	margin-left: auto;
	margin-right: auto;
}

.PCSG_Gallery .entry img {
	margin: 10px;
	float: left;
}

.PCSG_Gallery .entry span.imagetitle {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	background-color: #949490;
}

/* Blättern */
.PCSG_Gallery .sheets,
.PCSG_Gallery_List .sheets{
	clear: both;
	padding: 3px;
	margin	: 3px;
	text-align:center;
}

.PCSG_Gallery .sheets a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #949490;
	text-decoration: none;
	color: #5A5A43;
	line-height:24px;
	font-size:10px;
}

.PCSG_Gallery .sheets a:hover,
.PCSG_Gallery	.sheets a.active {
	border:1px solid #816464;
	color: #fff !important;
	background-color: #814646 !important;
}

.PCSG_Gallery .sheets span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #816464;
	font-weight: bold;
	background-color: #814646;
	color: #FFF;
	top: 1px;
	position:relative;
}

.PCSG_Gallery .sheets span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}


.PCSG_Trailer .trailer {
	margin: 10px;
}


.PCSG_Gallery_List .entry {
	margin-top: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
}

PCSG_Gallery_List .entry h2 {
	margin-bottom: 5px;
}

.PCSG_Gallery_List.date
{
	color: #666644;
	display: block;
	margin-bottom: 10px;
}

.PCSG_Gallery_List .short {
	font-style: italic;
	display:block;
	margin: 10px 0px;
	min-height:50px;
}

.PCSG_Gallery_List .short_image {
	float: left;
	padding-right: 10px;
}

.PCSG_Gallery_List .link {
	float: right;
	clear: both;
	display: block;
	color: #666644;
	position:relative;
	top:-5px;
}


