<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background-color: #333;
	hyphens: auto;
	margin: 0;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	padding: 0;
	-webkit-hyphens: auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;

	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
#super
{
	background: #73706e;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	width: 100%;
}
#wrapper
{
	background-color: #dad5d1;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	width: 100%;
}
#header
{
	background-color: #141414;
	background-image: url(../img/header.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #dad5d1;
	font-size: 12px;
	padding: 12px;
}
#header a
{
	color: #dad5d1;
	font-weight: normal;
}
#header_img
{
	display: none;
}
#h1
{
	font-size: 20px;
	font-variant: small-caps;
	font-weight: normal;
}
#navigation
{
	margin-bottom: 12px;
	margin-top: 24px;
}
#body
{
	border-width: 0px;
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;
}
#sidebar
{
	display: none;
	font-size: 10px;
	margin-left: 12px;
}

.termin_tabelle
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
}

.no1
{
	background-color: #eee;
	width:50px;
	height:50px;
	text-align: center;
	line-height: 1.0;
}

.no2
{
	padding-right: 6px;
	padding-top: 0px;
	padding-left: 12px;
	vertical-align: top;
}


.termin_tag
{
	font-size: 25px;
	font-weight: bold;
}

.termin_monat
{
	font-size: 12px;
}

.termin_jahr
{
	font-size: 12px;
}

.termin_uhrzeit
{
	font-weight: bold;
}

.termin_ereignis
{
	font-weight: bold;
	font-size:16px;
}

.termin_beschreibung
{
	font-size:13px;
}

