/* -------------------------------------
	Allgemeine Styles
   ------------------------------------- */
   
html,body {
	margin: 0px;
	padding:0px;
}

/* Scrollbalken immer sichtbar */
html { 
	height: 100%;
	padding-bottom: 1px;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
    background-image:url('../img/body_bg.jpg');
	background-color: #ffffff;
}


img{
	border: none;
}


h1, h2, h3{
	font-family: monospace;
	padding: 0px;
	/* text-transform: uppercase; */
}

h1 {
	font-size: 30px;
	margin: 0px 0px 8px 0px;
}

h2 {
	margin: 0px;
	font-size: 20px;
}

h3 {
	font-size: 20px;
	margin: 0px 0px 16px 0px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	font-variant: normal;
	margin: 12px 0px 8px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 1px solid #9A9B9D;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	font-variant: normal;
	margin: 12px 0px 8px 0px;
	padding: 12px 0px 0px 0px;	
}

h6 {
	font-weight: bold;
	font-size: 16px;
	font-variant: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;	
}

p, 
.paragraph {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

a {	
	text-decoration: none;
	color: #000000;
}

a:hover {

}

a img,
a.imageLinked {	
	padding: 0 !important;
	background-image: none !important;
}

a:hover img,
a.imageLinked {

}

hr, .hr {
	border: 1px solid #9A9B9D;
	border-width: 1px 0px 0px 0px;
	background: transparent;
	display: block;
	clear: both;
	height: 1px;
	overlfow: hidden;
	margin: 16px 0px;
}

#centerCol a {
	background-image: url('../img/service_nav_arrow.png');
	background-repeat: no-repeat;
	padding-left: 16px;
	font-weight: bold;
	background-position: left center;	
}

#centerCol a:hover {
	
}

#navigation ul,
#navigation li,
#leftCol ul,
#leftCol li, 
#rightCol ul,
#rightCol li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#centerCol ul,
#centerCol ol {
	padding-left: 24px;
	margin: 8px 0px 12px 0px;
}




/* -------------------------------------
	Layout-Container
   ------------------------------------- */
  
#container{
	width: 938px;
	min-height: 820px;
	background-color: #FFFFFF;
	padding: 0px 8px 0px 8px;
	margin: 0px auto;
}


#header{
	height: 71px;
	position: relative;
}

#logo{
	position: absolute;
	left: 94px;
}

#contentContainer{
	
}
 
#colContainer{
}


#leftCol{
	float: left;
	margin-right: 8px;
	width: 181px;
}

#centerCol{
	float: left;
	margin-right: 8px;
	width: 560px;
}

#centerColHead {
	margin: 0;
	padding: 0;	
}

#centerColContent {
	padding: 10px 11px 64px 11px;
}

#rightCol{
	float: left;
	width: 181px;
}

#footer {
	padding: 12px 10px 12px 10px;
	text-align: right;
	font-size: 11px;
}

#footer a {
	color: #929396;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* -------------------------------------
	Navigation
   ------------------------------------- */

#navigation {
	height: 46px;
	position: relative;
	font-family: Lucida;
	text-transform: uppercase;
}

#navigation ul li{
	float: left;
	letter-spacing: 0.03em;
}

#navigationElementsContainer{
	position: absolute;
	left: 10px;
	top: 22px;
}


#navigation .navigationElement, 
#navigation .navigationElementSelected{
	margin-right: 29px;
}

.navigationElement a{
	font-family: Lucida;
	color: #777777;
}

.navigationElement a:hover{
	color: #000000;
}

.navigationElementSelected a{
	color: #000000;
}

#langNavigation{
	position: absolute;
	top: 22px;
	right: 8px;
}

#langNavigation a{
	color: #777777;
}

a.navigationLink {
	height: 22px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
}

#langNavigation a:hover{
	text-decoration: underline;
}

#subNavigation{
	/* text-transform: uppercase; */
	letter-spacing: 0.03em;
	margin: 25px 0px 0px 0px;
}

#subNavigation ul{
	border-top: 1px solid #929396;
}
#subNavigation ul li{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #929396;;
}

/*
#subNavigation ul li:hover{
	background-color: #4c4c4c;
	background-color: #929396;
	padding-left: 27px;
	background-image: url('../img/nav_arrow.png');
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
*/

.subNavigationElement {
	/* padding-left: 11px; */
	overflow: hidden;
}

.subNavigationElement a {
	display: block;
	color: #777777;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	overflow: hidden;
	width: 181px;
	taxt-indent: -1000px;
	position: relative;
	padding: 0;
}

.subNavigationElement a:hover,
.subNavigationElementSelected a {
	background-color: #929396;
	background-image: url('../img/nav_arrow.png');
	background-repeat: no-repeat;
	background-position: 11px 0px;
}

.subNavigationElement a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
	/* padding: 0px 0px 0px 11px;*/
	display: block;
}

.subNavigationElement a:hover span,
.subNavigationElementSelected a span {
	background-position: 28px 4px;
}

