@import url("r.css") all;

body, html {
	height : 100%;
	font-size: 13px;
}
.clearer {
	clear : both;
	height : 1px;
	line-height: 1px;
	font-size: 1px;
	overflow : hidden;
}
.hidden {
	display: none;
}
img {
	display: block;
}
a {
	color : #3c2718;
	text-decoration: none;
}
body {
	font-family: helvetica, arial, sans-serif;
	background : #797660;
}

#wrap {
	width : 916px;
	margin : 0 auto;
	position: relative;
	background: #958f6f url('i/back-wrap.png') repeat-y top left;
	min-height: 100%;
}

#start #wrap {
	background-position: -185px 0;
}

h1 {
	border-top: 15px solid #958f6f;
	height : 148px;  
	background: #12120F url('i/back-h1.jpg') no-repeat top left;
	margin-bottom: 57px;  /* -10px to hide first .c-item border-top */
}
h1 a{
	display: block;
	height : 135px;
	width : 100%;
}
h2 {
	background : #d9d4c0;
	color : #3c2718;
	font-weight: bold;
	padding: .7em 15px 1em 15px;	
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: .8em;
}

#marginal h2{
	padding: .5em 15px .4em 15px;	
}

h3 {
	color : #3c2718;
	font-weight: bold;
	padding-left: 15px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: .4em;
}

/* Content  */
#content-wrap {
	padding-bottom: 65px;
	float: left;
}
#content {
	float: left;
	width : 588px;
	display: inline;
	min-height : 800px;
}
#content a:hover{
	text-decoration: underline;	
}
#start #content {
	width : 403px;
	background: #C8C1A4;
	min-height : 10px;
}
#marginal {
	float: left;
	width : 318px;
	margin-left: 10px;
	display: inline;
	min-height : 400px;
}

#start #marginal {
	width : 503px;
	background: #C8C1A4;
	min-height: 0;	
}

#navigation {
	position: absolute;
	left : 0;
	top : 163px;
	height : 29px;
	width : 100%;
	border-top: 2px solid #25251e;
	border-bottom: 6px solid #25251e;
	display: inline;
	background : #33332A;
}
	
#navigation li{
	display: block;
	float: left;
	display: inline;	
	border-left: 6px solid #25251e;
}
#navigation .first {
	border-left: none;
}

#navigation li a span{
	display: none;
}
#navigation li a {
	display: block;
	height : 29px;
	width : 100%;
	background: transparent url('i/navigation-items.png') no-repeat top left;
}
#navigation .first a{
	width : 147px;
}
#navigation .first a:hover, #navigation .first a.active{
	background-position: -310px 0px;	
}
#navigation .second a{
	width : 90px;
	background-position: -0px -31px;	
}
#navigation .second a:hover, #navigation .second a.active{
	background-position: -310px -31px;	
}
#navigation .third a{
	width : 114px;
	background-position: 0px -60px;	
}
#navigation .third a:hover, #navigation .third a.active {
	background-position: -310px -60px;	
}
/* #navigation .fourth a{
	width : 105px;
	background-position: 0px -91px;	
}
#navigation .fourth a:hover, #navigation .fourth a.active {
	background-position: -310px -91px;	
} */
#navigation .fifth a{
	width : 190px;
	background-position: 0px -121px;
}
#navigation .fifth a:hover, #navigation .fifth a.active{
	background-position: -310px -121px;	
}
/* #navigation .sixth a{
	width : 82px;
	background-position: 0px -151px;	
}
#navigation .sixth a:hover, #navigation .sixth a.active{
	background-position: -310px -151px;	
} */
#navigation .seventh a{
	width : 137px;
	background-position: 0px -181px;		
}
#navigation .seventh a:hover, #navigation .seventh a.active{
	background-position: -310px -181px;			
}
#navigation .eighth a{
	width : 93px;
	background-position: 0px -211px;	
}
#navigation .eighth a:hover, #navigation .eighth a.active {
	background-position: -310px -211px;	
}
#navigation .ninth a{
	width : 109px;
	background-position: 0px -238px;	
}
#navigation .ninth a:hover, #navigation .ninth a.active{
	background-position: -310px -238px;		
}
/* Media Navigation */

