<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ##########################################################
   allgemeine einstellungen f�r alle elemente
########################################################## */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* ##########################################################
   body grundeinstellungen
########################################################## */
body {
	margin: 0;
	padding: 0;
	/* only for IE */
	behavior: url("css/csshover.htc");
	background-color: #040E17;
	background-image: url(../design/bg3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, Palatino, Times, "Times New Roman", serif;*/
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;*/
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	/*font-family: "Trebuchet MS", sans-serif, "Sans Serif", "Microsoft Sans Serif", Tahoma, Verdana, Arial;*/
	font-size: 100.01%;
	line-height: 1.2em;
	color: #FFF;	
}

/* ##########################################################
   maincontainer
########################################################## */
div#maincontainer {
	position: relative;
	font-size: 0.7em;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	font-size: 0.9em;
}

div#slogan {
	margin: 20px 0;
}

div#datum {
	margin-top: 20px;
}

/* ##########################################################
   navigation 1
########################################################## */
div#navigation1 {
	padding: 10px 0;
	position: relative;
	text-align: center;
}

#navigation1 a, 
#navigation1 a:link, 
#navigation1 a:visited, 
#navigation1 a:active {
	color: #FFF;
	text-decoration: none;
}

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

#navigation1 span.navigation {
	color: #FFF;
	text-decoration: none;
}

span.trenner-navigation {
	margin: 0 10px;
}

img.icon_navigation {
	display: inline;
	margin-left: 5px;
	vertical-align: middle;
}

/* ##########################################################
   navigation 2
########################################################## */
div.navigation2 {
	position: relative;
	padding: 0.5em 0;
	margin-left: 20px;
	color: #000;
	text-align: left;
}

div.navigation2 a, 
.navigation2 a:link, 
.navigation2 a:visited, 
.navigation2 a:active {
	text-decoration: underline;
}

.navigation2 a:hover {
	text-decoration: none;	
}

.navigation2 span.navigation {
	color: #000;
}

/* ##########################################################
   allgemeine elemente
########################################################## */
.floatpicture {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img#contenttitel {
	display: block;
}

label {
	display: inline;
	margin-left: 10px;
}

label:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.linie {
	height: 1px;
	border-top: 1px dashed #000;
	margin: 10px 0;
	clear: both;
}

div.pagetop {
	text-align: center;
	padding: 5px;
}

table, form {
	margin: 0;
}


td {
	text-align: left;
	vertical-align: top;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 2em;
}

h2 {
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 20px 0;
	line-height: 1.5em;
}

h3#contenttitel {
	margin: 20px 0;
	background-color: #FFF; 
	height: 2em; 
	line-height: 2em; 
	padding: 0 1em;
}

a, a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: underline;
}

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

p {
	margin: 5px 0;
}

.boldkontrast {
	color: #990000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.hinweis {
	color: #FF0000;
}

.kontrast {
	color: #990000;
}

img.png {
	behavior: url("css/pngbehavior.htc");
}

img {
	border: none;
	font-size: 0.7em;
}

div.abschluss {
	clear: both;
	height: 5px;
	width: 95%;
	overflow: hidden;
}

ul {
	font-size: 1.0em;
	list-style-position: outside;
	margin-left: 0px;
}

/* ##########################################################
   content xslt
########################################################## */
h1.seitentitel {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 10px 0 20px 50px;
}

p.absatztitel {
	color: #990000;
	font-weight: bold;
}

img.bild {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #000;
}

img.bild-links {
	position: relative;
	float: left;
	margin-right: 10px;
	
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #000;
}

img.bild-rechts {
	position: relative;
	float: right;
	margin-left: 10px;
	
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #000;
}

/* ##########################################################
   multilang
########################################################## */
div#container-multilang {
	margin: 10px 0;
	text-align: left;
}

img.lang {
	margin-right: 10px;
	border: 1px solid #666;
}

/* ##########################################################
   google
########################################################## */
div#googlemap {
	height: 400px; 
	border: 1px solid #CCC;
}

div#routemap {
	position: relative;
	height: 400px;
	border: 1px solid #CCC;
	display: none; 
}

div#routedirections {
	position: relative;
	height: auto;
	display: none;
}

