﻿/*Styles für Bildergalerie*/
div.pnlBilderausgabe
{
	text-align: center;
}

div.pnlBilderausgabe table
{
	width: 95%;
}

div.pnlBilderausgabe table td
{
	vertical-align: top;
	text-align: center;
	padding: 5px;
}

div.pnlBilderausgabe table td img
{
	border: 1px solid #666666;
}

div#Seitenschaltung
{
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #CACACA;
	margin-top: 10px;
	padding-top: 5px;
}

div#Seitenschaltung table
{
	margin-left: auto;
	margin-right: auto;
}

div#Seitenschaltung table td a
{
	text-decoration: none;
}

div#Seitenschaltung table td 
{
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

div#Seitenschaltung table td span.Strich
{
	font-size: 11px;
}

div#Seitenschaltung table td.Seiten
{
}

div#Seitenschaltung table td.Vor
{
	width: 16px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

div#Seitenschaltung table td.GanzVor
{
	width: 30px;
	text-align: right;
	font-size: 14px;
}




div#Seitenschaltung table td.Zurueck
{
	width: 16px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

div#Seitenschaltung table td.GanzZurueck
{
	width: 30px;
	text-align: left;
	font-size: 14px;
}

/*Bilderschaltung*/
div#Bilderschaltung
{
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #CACACA;
	margin-top: 20px;
	padding-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

div#Bilderschaltung table
{
	margin-left: auto;
	margin-right: auto;
}

div#Bilderschaltung table td a
{
	text-decoration: none;
}

div#Bilderschaltung table td 
{
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

div#Bilderschaltung table td span.Strich
{
	font-size: 12px;
}

div#Bilderschaltung table td.Seiten
{
}

div#Bilderschaltung table td.Vor
{
	width: 16px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

div#Bilderschaltung table td.GanzVor
{
	width: 30px;
	text-align: right;
	font-size: 14px;
}




div#Bilderschaltung table td.Zurueck
{
	width: 16px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

div#Bilderschaltung table td.GanzZurueck
{
	width: 30px;
	text-align: left;
	font-size: 14px;
}


/*Ein Bild*/
div.EinBild
{
	text-align: center;
}

div.EinBild img
{
	border: 1px solid #666666;
}

div.EinBild div#DasBild
{
	
}

div.EinBild div.BildUnterschrift
{
	font-size: 12px;
	text-align: center;
	font-style:italic;
	padding-top: 2px;
}

div.ZurueckZurBilderGalerie
{
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	padding-bottom: 5px;
}







/*Vergr*/
#BGVorsch
{
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 100;
	display: none;
}

#pnlVergr
{
	border: 1px solid #666666;
	position: absolute;
	width: 750px;
	height: 660px;
	background-color: #FFFFFF;
	z-index: 200;
	display: none;
}

#VergrHead
{
	background-color: #666666;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14x;
	font-weight: bold;
	color: #FFFFFF;
}

#VergrHead h2
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif !important;
	text-align: left !important;
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform:uppercase !important;
	color: #FFFFFF !important;
	padding-top: 4px;
}

#VergrHead a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11x;
	color: #FFFFFF;
	font-weight: normal;
}

.VergrClose
{
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
}

.HeadlineVergr
{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
}

#VergrContent
{
	background-image: url(../images/Lib/laden.gif);
	padding-top: 30px;
	overflow: auto;
	text-align: center;
	background-image: url(../images/Lib/laden.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

table.tblVergr
{
	width: 100%;
	height: 100%;
}

table.tblVergr td
{
	text-align: center;
	vertical-align: middle;
}

table.tblVergr td img
{
	border: 1px solid #666666;
}


.AnzahlSeiten
{
	font-size: 11px;
	padding-bottom: 5px;
	text-align: center;
}