#navigation-media {
	position: absolute;
	right : 0;
	top :200px;
	height : 24px;
	border-bottom: 6px solid #25251e;
	display: inline;
	width : 100%;
	background : #5F5D54;
}
	
#navigation-media li{
	display: block;
	float: right;
	display: inline;	
	border-left: 6px solid #25251e;
}
#navigation-media a span{
	display: none;
}

#navigation-media li a {
	display: block;
	height : 24px;
	background: transparent url('i/navigation-items-media.png') no-repeat top left;
}

#navigation-media .first a{
	width : 54px;	
}

#navigation-media .first a:hover{
	background-position: -150px 0;	
}
#navigation-media .second a{
	width : 54px;
	background-position: 0px -24px;	
}
#navigation-media .second a:hover {
	background-position: -150px -24px;	
}
#navigation-media .third a{
	width : 58px;
	background-position: 0px -47px;	
}
#navigation-media .third a:hover {
	background-position: -150px -47px;	
}
/* Nvigation-content */
#navigation-content {
	background : #d9d4c0;
	padding: 10px 15px;
	margin: 10px 0 0 0;
}
#navigation-content li{
	display: inline;
	padding-right: 1em;
	line-height: 2em;
}
#navigation-content a{
	color : #222;
	font-size: 13px;
	text-decoration: none;	
	
}
#navigation-content a:hover, #navigation-content a.active{
 	color : #999;	
}
/* footer */

#footer-navigation {
	border-top : solid 6px #25251E;
	width : 100%;
	position: absolute;
	bottom : 0;
	left : 0;
	background: #3b3530;
	height : 60px;
	
}
#footer-navigation ul{
	text-align: center;
	padding-top: 15px;
}
#footer-navigation li{
	display: inline;
	line-height: 2.0em;
	padding: 0 .3em;
}
#footer-navigation li a{
	color : #807d72;
	text-decoration: none;
	font-size: 15px;
}
/* c - elemts */

#start #content .c-item ,.c-item {
	border-top: 10px solid #25251e;
	width : 100%;
	float: none;
	clear : both;
}

#content .c-item  {
	border-top: 10px solid #C8C1A4;
}
#c87 {
	border-top: 10px solid #C8C1A4;
}
.c-item p{
	padding: 0 15px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.tx-powermail-pi1 {
	padding: 0 15px;
	line-height: 1.4em;
	margin-bottom: 1em;
	border-top: 10px solid #C8C1A4;	
}

/* Startseite */

.big-teaser {
	position: relative;
	overflow: hidden;
	height : 262px;
	overflow : hidden;
	background : #000;
}

.big-teaser .caption{
	width : 100%;
	position: absolute;
	bottom : -6px;
	left : 0;
	padding-top: 25px;
	background: #000;
	opacity: 0.7;
	color : #fff;
	z-index: 5;
	
}
.big-teaser .caption p{

}
.big-teaser .navigation-big-teaser{
	position: absolute;
	bottom : 0;
	left : 0;
	width : 100%;
	z-index: 10;
}
.big-teaser .navigation-big-teaser li{
	background: #393629;
	display: inline;
	float: right;
	line-height: 1.8em;
	width : 110px;
	padding-right: 5px;
	margin-left: 5px;
	text-align: right;
}
.big-teaser .navigation-big-teaser li a{
	color : #868374;
	padding-right: 25px;
	font-size: 10px;
	background: transparent url('i/icon-teaser-link.png') no-repeat right center;
	
}
/* teaser person */
 .teaser-person {
 	position: relative;	
	float: left;
	clear : both;
	width : 100%;
	height : 139px;
	overflow: hidden;
}
	
.teaser-person img{
	float: left;
	margin-left: -55px;
}
.teaser-person.inverse img{
	float: right;
	margin-right: -25px;
}
#start .img-link-person-teaser {
	width : 193px;
}
#start .img-link-person-teaser img{
	margin-left: 0;
}

.img-link-person-teaser {
	display: inline;
	overflow : hidden;
	width : 120px;
	float: left;
}
.inverse .img-link-person-teaser {
		float: right;
}

