﻿/* Elemente, etc. für die Präsentationen */
.cClearLeft
{
	clear: left;
	font-size: 0px;
	width: 0px;
	height: 0px;
}
.cClearBoth
{
	clear: both;
	font-size: 0px;
	width: 0px;
	height: 0px;
}
div.cPreviewDiv
{
	float: left;
}
div.cPreviewDiv img
{
	margin: 0px 5px 5px 0px;
	border: 0px solid #FFFFFF;
}
.PraesFadeDiv {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 11;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}
.PraesDiv {
	position: fixed;
	top: 15px;
	left: 0px;
	width: 100%;
	margin: 0px auto 0px auto;
	z-index: 999;
	text-align: center;
	color: #ffffff;
}
.PraesDiv object {
	margin: 0px 0px 0px 0px;
}
a.ccloseBt
{
    margin-right: 5px;
}
a.cButton img, img.cPraesImg {
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
}
a.cButton {
	margin:  5px 10px 5px 5px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
a.cButtonLast
{
	position: relative;
	background-image: url('/gfx/galerien/trans.png');
	background-repeat: no-repeat;
	background-position: 0% 20%;
	display: block;
	border: 0px solid #FFFFFF;
	outline-style: none;
	z-index: 999;
}
a.cButtonLast:hover
{
	background-image: url('/gfx/galerien/prev.png');
	background-repeat: no-repeat;
	background-position: 0% 20%;
}
a.cButtonNext
{
	position: relative;
	background-image: url('/gfx/galerien/trans.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	display: block;
	border: 0px solid #FFFFFF;
	outline-style: none;
	z-index: 999;
}
a.cButtonNext:hover
{
	background-image: url('/gfx/galerien/next.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
}

#PraesCloseBt {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.cgallerytitle
{
	margin-top: 10px;
	margin-bottom: 5px;
}

div.galleryoverview
{
	margin-left: 10px;
	margin-left: 10px;
}
img.PraesImg
{
	margin: 10px;
}
div#imgborder
{
	background-color: Black;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div.cdesctxt
{
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
div.cdescbuttons
{
	float: right;
	width: 65px;
}
div.cimgtitle
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Elemente, etc. für die Präsentationen END */