.subNavigationElement a:hover,
.subNavigationElementSelected a {
	background-color: #929396;
}

.subNavigationElement a:hover{
	color: #ffffff;
}

/*
.subNavigationElementSelected {
	background-color: #929396;
	background-image: url('../img/nav_arrow.png');
	background-repeat: no-repeat;
	background-position: 11px 0px;
}
*/
.subNavigationElementSelected a {
	/*display: block;
	color: #ffffff; */
}


/* -------------------------------------
	Seitenstyles
   ------------------------------------- */   
   
.teaserContainer {
	position: relative;
}

.teaserContainer img {
	display: block;
}

.teaserContainerBlank {
	
}



.teaserImage {
	min-height: 275px;
	background-color: #E1E1D8;
	text-align: center;
}
.teaserImage img {
	margin: 0px auto;
}

.imagesFlow {
	
}

.teaserContainerDouble {
	background-image: url('../img/teaser_double_border_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.teaserImageContainerDouble{
	overflow: hidden;
	width: 276px;
}


.teaserImageContainerDouble img{

}


.teaserContainerLeft{
	position: relative;
	width: 276px;
	margin-right: 8px;
	float: left;
}

.teaserContainerRight{
	position: relative;
	float: left;
	width: 276px;
}

.teaserContent {
	padding: 10px 11px 64px 11px;
	margin-bottom: 10px;
	border-bottom: 1px solid #777777;
}

.teaserContainer .teaserHeadline {
	position: absolute;
	top: 0px;
	left:0px;
	padding: 0;
	background-image: url('../img/headlines/bg_headlines.png');
	color: #ffffff;
	height: 25px;
	width: 560px;
	line-height: 25px;
	letter-spacing:0.03em;
}

.teaserContainerDouble .teaserHeadline{
	position: absolute;
	top: 0px;
	left:0px;
	padding: 0;
	background-image: url('../img/headlines/bg_headlines.png');
	color: #ffffff;
	height: 25px;
	width: 276px;
	line-height: 25px;
	letter-spacing:0.03em;
}

.teaserContainer .teaserHeadline img,
.teaserContainerDouble .teaserHeadline img {
	margin: 9px 11px 0px 11px;
}

.teaserContainer .teaserHeadlineWithUml img,
.teaserContainerDouble  .teaserHeadlineWithUml img {
	margin-top: 6px;
}

.teaserPaging {
	position: absolute;
	top: 250px;
	right:0;
	padding: 0 0 0 7px;
	background-color: #9A9B9D;
	color: #ffffff;
	height: 25px;
	width: 68px;
	line-height: 25px;
	letter-spacing:0.03em;
	text-align:center;
}

.teaserPaging img{
	float:left;
	cursor:pointer ;
}

.teaserPaging .counter{
	float:left;
	width:40px;
}

.teaserPaging .placeHolder{
	float:left;
	width:7px;
	height:25px;
	display:block;
}



.teaserContainer .teaserContent {
	background-color: #D2E287;
}

.teaserContainerAlt .teaserContent {
	background-color: #EAEA70;
}

.teaserContainerDouble .teaserContent{
	background-color: #ffffff;
	border: none;
	padding: 10px 11px 0px 11px;
	margin-bottom: 0px;
}

.date{
	font-weight: bold;
	margin-bottom: 10px;
}

.artist{

}

.teaser{
	margin-bottom: 10px;
}


.more a,
.Selected a {
	background-image: url('../img/service_nav_arrow.png');
	background-repeat: no-repeat;
	padding-left: 16px;
	font-weight: normal;
	background-position: left center;
}

.more a,
.widgetContent .more a {
	font-weight: bold;
	color: #333333;
}


.Selected a {
	color: #333333 !important;
}

.spacer{
	height: 20px;
	overflow: hidden;
}

.collectionContent{
	background-color:#F3F2EC !important;
}

.currentContent{
	/*background-color:#a5c !important; */
	background-color: #EDD5B3 !important;
}

.previewContent{
	background-color: #F8F6F0 !important;
	padding-bottom: 10px !important;
}

.archiveContent {
	background-color: #F8F6F0 !important;
	padding-bottom: 10px !important;
}

.specialContent {
	background-color: #EDD5B3 !important;
}

.datesContent {
	background-color: #EDD5B3 !important;
}

.datesStartContent {
	background-color: #B4DCD1 !important;
}


#centerCol .archiveContent ul,
#centerCol .previewContent ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#centerCol .shortContent {
	padding-bottom: 10px;	
}

/* -------------------------------------
	Widget-Styles
   ------------------------------------- */

.widgetContainer {
	border-bottom: 1px solid #777777;
	margin-bottom: 10px;
	position: relative;
}

.widgetContainer .widgetHeadline {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	background-image: url('../img/headlines/bg_headlines.png');
	color: #ffffff;
	height: 25px;
	width: 181px;
	line-height: 25px;
	letter-spacing:0.03em;
}

.widgetContainer .widgetHeadline img {
	margin: 9px 11px 0px 11px;
}

