/***********************************************************
 CSS file for T3 Ext user_pagepics
 Class names must correspond with TS configuration and
 definitions in pagepic.js
************************************************************/

.pagepic_hide, .pagepic_hide div.download, .newspic_hide, .newscap_hide {
	display: none;
	}

.pagepic_show, .user-fib-pi2 .fib_pic {
/*
	position: relative;
*/
	display: block;
	width: 500px;
	height: 250px;
	background-color: #F0F1F2;
	clear: both;
	}

.user-pagepics-pi1 {
/*
	height: 270px;
*/
	}
	
.pagepic_img, .user-fib-pi2 .newspic_show img {
	float: left;
	}
	
.pagepic_img, .newspic_show {
	cursor: pointer;
	}

.newscap_show {
/*
	position: absolute;
*/
	float: right;
	display: inline;
	padding: 5px;
	width: 100px;
	font-size: 10px;
	bottom: 0px;
	right: 0px;
	line-height: 12px;
	}

.pagepic_caption_wrapper {
/*
	float: right;
	width: 115px;
	right: 0px;
	top: 10px;
	bottom: 0px;
	display: inline;
	font-size: 10px;
	line-height: 12px;
	height: 250px;
	position: relative;
*/
	}
	
.pagepic_caption, .user-fib-pi2 .newscap_show {
	width: 115px;
	right: 0px;
	top: 10px;
	display: inline;
	font-size: 10px;
	line-height: 12px;
	float: right;
/*
	margin-top: 10px;
*/
	}

.user-fib-pi2 .newscap_show {
	width: 110px;
	}

.newspic_show {
	float: left;
	}


.pagepic_show div.download {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}

.pagepic_show div.download a {
	padding: 2px 0px 10px 25px;
	background: url(/fileadmin/heimatschutz/media/elements/bullet_themen.gif) no-repeat 0px 0px;
	color: rgb(195,52,51);
	}


.picnavitem {
	color: black;
	}

#pagepicnav .picnavitemActive a {
	color: #FA6E00;
	}

.picnavPrev a, .picnavNext a {
	color: #d0d0d0;
	}

.picnavPrevActive a, .picnavNextActive a {
	color: #FA6E00;
	}

