/*----------------------------------------- Bildergalerie -----------------------------------------*/

.fotogalerie_content{
	border-top:2px solid #FFFFFF;
	text-align:center;
	vertical-align:top;
	padding-top:7px;
}
.fotogalerie_bedienfeld{
	border-top:2px solid #FFFFFF;
	height:25px;
	text-align:center;
}

table.galerie_uebersicht {
	width:100%;
	border:1px solid #c2de88;
}

.nachoben{
	text-align:right;
	padding-right:10px;
}
.ordnername{
	text-align:left;
	padding-left:0px;
	padding-bottom:3px;
	color:#CC0033;
	font-weight:bold;
	height:15px;
}
.ordnertext{
	vertical-align:middle;
	padding-left:15px;
}

/********************* BEDIENFELD *****/
.foga_bedienfeld {
	border:1px solid #c2de88;
	padding:3px 0 3px 0;
	text-align:center;
	background-color:#f3f8e7;
}

.foga_bedienfeld div a,
.foga_bedienfeld div a:hover,
.foga_bedienfeld div a:visited,
.foga_bedienfeld div a:focus,
.foga_bedienfeld div a:active {
	border-top:0px solid red;
}

.foga_bedienfeld_center {
	text-align:left;
	height:16px;
}
.foga_bedienfeld_link_left {
	float:left;
	width:30px;
	text-align:center;
	padding-top:2px;
}
.foga_bedienfeld_site_left {
	float:left;
	width:30px;
	text-align:center;
	font-size:11px;
}
.foga_bedienfeld_trennzeichen {
	float:left;
	width:10px;
	text-align:center;
}
.foga_bedienfeld_site_right {
	float:left;
	width:30px;
	text-align:center;
	font-size:11px;
}
.foga_bedienfeld_link_right {
	float:left;					
	width:30px;
	text-align:center;
	padding-top:2px;
}
.foga_bedienfeld_site {
	float:left;
	width:13px;
	text-align:center;
	font-size:11px;
}
.foga_bedienfeld_diashow {
	float:right;
	width:90px;
	padding-top: 2px;
}
.foga_bedienfeld_image_images {
	float:left;					
	width:50px;
	text-align:center;
}

/* Links */
.foga_bedienfeld_link:link,
.foga_bedienfeld_link:visited {
	color:#999999;
}
.foga_bedienfeld_link:hover {
	color:#333333;
}

.foga_bedienfeld_link_active:link,
.foga_bedienfeld_link_active:visited {
}
.foga_bedienfeld_link_active:hover {
}


				
/********************* HEADER *****/
.foga_header {
	border:1px solid #c2de88;
	border-bottom:none;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:8px;
}
.foga_header_titel {
	float:left;
	width:78%;
	font-weight:bold;
	text-align:left;
}
.foga_header_titel h2 {
	margin:0;
	padding-left:5px;
}
.foga_header_top {
	float:left;
	width:18%;
	text-align:right;
}

/********************* THUMBNAIL ÜBERSICHT *****/

.fotogalerie{
	width:100%;
	border:1px solid #c2de88;
	border-top:none;
}
.thumbnails_zelle {
	text-align:center;
	padding:10px 0 10px 0;
}
.thumbnail_div{
	background-color:#e7e7e7;
	margin:0px auto;
	margin-bottom:5px;
}
.thumbnail_div a img {
	margin:0px auto;
}
	

.thumbnail_rahmen{
	vertical-align: middle;
	text-align: center;
	border:1px solid #FFFFFF;
	background-color:#EAE7E8;
	padding:0;
}


/********************* ORDNER ÜBERSICHT *****/

.ordnertext h2 {
	margin:0;
}

.ordnertext a{
	color: #CC0033;
	font-weight:bold;
	text-decoration:none;
}
.ordnertext a:hover{
	/*color: #000000;*/
	text-decoration:underline;
}
.ordner_div{
	display:inline;
	float: left;
	margin-top:7px;
	margin-right:14px;
	background-color:white;
	text-align:center;
	padding-bottom:5px;
	border-bottom:2px solid #FFFFFF;
}

/********************* GALERIE GROSSANSICHT *****/

.bild_div{
	margin:20px;
	background-color:white;
}
.bild_rahmen{
	/*padding-top:14px;*/
	vertical-align: middle;
	text-align: center;
	border:0px solid #c2de88;
	padding:15px 0 15px 0;
}
.bild_rahmen table{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	height: 100%;
	width: 100%;
}
.fotogalerie_bild_gross_zelle {
	/*background-color:#EAE7E8;*/
	vertical-align:middle;
	text-align:center;
}

.foga_footer_titel {
	border-top:1px dashed #EAE7E8;
	padding:5px;
	font-weight:bold;
}
.foga_footer_description {
	border-top:1px dashed #EAE7E8;
	padding:5px;
}

.link_ecard {
	float:left;
}
.link_download {
	float:left;
}

.zusatz_spacer {
	display:block;
	float:left;
	width:20px;
	height:11px;
}