/*
Uploadify v2.0.2
Release Date: July 29, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}body {
	font: 12px/16px Arial, Helvetica, sans-serif;
}
#fileQueue {
	width: 400px;
	height: 150px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}html,body{margin:0;padding:0;height:100%;}
body{
		text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
table{
border-collapse: collapse; 
	height: 100%;
	width: 100%;
}
div#footer {
	width:100%;
}
a .navigation_second {
	text-transform: uppercase;
}

/* ROUNDED, finally most browser support. fuck ie sorry. */
.content_text, div#content, div#navigation, #navigation #navi, #navi_border{
/* Safari  + Chrome */
-webkit-border-radius: 5px;
-moz-border-radius:5px; 
}

#footer_text{
	text-align: right;
}
#footer_center{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
}

#footer_text_left{
	float:left;
	padding-top: 5px;
}

#fb{
	background-image: url(/web/i/interface/fb.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 5px;
	margin-top: 50px;
}
/* SEARCH */
#search_header{
	float:right;
	color:#FFF;
	background-image: url(interface/search_btn.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 15px;
}

#search_link{

	padding: 7px;
	margin-top:-3px;
	margin-left: 10px;
}

#search_link:hover{
	text-decoration: none;
}

#navigation #navi{
	padding-top:-15px;
}
div#navigation{
	float:left;
	width:170px;
margin-top:35px;
margin-left:-790px;
	height:100%;
}

a .navigation_first, a .navigation_first:hover{
	padding-top:15px;
}

/* HEADER */
#SDY_LOGO
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;

}

div#header{
	text-align:right;
	padding-right: 13px;
	padding-top: 1px;
}
/* CONTENT */
.content_text_string
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.content_text_string span
{
	/* trick span height!!! */
	line-height:1.2em;
	height:1.2em
}

/* THEMES */
#themes{
	background-image: url(interface/panel_background.png);
	margin-top:35px;
	padding:8px;
	width:auto;
	background-repeat: repeat;
	text-align: center;
}
#styles{
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:-16px;
	padding: 0;
	font-weight: bolder;
	letter-spacing: 1px;
}
img.themes{
	text-align: center;
}


/* GALLERY */
ul.display {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.display li {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 100%;
	float: left;
	margin: 0;
}

ul.display li .content_block {
	padding: 0 10px;
}
ul.display li .content_block h2 {
padding:5px 5px 5px 225px;	font-weight: normal;
	font-size: 1.7em;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.display li .content_block h1 {
line-height: 25px; 
	padding:5px 5px 5px 225px;
	font-weight: normal;
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 1.6em;
}
ul.display li .content_block p {
	margin: 0;
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 225px;
}
ul.display li .content_block a img{
	border: 2px solid #ccc;
	background: #fff;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;
}


ul.thumb_view li{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	display: inline;
}
ul.thumb_view .content_block{
	display: inline;
	font-size: 80%;
	width: 150px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

ul.thumb_view .content_block p{
	float: left;
	margin: 0px;
	padding: 0px;
	display: none;
}

ul.thumb_view li h2 a {
	display: inline;
	font-size: 80%;
}

ul.thumb_view li .content_block h1{
	margin: 0px;
	padding: 0px;
	display: none;
}
ul.thumb_view li p{
	display: none;
}
ul.thumb_view li .content_block a img {
	height: 75px;
	width: auto;
	text-align: center;
	margin-left: 25px;
	margin-right: auto;
}


a.switch_thumb,a.switch_thumb_list{
	width: 122px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	display: block;
	outline: none;
	text-indent: -9999px;
	background-image: url(/web/addons/img/galerie/switch.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}



/* ****************************/
/* */

ul.display_list {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.display_list li{
list-style: none;
display: inline;

}
ul.display_list .content_block{
	display: inline;
	font-size: 80%;

	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

ul.display_list .content_block p{
	float: left;
	margin: 0px;
	padding: 0px;
}

ul.display_list li h2 a {
	display: inline;
	font-size: 80%;
}
ul.display_list li p{
	display: none;
}
ul.display_list li .content_block a img {
	height: 150px;
	width: auto;
	text-align: center;
	margin-left: 25px;
	margin-right: auto;
	float: left;
	margin-bottom: 25px;
}

/* */
ul.thumb_view_list li{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
}
ul.thumb_view_list .content_block{
	display: inline;
	font-size: 80%;
	width: auto;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

ul.thumb_view_list .content_block p{
	float: left;
	margin: 0px;
	padding: 0px;
}

ul.thumb_view_list li h2 a {
	display: inline;
	font-size: 80%;
}
ul.thumb_view_list li p{
	display: none;
}
ul.thumb_view_list li .content_block a img {
	height: 75px;
	width: auto;
	text-align: center;
	margin-left: 25px;
	margin-right: auto;
}



#gallery_back{
float:left;
margin-left:-56px;
padding-top:17px;
}
a:hover.switch_thumb, a:switch_thumb_list {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
a.swap { background-position: left bottom; }


/* HOME */

#home_left{
	float: left;
	width: 265px;
}

#home_left_text{
	text-align: left;
	font-size: small;
	text-transform: uppercase;
}
#home_left table tr td{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#home_right_title{
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: large;
	text-align: left;
}
#home_right{
	float: right;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#home_right a {
	border:none;
	text-decoration: none;	
}

#home_right ul{
	list-style-type: none;
	padding: 0px;
	text-align:center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#home_right ul li{
	list-style-type: none;
	display: inline;
	margin-bottom: 25px;
}

#home_right img{
	height: 65px;
	width: auto;
	padding: 2px;
	background-color: #CCC;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-left: 6px;
}


#home_right table{
	font-size: xx-small;
}






#content_news{
	float: left;
}
#content_home_news{
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	padding-top: 10px;
}




/* Programm */

#table_standart_programm td{
	padding: 15px;	
}
#monat{
	padding-top: 25px;
	padding-bottom: 10px;
	background-image: url(/web/i/interface/programm_background.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#monat div{
	font-size: large;
	padding-left: 10px;
}
.content_text_datum{
	font-size: smaller;
}

.content_text_datum label{
	width:80px;
	float:left;
}
.organisator img{
	margin: 5px;
	padding: 5px;
	border: 2px solid #CCC;
	text-align: center;
}

.monat_datum{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}



/* FORMULAR */
#form input{
	width:200px;
	padding:3px
}
textarea, .input{
	background-image: url(/web/i/interface/panel_background.png);
	background-repeat: repeat;
	border: 2px solid #CCC;
	background-color: transparent;
	padding: 2px;
}
#form label{
	font-size: large;
	font-weight: bold;
	color: #000;
}

/*vip*/
#panel_vip {
	height: 100px;
	display: none;
}

.actives {
	background-color: #000;
	padding-right: 15px;
	padding-left: 15px;
}

/*KOMMENTARE */
.commentbox
{
	border: 1px solid #CCC;	
}

.who{
	background-color: #F1F1F1;
	margin: 3px;
	background-image: url(/web/i/interface/Comment.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: large;
}

.commentdate{
	font-size: x-small;
}

.commentbody{
	padding: 6px;
	margin: 3px;
	text-align: left;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

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

#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{
	width: 49%;
	height: 100%;
	background: transparent url(/web/i/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/web/i/lightbox/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/web/i/lightbox/images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

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

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

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

.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 */
	}	

#lightboxIframe {
	display: none;
}	


