<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}

a {
	outline:none;
	text-decoration:none;
	color:#FFF;
}

p {
	color:#222222;
	margin-bottom:4px;
}

a:hover {
	color:black;
}

a:visited {
	color:#fff;
}

h1 {
	font-size: 18px;
	font-weight:700;
	color:#222222;
}

h2 {
	font-size: 16px;
	font-weight:700;
	color:#222222;
	margin-bottom:8px;
}

h4 {
	font-size:13px;
	font-weight:600;
	color:#222222;
}

.date {
	font-size:11px;
	font-weight:600;
	margin-bottom:3px;
}

.fliestext {
	font-size:13px;
	margin-bottom:6px;
	float:left;
}

.fliestext a {
	color:#222222;
	text-decoration:underline;
}

.fliestext a:hover {
	color:white;
}

.unterschrift {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:11px;
	margin:0 0 10px 0;
	float:left;
}

.dicke_linie {
	background-color:#222222;
	border-color:#cacacc;
	padding-top:2px;
	margin: 2px 0 10px 0;
}

.duenne_linie {
	background-color:#222222;
	border-color:#222222;
	margin: 1px 0 6px 0;
}

img {
	border-style:none;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
}

html {
background: center top url(images/hintergrund.png);
}

#navigation{
	z-index:50;
position:fixed;
top: 0px;
width:100%;
height: 120px;
background: center top url(images/header.png);
font-size:13px;
font-weight:normal;

-moz-box-shadow: 0px 3px 15px #000;
-webkit-box-shadow: 0px 3px 15px #000;
box-shadow: 0px 3px 15px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#3c3d3f')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=180, Color='#3c3d3f');
}

#navigation_menue{
position: relative;
width: 914px;
height: 150px;
margin: 0 auto;
z-index:3;

}

#navigation_menue .logo {
	position: absolute;
	top: 0px;
	left: -20px;
	z-index: 10;
}

#navigation_menue ul {
	padding: 50px 0px 0px 180px;
	height: 70px;
}

#navigation_menue ul li {
	position: relative;
	display: block;
	float: left;
	list-style: none;
}

#navigation_menue ul li a {
	position: relative;
	display: block;
	height: 70px;
	color:#3c3d3f;
}

#navigation_menue ul li a:hover {
	color:white;
	font-weight:bold;
	text-shadow: 2px 2px 1px #3c3d3f;
}

/* Navigationsschaltflächen */
li a.home { width:90px; background: 0 0 url(images/menue_home.png) no-repeat; }
li a.home:hover  { width:90px; background: 0 0 url(images/menue_home_hover.png) no-repeat;}
li a.home_aktiv { width:90px; background: 0 0 url(images/menue_home_aktiv.png) no-repeat; }
li a.concordia { width:190px; background: 0 0 url(images/menue_concordia.png) no-repeat; }
li a.concordia:hover { width:190px; background: 0 0 url(images/menue_concordia_hover.png) no-repeat; }
li a.concordia_aktiv { width:190px; background: 0 0 url(images/menue_concordia_aktiv.png) no-repeat; }
li a.fotos { width:114px; background: 0 0 url(images/menue_fotos.png) no-repeat; }
li a.fotos:hover { width:114px; background: 0 0 url(images/menue_fotos_hover.png) no-repeat; }
li a.fotos_aktiv { width:114px; background: 0 0 url(images/menue_fotos_aktiv.png) no-repeat; }
li a.termine { width:107px; background: 0 0 url(images/menue_termine.png) no-repeat; }
li a.termine:hover {width:107px; background: 0 0 url(images/menue_termine_hover.png) no-repeat; }
li a.termine_aktiv {width:107px; background: 0 0 url(images/menue_termine_aktiv.png) no-repeat; }
li a.links { width:96px; background: 0 0 url(images/menue_links.png) no-repeat;}
li a.links:hover { width:96px; background: 0 0 url(images/menue_links_hover.png) no-repeat;}
li a.links_aktiv { width:96px; background: 0 0 url(images/menue_links_aktiv.png) no-repeat;}
li a.kontakt { width:121px; background: 0 0 url(images/menue_kontakt.png) no-repeat;}
li a.kontakt:hover { width:121px; background: 0 0 url(images/menue_kontakt_hover.png) no-repeat; }
li a.kontakt_aktiv { width:121px; background: 0 0 url(images/menue_kontakt_aktiv.png) no-repeat; }

/* Dropdown Navigationsflächen */
.dropdown {
	height:30px;
	width: auto;
	background:url(images/hintergrund_dropdown.png);
}

#navigation_menue ul li ul {
	position: relative;
	z-index: 2;
	display: none;
	margin: 0;
	padding: 0;

}

#navigation_menue ul li ul li {
	float: none;
	height:24px;
	width:auto;
	padding:6px 0 0 19px;
	background:url(images/hintergrund_dropdown.png);
}

#navigation_menue ul li ul li:hover {
	background:url(images/hintergrund_dropdown_hover.png);
	color:white;
}

#navigation_menue ul li:hover ul {
	display: block;
} 

.unterteiler {
	height:70px;
	width:2px;
	background:url(images/menue_unterteiler.png);
}



#content{
	z-index:1;
    background-color: #fff;
	background:url(images/hintergrund_content.png);
   /* border: 1px solid #ccc; */
    width: 890px; 
	height:auto;
    margin: 210px auto 30px; 
	padding: 10px;
	font-size:12px;
	position:relative;
	
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#3c3d3f')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#3c3d3f');
	
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}

.links {
	width:500px;
	float:left;
	height:auto;
}

.rechts {
	width:380px;
	float:left;
	height:auto;
}