/* ##########################################################
   popup
########################################################## */
body.popup {
	padding: 20px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	behavior: url("../css/csshover.htc");
	font-size: 100.01%;
	line-height: 1.2em;
	color: #000;
}

body.popup ul {
	font-size: 0.7em;
}

body.popup p {
	font-size: 0.7em;
}

body.popup a, 
body.popup a:link, 
body.popup a:visited, 
body.popup a:active {
	color: #000;
	text-decoration: underline;
}

body.popup a:hover {
	color: #000;
	text-decoration: none;
}

p.popup-titel {
	font-weight: bold;
	color: #990000;
	margin-bottom: 10px; 
}

p.popup-print, p.popup-close {
	margin-top: 10px;
}

img.popup-picture {
	border: 1px solid #000;
}

/* ##########################################################
   formulare
########################################################## */
input.inputtext {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	width: 300px;
	padding: 3px 0;
	border: 0px solid #CCC;
	background-color: #FFF;
	vertical-align: middle;
}

input.inputfile {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	width: 600px;
	padding: 3px 0;
	border: 0px solid #CCC;
	background-color: #FFF;
	vertical-align: middle;
	margin-bottom: 5px;
}

textarea {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width: 300px;
	height: 100px;
	padding: 3px 0;
	border: 0px solid #CCC;
	background-color: #FFF;
	vertical-align: top;
}

select {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 300px;
	color: #333;
	vertical-align: middle;
	border: 0px solid #CCC;
}

input.checkbox {
	vertical-align: middle;
	display: inline;
}

input.radio {
	vertical-align: middle;
	display: inline;
}

div.formularzelle-right {
	text-align: right;
	margin-bottom: 10px;
}

div.formularzelle-left {
	text-align: left;
	margin-bottom: 10px;
}

div.formularzelle-center {
	text-align: center;
	margin-bottom: 10px;
}

div.formularzelle-button {
	text-align: left;
	margin-bottom: 10px;
}

div.formularzelle-50 {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

.formularbezeichner {
	color: #FFF;
	margin-right: 10px;
}

p.pflichtfelder {
	text-align: left;
	font-size: 0.9em;
}

button {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 20px 5px 0;
	padding: 0.5em;
	border: 1px solid;
	border-color: #FFF #000 #000 #FFF;
	background-color: #D4D4D4;
}

button:hover {
	cursor: pointer;
	background-color: #369;
	color: #FFF;
}


/* ##########################################################
   contentnavigation
########################################################## */
table.contentnavigation {
	margin: 0;
	width: 100%;
	font-size: 1.0em;
	background-color: #EEE;
}

table.contentnavigation td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;	
}

table.contentnavigation td.zumanfang,
table.contentnavigation td.zurueck,
table.contentnavigation td.weiter,
table.contentnavigation td.zumende {
	width: 50px;
}

div.contentnavigation {
	margin: 5px 0;
}

span.aktuellecontentseite {
	margin: 0 10px;
	font-weight: bold;
}

a.contentseite, a.contentseite:link, a.contentseite:visited {
	margin: 0 10px;
	color: #000;
	text-decoration: underline;
}

a.contentseite:hover {
	color: #000;
	text-decoration: none;
}

/* ##########################################################
   kalender
########################################################## */
div.kalendertitel {
	background-color: #CCC;
	text-align: center;
	padding: 5px 250px 0 250px;
	font-weight: bold;
}

tr.wochentage td {
	min-height: 0;
	text-align: center;
	font-size: 0.9em;
	color: #999;
}

.kalendertitel img {
	margin-top: 5px;
}

table.kalender {
	width: 100%;
}

.kalender td {
	padding: 0 5px 5px 5px;
	min-height: 100px;
}

.kalender td.wochentag {
	background-color: #FFF;
	width: 14%;
}

.kalender td.heute {
	background-color: #369;
	width: 14%;
	color: #FFF;
}

.kalender td.wochenende {
	background-color: #FFF;
	color: #369;
	width: 14%;
}

.kalender td.vormonat {
	color: #999;
	width: 14%;
}

.kalender td.kw {
	color: #999;
	font-size: 0.9em;	
}

.kalender p.termin {
	background-color: #EEE;
	padding: 5px;
	color: #000;
}
</pre></body></html>