@CHARSET "UTF-8";
@font-face {
	font-family: "PT Serif";
	/*src: url("PTF55F.ttf") format('truetype');*/
	src:  url('webFonts/ptserif_regular_macroman/PTF55F-webfont.eot');
	src:  url('webFonts/ptserif_regular_macroman/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
			url('webFonts/ptserif_regular_macroman/PTF55F-webfont.woff') format('woff'),
			url('webFonts/ptserif_regular_macroman/PTF55F-webfont.ttf') format('truetype'),
			url('webFonts/ptserif_regular_macroman/PTF55F-webfont.svg#pt_serifregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PT Serif italic";
	/*src: url("PTF56F.ttf") format('truetype');*/
	src:  url('webFonts/ptserif_italic_macroman/PTF56F-webfont.eot');
	src:  url('webFonts/ptserif_italic_macroman/PTF56F-webfont.eot?#iefix') format('embedded-opentype'),
			url('webFonts/ptserif_italic_macroman/PTF56F-webfont.woff') format('woff'),
			url('webFonts/ptserif_italic_macroman/PTF56F-webfont.ttf') format('truetype'),
			url('webFonts/ptserif_italic_macroman/PTF56F-webfont.svg#pt_serifitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PT Serif bold";
	/*src: url("PTF75F.ttf") format('truetype'); */
	src:  url('webFonts/ptserif_bold_macroman/PTF75F-webfont.eot');
	src:  url('webFonts/ptserif_bold_macroman/PTF75F-webfont.eot?#iefix') format('embedded-opentype'),
			url('webFonts/ptserif_bold_macroman/PTF75F-webfont.woff') format('woff'),
			url('webFonts/ptserif_bold_macroman/PTF75F-webfont.ttf') format('truetype'),
			url('webFonts/ptserif_bold_macroman/PTF75F-webfont.svg#pt_serifbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {height: 100%;}
h1, h2, h3 { font-family: "PT Serif bold" }
h1 { font-size: 30px; }
body {
	color: #333332;	/* IE dunkel Grau */
	color: rgba(0, 0, 0, 0.8);
	width: 1280px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "PT Serif",verdana,sans-serif;
	font-size: 18px;
}
.page {
	width: 1280px;
	height: 100%;
	/* background-color: #eee; */
	position: relative;
	margin-bottom: 20px;
}

div.header {
	position: relative;
	top: 0;
	left: 0;
}
div.logo {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 1024px;
	height: 244px;
	background-image: url("images/mainLogoOhneRankeOhneEv.jpg");
	z-index: 898;
}
.ranke {
	position: absolute;
	top: 24px;
	left: 923px;
	z-index: 899;
}
div.header img { margin-right: 60px;}
	.farbStreifen {
		position: absolute;
		width: 100%;
		height: 244px;
		top: 10px;
		/*margin-top: -235px*/
		z-index: 1;
		background-color: rgb(244,227,102);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZTM2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjRlNjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2ZGIyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, rgba(244,227,102,1) 0%, rgba(244,230,102,1) 0%, rgba(118,219,46,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,227,102,1)), color-stop(0%,rgba(244,230,102,1)), color-stop(100%,rgba(118,219,46,1)));
		background: -webkit-linear-gradient(top, rgba(244,227,102,1) 0%,rgba(244,230,102,1) 0%,rgba(118,219,46,1) 100%);
		background: -o-linear-gradient(top, rgba(244,227,102,1) 0%,rgba(244,230,102,1) 0%,rgba(118,219,46,1) 100%);
		background: -ms-linear-gradient(top, rgba(244,227,102,1) 0%,rgba(244,230,102,1) 0%,rgba(118,219,46,1) 100%);
		background: linear-gradient(to bottom, rgba(244,227,102,1) 0%,rgba(244,230,102,1) 0%,rgba(118,219,46,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e366', endColorstr='#76db2e',GradientType=0 );
	}

div.fixed {
	position: relative;
	top: 280px;
	left: 30px;
	width: 175px;
	font-family: arial

}
	div.fixed ul {
		display:block;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		padding: 0;
	}
	div.fixed li {
		width: 165px;
	}
	div.fixed li a,  div.fixed li span {
		font-size: 13px;
		padding-left: 10px;
		text-decoration-color: -moz-use-text-color;
		text-decoration-line: none;
		text-decoration-style: solid;
		text-decoration: none;
		color: #7F7E7D;		/* IE */
		color: rgba(0, 0, 0, 0.5);
		display: block;
		line-height: 30px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: rgba(0, 0, 0, 0.1);
	}
	div.fixed ul li:last-child a, div.fixed ul li:last-child span {
	    border-bottom-color: rgba(0, 0, 0, 0.1);
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	}
	div.fixed ul li.current a, div.fixed ul li.current a span {
	    -moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-bottom-color: -moz-use-text-color;
	    border-bottom-style: none;
	    border-bottom-width: medium;
	    border-image-outset: 0 0 0 0;
	    border-image-repeat: stretch stretch;
	    border-image-slice: 100% 100% 100% 100%;
	    border-image-source: none;
	    border-image-width: 1 1 1 1;
	    border-left-color-ltr-source: physical;
	    border-left-color-rtl-source: physical;
	    border-left-color-value: -moz-use-text-color;
	    border-left-style-ltr-source: physical;
	    border-left-style-rtl-source: physical;
	    border-left-style-value: none;
	    border-left-width-ltr-source: physical;
	    border-left-width-rtl-source: physical;
	    border-left-width-value: medium;
	    border-right-color-ltr-source: physical;
	    border-right-color-rtl-source: physical;
	    border-right-color-value: -moz-use-text-color;
	    border-right-style-ltr-source: physical;
	    border-right-style-rtl-source: physical;
	    border-right-style-value: none;
	    border-right-width-ltr-source: physical;
	    border-right-width-rtl-source: physical;
	    border-right-width-value: medium;
	    border-top-color: -moz-use-text-color;
	    border-top-style: none;
	    border-top-width: medium;
	    color: #191919;		/* IE */
	    color: rgba(0, 0, 0, 0.9);
	    margin-bottom: 0;
	    margin-left: 0;
	    margin-right: 0;
	    margin-top: 1px;
	}

	div.fixed .current + li a, div.fixed .current + li a span {
	    border-bottom-color: transparent;
	    border-left-color-ltr-source: physical;
	    border-left-color-rtl-source: physical;
	    border-left-color-value: transparent;
	    border-right-color-ltr-source: physical;
	    border-right-color-rtl-source: physical;
	    border-right-color-value: transparent;
	    border-top-color: transparent;
	}
	div.fixed ul li.current a,div.fixed ul li.current span {
	    background-color: #e2e2de;
	    background-image: linear-gradient(#ecece9, #e2e2de);
	    background-repeat: repeat-x;
	    border-bottom-left-radius: 2px;
	    border-bottom-right-radius: 2px;
	    border-top-left-radius: 2px;
	    border-top-right-radius: 2px;
	    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
	}
.leftAside {
	position: relative;
	width: 175px;
	top: 380px;
	left: 30px;
	font-style: italic;
}

.mainContent {
	position: absolute;
	top: 280px;
	left: 240px;
}
a.doAjaxCall {
	text-decoration: none;
	color: #333332;	/* IE dunkel Grau */
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	z-index: 999;
}
.news { float: left; width: 680px;}
.mainContent.termine .news { float: left; width: 680px;}
.mainContent.bilder  .news { float: left; width: 630px; margin-right:50px;}
.mainContent.bilder  .news h2 { font-size: 18px;}
.mainContent.bilder  .news p { font-size: 15px;}

.news .standardText, .news .terminItemDetail {
	font-family: "PT Serif",verdana,sans-serif;
}
.news .aktuelles{
	font-family: "PT Serif italic",verdana,sans-serif;
}
.infoBoxen.home    { float:right; width: 250px; margin-left: 15px;}
/* .infoBoxen.termine { float:right; width: 250px; margin-left: 100px;} */

.infoBoxen.termine {
	position: absolute;
	top: 278px;
	right: 0px;
	width: 250px;
	z-index: 999;
}
.infoBoxen.bilder {
	position: absolute;
	top: 278px;
	right: 0;
	width: 390px;
	z-index: 1000;
}
.terminDiv {
	max-height: 450px;
	overflow-y: auto;
}
.infoBoxen.bilder .terminDiv {
	max-height: 450px;
	overflow-y: auto;
	background-color: white;
	opacity: 0.93;
	filter: alpha(opacity=93)/* For IE8 and earlier */
}
.vergangen { color: #888 !important; }

	.nextEvent, .mostTermine {
		border: 1px solid #F4E366;
		box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.nextEvent .header, .mostTermine .header {
		background-color: rgb(244,227,102);
		height: 33px;
		text-align: center;
		font-family: "PT Serif bold",verdana,sans-serif;
		padding-top: 5px;
		opacity: 0.93;
		filter: alpha(opacity=93)/* For IE8 and earlier */
	}
	.nextEvent .item, .mostTermine .item {
		overflow: hidden;
		margin: 10px 3px 10px 10px;
		line-height: 16px;
		font-family: "PT Serif",verdana,sans-serif;
		font-size: 14px;
	}
	.termine .item .date { float: left; width:18%; font-family: "PT Serif bold",verdana,sans-serif; margin-right: 5px;}
	.termine .item .text { float: left; width:77%; margin-left: 5px;}

	.bilder .item .date { float: left; width:22%; font-family: "PT Serif bold",verdana,sans-serif; margin-right: 5px;}
	.bilder .item .text { float: left; width:74%; margin-left: 5px;}


.rightAside{
	width: 226px;
	float: right;
	margin: 20px 0 0 105px;
 	font-family: inherit;
	font-size: 14px;
}
.details {
	text-decoration: underline;
	font-style:italic;
	font-size: 12px;
	color: #888;
}
/* .rightAside, */
.aktuelles {
	/*padding: 10px 15px 10px 15px;*/
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: #eee;
	color: #555 !important;
	line-height: 18px;
	padding: 6px 15px;
}
p.forAdmin, div.forAdmin {
	border: dotted;
	border-color: red;
	border-radius: 5px;
	border-width: 6px;
	cursor: pointer;
}
.thumb {
	margin-right: 2px;
}
/* add on für galleria */
.myLayerClass {
   left: 35px !important;
   top:18px !important;
	width: 590px !important;
	height: 20px !important;
   color: #000;
   font: normal 15px/1 arial,sans-serif;
	background: #fff;
	opacity: .5;
}