.widgetContainer .widgetHeadlineWithUml img,
.teaserContainer .headlineWithUml img {
	margin-top: 6px;
}

.widgetContent {
	padding: 35px 11px 10px 11px;
	margin-bottom: 10px;
}

.widgetContent a {
	color: #9A9B9D;	
}

.widgetContent a:hover {
	color: #333333;	
}

.widgetContentWithImage {
	padding: 0px 11px 10px 11px;	
}

.widgetContentFullWidth {
	padding-left: 0px;
	padding-right: 0px;
}

.widgetNewsletterContent {
	background-color: #F48884;	
}
/*
.widgetContainer li a {
	display: block;	
}
*/
.widgetContainer li a:hover {
	background-image: url('../img/service_nav_arrow.png');
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
}

.widgetContainer .buttonSubmit {
	background-color: transparent;
	background-image: url('../img/service_nav_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 16px;
	font-weight: bold;
	color: #333333;
	border: 0;
	text-align: left;
	margin: 0;
}

.newsletterForm{
/*	margin: 10px 0px;*/
}

.newsletterFormFieldContainer {
	margin-bottom: 10px;
}

.newsletterFormFieldContainer label {
	float: left;
}

.newsletterFormFieldContainer input {
	float: right;
	margin: 0;
	width: 108px;
}

.newsletterFormButtonContainer {
	text-align: right;
	margin: 0;
}
.newsletterSubmit {
	text-align: right;
}
   
.serviceContainer{
	position: relative;
}

.widgetContainer h3 {
	margin: 8px 0px 8px 0px;
	padding: 0;
}

.galleryThumbnail {
	overflow: hidden;
	width: 181px;
}

/* -------------------------------------
	Besondere Seitenselektoren
   ------------------------------------- */
.pageStandard {
	background-color: #F5F4EE;
	border-bottom: 1px solid #777777;
}
 
/* -------------------------------------
	sonstige Styles
   ------------------------------------- */
   
.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clearfix:after {
    content:     ".";
    display:     block;
    height:     0;
    clear:         both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* -------------------------------------
	Pressedownloadstyles
   ------------------------------------- */   

.pressContainer{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #989898;
}

.pressContainer a:hover {
	text-decoration: underline;
}

.pressImageContainer {
	float: left;
	margin-right: 16px;
	width: 120px;
}

.pressImageContainerIcon {
	width: 48px;
}
.pressDetailsContainer{
	float: left;
	width: 388px;
}

.pressTitle{
	font-weight: bold;
}

.pressDescription{

}

.pressDetails{
	color: ##6B5C47;
}

.pressDate{
	/*font-style: italic;*/
}


.pressSize{

}

.pressType{
	text-transform: uppercase;
}

/* -------------------------------------
	Termine
   ------------------------------------- */
.datesDateContainer {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 16px 0px;
	border-bottom: 1px solid #989898;
}

/* -------------------------------------
	Kalender
   ------------------------------------- */
table.calendar {
	border: 0px;
	/* border-collapse: collapse; */
	border-spacing: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

table.calendar tbody td {
	padding: 3px 4px;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: center;
	background-color: #E1E1D8;
}

table.calendar tbody td.row1 {
	border-width: 6px 1px 1px 1px
}

table.calendar thead th {
	border-bottom: 1px solid #9A9B9D;
	color: #9A9B9D;
	border-spacing: 0px;
	padding: 0;
	padding-bottom: 4px;
	font-weight: normal;
	font-size: 11px;
}

table.calendar thead th {
	padding: 0px 4px 4px 4px;
}

table.calendar tbody td.emptyCell {
	background-color: #f8f6f0;
	color: #9c9d9f;
}

table.calendar tbody td.today {
	background-color: #4B4B4D;
	color: #FFFFFF;
}

table.calendar tbody td.pastDay {
	background-color: #f8f6f0;
	color: #9c9d9f;
}

table.calendar tbody td.futureDay {
	background-color: #e4e3da;
	color: #4b4b4d;
}

table.calendar tbody td.weekendDay,
table.calendar th.weekendDay {
	font-weight: bold;
}

table.calendar tbody td.dayLinked {
	padding: 0px;
	background-color: #9c9d9f;
	color: #FFFFFF;
}

table.calendar tbody td.dayLinked a {
	color: #FFFFFF;
	padding: 3px 4px;
	display: block;
}

table.calendar tbody td.dayLinked a:hover {
/*	border: 1px solid #9A9B9D;
	padding: 2px 3px;*/
	
	background-color: #e53517;
	color: #FFFFFF;
}

.calendarNavContainer {
	position: relative;
	text-align: center;
	border-top: 1px solid #9A9B9D;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}

.calendarNavContainer a {
	font-weight: bold;
	color: #4b4b4d;
}

.calendarNavContainer a.calendarPrevMonth {
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
	color: #9c9d9f;
	font-weight: normal;
}

.calendarNavContainer a.calendarNextMonth {
	display: block;
	position: absolute;
	top: 6px;
	right: 0px;
	color: #9c9d9f;
	font-weight: normal;
}