.teaser-person p{
	float: left;
	width : 160px;
	padding: 7px 0 20px 15px;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: bold;
}
#start .teaser-person p {
	width : 280px;
}

#start .teaser-person .caption, .teaser-person .caption {
	position: absolute;
	width : 100%;
	bottom : 0;
	left : 0;
	z-index : 5;
	text-align: right;
	background: #000;
	opacity: 0.5;
}

* html #start .teaser-person .caption, * html  .teaser-person .caption{
		bottom : -1px;
}

.teaser-person.inverse .caption {
	text-align: left;
	
}
.teaser-person .caption span{
	display: block;
	padding: 8px;
}
.teaser-person.inverse .caption span{
	padding-left: 15px;
}
.teaser-person .caption a{
	color : #fff;
	padding-right: 25px;
	font-size: 11px;
	letter-spacing: .07em;
	background: transparent url('i/icon-teaser-link.png') no-repeat right center;
	
}

/* teaser support */

.teaser-support {
	background : #939862;
	margin-bottom: 15px;
	border-top: 1px solid #6c7a4d;
	border-bottom: 1px solid #6c7a4d;
	float: left;	

}
.teaser-support h4{
	background : #D9D4C0;
	color : #3c2718;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
}
.teaser-support .teaser-text {
	float: left;
	width : 370px;
	padding-top: 10px;
}
.teaser-support .teaser-image {
	float: right;
	width : 210px;
	height : 175px;
	overflow: hidden;
}
.teaser-support .teaser-image img{
	border: 1px solid #030;
}
.teaser-support .caption{
	background : #648036;
	line-height: 1.1em;
	padding: 3px 3px 10px 3px;
	font-size: 11px;
	border-left: 1px solid #275115;
	border-right: 1px solid #275115;	
}

/* News */

.news-container {
	float: left;
}
.news-item {
	clear : both;
}
.news-container .news-text{
	display: inline;
}
.c-item .news-single-img p{
	padding : 0;
}
.c-item.news-item span.caption {
	margin-top: -13px;
}
.c-item.news-item span.caption i {
	display: block;
}

.news-container .news-image{
	float: right;
	display: inline;
}
.browseLinksWrap {
	width : 100%;
	clear : both;
	text-align: center;
	padding: 10px 0 15px 0;
}
.browseLinksWrap span{
	padding: 0 .3em;
	color : #7D7D72;
}
.activeLinkWrap a{
	font-weight: bold;
}
/* Partner Teaser */
.partner-teaser {
	border-top: none;
}
.partner-teaser h3 {
	background : #D9D4C0;
	padding-top: .3em;
	font-size: 12px;
	text-transform: none;
}
.partner-teaser ul {
	margin: 0 20px 10px 20px;
 	float: left; 
	width : 278px;
	display: inline;
}
.partner-teaser li  {
	text-align: center;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #3d2718;
	clear : both;
	width : 100%;
	display: inline;
}
.partner-teaser li.item-small  {
	width : 50%;
	float: left;
	clear : none;
	display: inline;
	text-align: center;
}
.partner-teaser li a, .partner-teaser li img{
	text-align: center;
	display: inline;
}
/* Content */

a.download {
	background: url(i/pdf.gif) no-repeat left .05em;	
	display: block;
	padding-left: 24px;
}

.more-link a{
	padding-right: 22px;
	font-weight: bold;
	background: url(i/icon-brown-more.png) no-repeat right center;
}
.news-latest-gotoarchive {
	clear : both;
}
.back-link {
	clear : both;
	width : 100%;
	padding: 10px 0 0 15px;
	
}
.back-link a {
	padding-left: 22px;
	background: url(i/icon-brown-back.png) no-repeat left center;
	
}
/* Text - Image */
.c-images.imgright {
	float: right;
	padding: 0;	
	margin-left: 10px;	
}
.c-images.imgright img{
	margin-bottom: 10px;
}
.c-images span.caption {
	background : #301C11;
	color : #ddd;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;	
	
}
.c-images span.caption i{
	padding : 6px 8px 3px 8px;
	line-height: 1.3em;
	font-style: normal;
	font-size: 11px;
} 
.c-images ul {
	padding: 15px 0 0 15px;
}
.c-images li {
	float: left;
	margin: 0 11px 13px 0;
	display: inline;
}
.c-images li span.caption {
	margin-top: 0;
}

