/* ----------------------------------------------------------------
	extension.css Fibser
	version 2009/09/24
-----------------------------------------------------------------*/


/* --------------------------------------------------------------*/
/* ve_guestbook */
/* --------------------------------------------------------------*/

div#content div.tx-veguestbook-pi1 h3.rgaccord1-toggle {
    cursor:pointer;
    color: #4c6179;
}

div#content div.tx-veguestbook-pi1 .tx-guestbook-result {
	font-size: 75%;
}

div#content div.tx-veguestbook-pi1 h3.rgaccord1-toggle:hover {
    text-decoration: underline;
}

div#content div.tx-veguestbook-pi1 div.rgaccord1-content {
    border: 1px dashed #ccc;
    padding: 10px 20px 0pt 20px;
}

div#content div.tx-veguestbook-pi1 p#tx-guestbook-form-error {
    color: #c00;
    font-weight: bold;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-field_freecap div {
    clear: both;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-field_freecap label {
    width: 100%;
    margin-bottom: 10px;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-field_freecap img {
    margin-left: 20px;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-field {
    padding: 10px 0pt;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-field p{
    margin-left: 10em;
}

div#content div.tx-veguestbook-pi1 {
    margin-top: 20px;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-header {
    background-color: #d1e5e5;
    padding: 5px 10px;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-header h2 {
    margin: 0pt;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-item {
    background-color: #eff6f6;
    margin-bottom: 20px;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-mail_web p {
    display: inline;
    margin-right: 20px;
}

div#content div.tx-veguestbook-pi1 div.tx-guestbook-entry {
    padding: 5px 10px;
}

/* --------------------------------------------------------------
        chgallery
-------------------------------------------------------------- */

div#content div.tx-chgallery-pi1 div.single {
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 170px;
    background-color: #eff6f6;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
}

div#content div.tx-chgallery-pi1 ul.chgallery-list {
    margin: 0;
    padding: 0;
}

div#content div.tx-chgallery-pi1 ul.chgallery-list li {
    float: left;
    width: 225px;
    height: 260px;
    list-style-image: none;
    display: block;
    text-align: center;
    background-color:#EFF6F6;
    margin: 0pt 10px 10px 0pt;
    padding-top: 15px;
}

div#content div.tx-chgallery-pi1 ul.chgallery-list li div.text {
    margin-top: 10px;
}

div#content div.tx-chgallery-pi1 div.info a {
    margin-top: 10px;
    display: block;
}

.tx-chgallery-pi1 .info strong {
    font-size: 1.2em;
}

.tx-chgallery-pi1 .pagebrowser span.browse_prev a {
    margin-right: 10px;
}

.tx-chgallery-pi1 .pagebrowser span.browse_next a {
    margin-left: 10px;
}

.tx-chgallery-pi1 .pagebrowser {
    margin-top: 10px;
}

/* ----------------------------------------------------------------
	lightbox
-----------------------------------------------------------------*/

#lightbox {
	position: absolute;
	left: 0;
	z-index: 999;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
	position: relative;
	margin: 0 auto;
	width: 250px;
	height: 250px;
    background-color: #fff;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink, #nextLink {
	display: block;
    width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox_blank.gif) no-repeat;
}

#prevLink  {
    left: 0;
    float: left;
}

#nextLink  {
    right: 0;
    float: right;
}

#prevLink:hover, #prevLink:visited:hover  {
    background: url(../images/lightbox_prev.gif) left 50% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover  {
    background: url(../images/lightbox_next.gif) right 50% no-repeat;
}

#imageData #imageDetails {
    float: left;
    padding:10px 0 0 0;
    width: 70%;
    text-align: left;
}

#imageData #caption {
    font-weight: normal;
    font-size: 11px;
}

#imageData #numberDisplay {
    display: inline;
    float: left;
    padding: 10px 0 0 30px;
    font-weight: normal;
    font-size: 11px;
}

#imageData #bottomNavClose {
    float: right;
    margin:0 0 0 0;
    padding: 5px 5px 0 0;
    width: 25px;
}

#nextLinkText, #prevLinkText {
    text-decoration: none;
    color: #000;
}

#nextLinkText {
    padding-left: 0;
}

#prevLinkText {
    padding-right: 0;
}

.ontop #imageData  {
    padding-top: 5px;
}

#imageDataContainer {
	margin: 0 auto;
    padding: 0 0 10px 0;
    font-size: 10px;
    line-height: 1.4em;
    background-color: #fff;
}

#imageDataContainer .imageDataContainer-helper  {
	display: block;
    float: left !important;
	float: none;
    margin: 10px 0 0 10px !important;
	margin: 10px 0 0 0px;
    font-size: 10px;
	background-color: #ece7e7;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #helpDisplay  {
    clear: left;
    float: left;
    display: block;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
    width: 100%;
	height: 500px;
	background-color: #000;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after  {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix  {
	display: inline-block; 
	width: 100%;
}
    
* html .clearfix  {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* ----------------------------------------------------------------
	rgaccordion
-----------------------------------------------------------------*/

div#content div.rgaccord1-content h1, #content div.rgaccord1-content h2, #content div.rgaccord1-content h3 {
display:none;
}

#content div.rgaccord1-nest h3.ui-accordion-header {
    color: #4C6179;
    cursor: pointer;
    background: transparent url(../images/icon_auf.png) no-repeat left top;
    padding: 0pt 0pt 5px 20px;
    margin: 10px 0pt 0pt -20px;
}

#content div.rgaccord1-nest h3.act {
    background: transparent url(../images/icon_zu.png) no-repeat left top;
}

#content div.rgaccord1-nest h3.ui-accordion-header:hover {
    text-decoration: underline;
}


/* --------------------------------------------------------------*/
/* tt_news middle section */
/* --------------------------------------------------------------*/

div#content div.news h3.ui-accordion-header {
    background: transparent url(../images/content_news_h_bg.png) no-repeat left top;
    padding: 2px 0pt 5px 30px;
    margin: 10px 0pt 0pt -30px;
    cursor:pointer;
}

div#content div.news h3.act {
    background: transparent url(../images/content_news_h_bg.gif) no-repeat left top;
}

div#content div.news h3 a {
    font-weight: normal;
    font-size: 1.1em;
}

div#content div.news p {
    margin: 8px 0pt;
}

div#content div.news p.category {
    color: #666;
}

div#content div.news img{
    float: left;
    margin: 0 15px 10px 0;
}

.showResultsWrap, .browseLinksWrap {
	margin: 10px 0;
	float: left;
	width: 50%;
	font-size: 75%;
	font-weight: bold;
}

.browseLinksWrap {
	text-align: right;
}