#veranstaltungskalender
{
	margin: 12px;
	width: 100%;
}
#geschichtstabelle td
{
	padding: 5px;
}
.bold
{
	font-weight: bold;
}
div._img
{
	margin: auto;
	margin-bottom: 6px;
	width: 100%;
	text-align: center;
	/*background-color: #000;*/
	
}
div.float_left {
	margin-bottom:6px;
	margin-right:12px;
	margin-top: 6px;
	float:left;
	width: 30%;
}
div.float_right {
	margin-bottom:6px;
	margin-left:12px;
	margin-top: 6px;
	float:right;
	width: 30%;
}
._img img
{
	border-width: 0px;
	/*box-shadow: 0px 0px 3px #000;*/
	
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	-moz-box-shadow: 0px 5px 5px -5px #222;
	-webkit-box-shadow: 0px 5px 5px -5px #222;
	box-shadow: 0px 5px 5px -5px #222;
	max-width: 100%;
}
.figcaption {
	text-align: justify;
	font-weight: bold;
	font-size: 0.9em;
	color: #444;
	margin-top: 12px;
}
.sonnensystem_tabelle
{
	width: 100%;
	text-align: center;
	padding: 6px;
	border-spacing: 8px;
}
.sonnensystem_tabelle_img_td
{
	width: 18%;
}
.sonnensystem_tabelle_bescheibung_td
{
	text-align: left;
	padding-left: 12px;
}
.sonnensystem_tabelle_bescheibung_td span
{
	font-weight: bold;
}
.sonnensystem_tabelle_img
{
	border-radius: 3px;
	border-width: 0px;
	box-shadow: 0px 0px 3px #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
}
#geschichtstabelle 
{
   width: 100%;
}
#geschichtstabelle tr:nth-child(even) 
{
   background-color: #eee;
}
#geschichtstabelle tr:nth-child(odd) 
{
   background-color: #fff;
}
#geschichtstabelle th
{
	text-align: left;
	height:36px;
	padding: 5px;
	background-color: #dad5d1;
}
#geschichtstabelle td
{
	padding: 5px;
	vertical-align: top;
}
.gallerygrid
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.gallerygrid div
{
	position:relative;
	width: 32%;
    padding: 0;
	margin-bottom: 3px;
    text-align: center;
    display: inline-block;
}
.gallerygrid img
{
	width:100%;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.gallerygrid span
{
	position: absolute;
    bottom: 0;
 	left: 0;
	right: 0;
    background: rgba(255,255,255,0.3);
    text-align: center;
    color: #eee;
	font-weight: bold;
    padding: 6px;
	margin-bottom: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.scripted .gallerygrid
{
	display:none;
}
.scripted
{
	
}
.loading 
{
	display:none;
}
.scripted .loading 
{
	display:block;
	text-align: center;
	padding-top: 36px;
}
.gallerymenu
{
	background-color: #fff;
	font-weight: bold;
	text-align: center;
}
.datentabelle
{
	padding: 6px;
	margin-bottom: 12px;
	width: 100%;
	background: #c0c0c0;
	-moz-box-shadow: 0px 5px 5px -5px #222;
	-webkit-box-shadow: 0px 5px 5px -5px #222;
	box-shadow: 0px 5px 5px -5px #222;
}
.datentabelle td {
	vertical-align: middle;
	height: 20px;
}

.datentabelle th {
	padding-bottom: 6px;
	height: 20px;
	border-bottom: 1px solid #999;
	background: #c0c0c0;
}
.datentabelle .datum {
	vertical-align: bottom;
	padding-top: 6px;
	height: 20px;
	border-top: 1px solid #999;
	background: #c0c0c0;
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
}
@font-face {
	font-family: 'SYMBOL';
	src: url('../img/font/STRFNSAN.eot');
	src: local('â˜º'), url('../img/font/STRFNSAN.woff') format('woff'), url('../img/font/STRFNSAN.ttf') format('truetype'), url('../img/font/STRFNSAN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.symbol {
	font-family: "SYMBOL";
}
@font-face {
	font-family: 'Conv_cc-icons';
	src: url('../img/font/cc-icons.eot');
	src: local('â˜º'), url('../img/font/cc-icons.woff') format('woff'), url('../img/font/cc-icons.ttf') format('truetype'), url('../img/font/cc-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.cc {
	font-family: "Conv_cc-icons";
	font-size: 26px;
}
.cc_logo {
	font-family: "Conv_cc-icons";
	font-size: 43px;
}
#footer
{
	background-color: #222;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px;
	color: #999;
	font-size: 12px;
	height: 15px;
	text-align: center;
	width: 100%;
}
#foottable 
{
	width:100%;
	padding:6px;
	text-align: center;
	font-size: 12px;
}
#foottable td 
{
	width:33.3%;
}
#foottable a 
{
	color:#000;
}
.clear_float
{
	clear: both;
}
h2
{
	color: #a0a0a0;
	font-size: 15px;
	padding-bottom: 15px;
}
h3
{
	background-color: #ffffff;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 0px;
	font-size: 14px;
	font-weight: bold;
}
ul
{
	margin-left: 5px;
	padding-left: 15px;
	text-align: justify;
}
a
{
	text-decoration: none;
	color: #00379c;
}
a:hover 
{
	text-decoration: underline;
}
a img
{
	border: none;
}
.bold
{
	font-weight: bold;
}
.headline
{
	color: #00379c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 15px;
}
#backbutton
{
	border: 1px dashed #aaaaaa;
	border-radius: 40px;
	height: 80px;
	margin-bottom: 10px;
	margin-top: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	width: 80px;
}
#backbuttonimg
{
	border: 0px dashed #aaaaaa;
	border-radius: 40px;
	height: 80px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	width: 80px;
}

.clearfix:before, .clearfix:after
{
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after
{
	clear: both;
}
.skip-link
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
#access
{
	font-size: 14px;
	font-weight: bold;
	overflow: visible;
	z-index: 100;
}
.sf-menu
{
	border: 1px solid #dad5d1;
	border-top: none;
}
.sf-menu, .sf-menu *
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu ul
{
	position: absolute;
	top: -999em;
}
.sf-menu li
{
	background-color: #fff;
	border-top: 1px solid #dad5d1;
	clear: left;
	float: left;
	position: relative;
	text-indent: 12px;
	width: 100%;
}
.sf-menu li:hover
{
	background-color: #ccc;
	visibility: inherit;
}
.sf-menu a
{
	color: #000;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}
.sf-menu li li, .sf-menu li li:hover
{
	background: #fff;
	background-image: none;
}
.sf-menu li li a
{
	text-indent: 24px;
}
.sf-menu li li li a
{
	text-indent: 36px;
}
.sf-menu li li li li a
{
	text-indent: 48px;
}
.sf-menu li:hover ul
{
	position: relative;
	top: auto;
}
ul.sf-menu li:hover li ul
{
	position: absolute;
	top: -999em;
}
ul.sf-menu li li:hover ul
{
	position: relative;
	top: auto;
}
ul.sf-menu li li:hover li ul
{
	position: absolute;
	top: -999em;
}
ul.sf-menu li li li:hover ul
{
	position: relative;
	top: auto;
}
#active
{
	background-color: #ccc;
}

@media only screen and (min-width: 610px)
{
	body
	{
		margin: auto;
	}
	#super
	{
		margin-top: 12px;
		-moz-border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-top-right-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		width: 90%;
		border: 0;
		margin-bottom:12px;
	}
	#wrapper
	{
		border-color: #dad5d1;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 0 10px #000;
		-moz-box-shadow: 0 0 10px #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 10px #000;
		width: 100%;
	}
	#foottable 
{
	font-size: 13px;
}
	#header
	{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		font-size: 14px;
		height: 80px;
		-moz-border-top-left-radius: 5px;
		-moz-border-top-right-radius: 5px;
		padding: 24px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	
	#h1
	{
		font-size: 22px;
		font-weight: bold;
		margin-top: 0px;
	}
	#body
	{
		border-width: 0px;
		padding-left: 36px;
		padding-right: 36px;
	}
	.no1
	{
		background-color: #eee;
		width:70px;
		height:80px;
		text-align: center;
		line-height: 1.0;
		border-top: 2px dashed #dad5d1;
		box-shadow: 0px 5px 7px -3px #222;
		-moz-box-shadow: 0px 5px 7px -3px #222;
		-webkit-box-shadow: 0px 5px 7px -3px #222;
	}

	.no2
	{
	padding-right: 6px;
	padding-top: 0px;
	padding-left: 12px;
	vertical-align: top;
	}


	.termin_tag
	{
	font-size: 30px;
	font-weight: bold;
	}

	.termin_monat
	{
		font-size: 12px;
	}

	.termin_jahr
	{
	font-size: 12px;
	}
	#footer
	{
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		font-size: 15px;
		height: 20px;
		-moz-border-bottom-left-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}
	#access
	{
		float: left;
		height: 36px;
		width: 100%;
	}
	.sf-menu
	{
		height: 36px;
		z-index: 100;
	}
	.sf-menu li
	{
		border: 1px solid #dad5d1;
		box-shadow: 0 8px 6px -6px #444;
		box-sizing: border-box;
		clear: none;
		-moz-box-shadow: 0 8px 6px -6px #444;
		-moz-box-sizing: border-box;
		text-indent: 12px;
		-webkit-box-shadow: 0 8px 6px -6px #444;
		-webkit-box-sizing: border-box;
		width: 25%;
	}
	.sf-menu li li
	{
		background: #fff;
		clear: left;
		width: 100%;
	}
	.sf-menu li li a
	{
		text-align: left;
		text-indent: 24px;
		width: 100%;
	}
	
	.sf-menu li:hover ul
	{
		background: #ccc;
		left: auto;
		position: absolute;
		top: 28px;
		width: 100%;
		z-index: 100;
	}
	ul.sf-menu li li:hover ul
	{
		background: #ccc;
		
	}
	ul.sf-menu li li li:hover ul
	{
		background: #ccc;
	}
}
@media only screen and (min-width: 740px)
{
	#header_img
	{
		border-radius: 54px;
		display: inline;
		float: left;
		margin-right: 24px;
		-moz-border-radius: 54px;
		-webkit-border-radius: 54px;
		width: 108px;
	}
#h1
	{
		font-size: 22px;
		font-weight: bold;
		margin-top: 19px;
	}
	#header
	{	
		height: 108px;
	}
	
}
@media only screen and (min-width: 1268px)
{
	#super
	{
		width: 1124px;
	}
	#wrapper
	{
		width: 1124px;
	}
	#body
	{
		padding-left: 230px;
		padding-top: 0;
	}
	#header
	{
		margin-bottom: 36px;
		padding-left: 50px;
	}
	#header_img
	{
		margin-right: 72px;
	}
	#h1
	{
		font-size: 25px;
		font-weight: bold;
		margin-top: 19px;
	}
	#head
	{
		display: block;
		float: left;
		width: 208px;
	}
	.headline:first-of-type 
	{
	/*	padding-top: 6px;*/
	}
	#sidebar
	{
		display: inline;
		margin-left: 12px;
	}
	.content
	{
		float: left;
		width: 78%;
	}
	#access, .sf-menu
	{
		height: auto;
	}
	.sf-menu li
	{
		clear: left;
		width: 100%;
	}
	.sf-menu li:hover ul
	{
		left: 100%;
		position: absolute;
		top: -1px;
	}
	ul.sf-menu li li:hover ul
	{
		background: #ccc;
		left: 100%;
		position: absolute;
		top: -1px;
	}
	ul.sf-menu li li li:hover ul
	{
		background: #ccc;
		position: absolute;
		top: -1px;
	}
	.sf-menu a
{
	text-align: center;
	text-indent: 0px;
}
	.sf-menu li li a
	{
		text-align: center;
		text-indent: 0px;
		width: 100%;
	}
	.sf-menu li li li a
	{
		text-align: center;
		text-indent: 0px;
		width: 100%;
	}
}

</pre></body></html>