.c-item .c-images.imgcenter {
	padding: 0 15px;
	margin-bottom: 1em;
}

/* Calendar */ 
#events {
	border-top: 1px solid #3d2718;
}
.events-teaser #events {
	border-top: none;
}
.event {
	position: relative;
	padding: 8px 5px 8px 15px;
	border-bottom: 1px solid #3d2718;
}
.events-teaser .event {
		border-bottom: none;
}
.event.odd {
	background : #938664;
}
.events-teaser .event.odd {
	background : transparent;
}

.event h3{
	padding-left: 0;
}
.event h4, #event h4{
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: .3em;
}
.event p{
	line-height: 1.3em;
	margin-bottom: .4em;
}
.events-teaser .event p{
	padding : 0;
}
.event .concert-tour {
	position: absolute;
	right : 5px;
	top : 5px;
	display: block;
	padding: 2px 5px;
	background: #D9D4C0;
	color : #3d2718;
	line-height: 1.4em;
	font-weight: bold;
}
.event-date {
	line-height: 1.4em;
}
#event h4, #event h3, #event h5{
	padding-left: 15px;
	line-height: 1.4em;
}
#event .event-image {
	float: right;
}

.event .event-image {
	float: right;
}

/* Newsletter Form */

.tx-powermail-pi1 fieldset {
	padding: 18px 0 10px 0;
	background: #D9D4C0;
}
.tx-powermail-pi1 fieldset legend{
	display: none;
}

.tx-powermail-pi1 label {
	width : 100px;
	padding-top: .2em;
	display: inline;
	margin-right: 10px;
	text-align: right;
	float: left;
}
.tx_powermail_pi1_fieldwrap_html.odd, .tx_powermail_pi1_fieldwrap_html.evem {
		background: #D9D4C0;
}
.tx_powermail_pi1_fieldwrap_html_submit {
	padding-left: 110px;
	padding-top: .7em;
}

.tx_powermail_pi1_fieldwrap_html_submit input{
	background : #434339;
	color : #EACFB8;
	border: 1px solid #25251E;
	font-size: 12px;
	padding: 2px .6em;
	letter-spacing: .1em;
}

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: .5em;
	clear : both;
}

/* rg media images */
.tx-rgmediaimages-pi1 {
	
}
.tx-rgmediaimages-pi1 .rgmediaimages-media{
	padding: 10px 0;
	margin : 0 auto;
}
/* nav concert */

.nav-calendar {
	padding: 20px 0 20px 15px;
}

.nav-calendar li {
	display: inline;
}


/* Support Teaser */
#marginal .support-teaser h2{
	background : #96935e;
}
.support-teaser .link-now {
	display: block;
	width : 135px;
	height : 35px;
	background : transparent url(i/donate-now.png) no-repeat top left;
	float: right;
	margin : 5px 15px 10px 10px;
}
#start .support-teaser .link-now {
	margin : 15px 15px 10px 10px;
}
#start .support-teaser .teaser-text {
	width : 280px;
}
.support-teaser .link-now span {
	display: none;
}


#donations {
	margin: 0 10px ;
}
#donations li {
	margin: 0 20px 15px 0;
	display: block;
}
#donations li a{
	display: block;
	background: transparent url(i/buttons-donate.png) no-repeat top left;
	height : 40px;
	width : 70px;
}
#donations li a span{
	display: none;
}
#donations #donate-50 {
	
}
#donations #donate-100 {
	background-position: -100px 0;
}
#donations #donate-250 {
	background-position: -200px 0;
}
#donations #donate-500 {
	background-position: -300px 0;	
}
#donations #donate-1000 {
	background-position: -400px 0;	
	width : 80px;
}

#donations #donate {
	background-position: -500px 0;	
	width : 260px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(i/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(i/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(i/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(i/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(i/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(i/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(i/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(i/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(i/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{
			position:absolute; 
			bottom:4px; 
			right:30px; 
			text-align:center; 
			color:#949494;
			width : 90%;
			}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(i/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(i/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(i/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(i/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(i/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=i/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}