.bildtext_willkommen {
	height:auto;
	width:auto;
	background:black;
	opacity:0.8;
	color:white;
	padding: 10px;
	font-weight: 800;
	font-size:15px;
	position:absolute;
	margin:20px 0 0 20px;
}

.ueber_uns {
	height:auto;
	width:auto;
	background:black;
	opacity:0.8;
	color:white;
	padding: 5px 10px 5px 10px;
	font-weight:800;
	font-size:12px;
	position:absolute;
	margin:65px 0 0 20px;
}


.ueber_uns:hover {
	color:white;
}

.ueber_uns_foto {
	width:400px;
	position:absolute;
	right:10px;
	float:right;
}

.index_foto {
	width:480px;
	height:auto;
	border:5px #cacacc solid;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	margin: 0 0 15px 0;
}

.news {
	width:auto;
	float:left;
}

.newsbox {
	width:372px;
	margin-bottom:15px;
	background-color:#cacacc;
	padding:4px;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
}

.newstext {
	color:#222222;
	font-size:11px;
	margin-bottom:3px;
}

.newstext a {
	color:#222222;
	text-decoration:underline;
}

.newstext a:hover {
	color:white;
}

.teaser {
	width: 480px;
	height: 100px;
	overflow:hidden;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	border:5px solid #cacacc;
	background-color: #cacacc;
	float:left;
	position:relative;
	margin:0 15px 15px 0;
}

.teaser_foto {
	width:280px;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	margin: -15px 0 0 0;
	float:left;
	padding-right:5px;
}

.teaser_fototext {
	height:auto;
	width:auto;
	background:black;
	opacity:0.8;
	color:white;
	padding: 5px 10px 5px 10px;
	font-weight:800;
	font-size:12px;
	position:absolute;
	margin:10px 0 0 20px;
}

.teasertext {
	font-size:12px;
	font-weight:bold;
}

.mehr {
	height:auto;
	width:auto;
	background:black;
	opacity:0.8;
	color:white;
	padding: 5px 10px 5px 10px;
	font-weight:800;
	font-size:12px;
	position:absolute;
	bottom:0px;
	right:0px;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
}

.mehr:hover {
	color:white;
}

.subnavi_div {

	margin:0 auto;
	padding-left:15px;
}

.subnavi {
	height:auto;
	width:auto;
	float:left;
	background:#3c3d3f;
	opacity:0.8;
	color:white;
	padding: 5px 10px 5px 10px;
	font-weight:800;
	font-size:12px;
	margin:10px 15px 10px 0;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
}

.subnavi_aktiv {
	height:auto;
	width:auto;
	float:left;
	background:#8aa2ce;
	padding: 5px 10px 5px 10px;
	font-weight:800;
	font-size:12px;
	margin:10px 15px 10px 0;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
}

.subnavi:hover {
	color: white
}

.termin {
	clear:both;
}

.termine {
	width:100%;
	float:left;
}

.terminbox {
	width:auto;
	background-color:#cacacc;
	padding:6px 15px 5px 15px;;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
	float:left;
	margin:16px 0 0 0;
}

.terminbox td{
	padding:3px;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-color:#838282;
	color:white;
}

.terminzusatz {
	font-size:12px;
	margin-top:-3px;
}

.tabelle {
	width:auto;
	background-color:#cacacc;
	padding:6px 15px 5px 15px;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
	float:left;
	margin:16px 0 0 0;
	position:relative;
	left:50%;
	width:670px;
	margin-left:-350px;"
}

.tabelle td{
	padding:5px;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
	color:white;
}

.tabelle_ueberschrift {
	background-color:#3c3d3f;
	padding:5px;
}

.tabelle_ueberschrift p {
	color:#8aa2ce;
	font-weight:bold;
	font-size:18px;
}


.ribbon {
	width:60px;
	height:87px;
	background:url(images/ribbon_blau.png);
	position:relative;
	float:left;
	margin:0 10px 10px 0;
}

.datum {
	color:white;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	text-shadow: 1px 1px 1px #3c3d3f;
	margin-top:17px;
}

.monat {
	color:white;
	font-weight:bold;
	font-size:9px;
	text-align:center;
	text-shadow: 1px 1px 1px #3c3d3f;
}

.linkliste_links {
	width:49%;
	margin-right:2%;
	float:left;
}

.linkliste_rechts {
	width:49%;
	float:left;
}

.linkliste {
	width:98%;
	margin:0 0 15px 0;
	background-color:#cacacc;
	padding:4px;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
	float:left;

}

.linkliste a {
	text-decoration:underline;
	color:#222222;
	font-size:11px;
	line-height:1.6em;
	padding-bottom:1.5em;
}

.linkliste a:hover {
	color:white;
}

.fotoauswahl {
	width:270px;
	height:150px;
	float:left;
	overflow:hidden;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari, Chrome */
	-khtml-border-radius:3px; /* Konqueror */
	border-radius:3px; /* CSS3 */
	behavior:url(border-radius.htc);
	border:white solid 5px;
	margin:0 15px 15px 0;
}

.fotoauswahl_foto {
	width:270px;
	float:left;
}


#footer {
	z-index:49;
	height: 27px;
	width:100%;
	position:fixed;
	bottom:0;
	background: center top url(images/footer.png);
	
	-moz-box-shadow: 0px -2px 10px #000;
	-webkit-box-shadow: 0px -2px 10px #000;
	box-shadow: 0px -2px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#3c3d3f')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#3c3d3f');
}

#footer_menue {
    color: #fff;
    width: 914px;
    padding-top: 6px;
    margin: 0px auto 0px;
	font-size:11px;
}

#footer_menue_links {
    float: left;
    width: 448px;
}

#footer_menue_rechts {
    float: left;
    width: 464px;
    text-align: right;
}

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