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


/*
******************************************
** Allgemeine globale Angaben
******************************************
*/

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75em;
  color: #000000;
}

.bg-main {
  background-color: #FFFFFF;
  background-image: url(../grafik/bg_main.gif);
  background-repeat: no-repeat;
}

div {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

/*
  Links
*/

a:link,
a:visited,
a:hover,
a:active {
  color: #1f2e78;
	
	font-weight: bold;
}

a:hover,
a:active,
a:focus {
  background-color: #CD8888;
}

/*
  Absatz
*/

p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

/*
  Ueberschriften
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

/*
  Bild
*/

img {
  border: 0;
}

img.img-rahmen {
  border: 1px solid #FFFFFF;
}

/*
  Listen
*/

ul {
  margin: 1em 0 1em 0;
  padding: 0;
}

li.richtext-list {
  margin: 0;
  padding: 0 0 3px 32px;
  list-style-type: none;
  background-image: url(../grafik/list_style_type.gif);
  background-repeat: no-repeat;
}


/*
  Formular
*/

.leer {
}

form,
input,
textarea,
select,
label {
  font-size: 1em;
}

form,
input,
textarea,
label {
  margin: 0;
  padding: 0;
}

select {
  margin-top: 1px;
}

/*
  Tabellen
*/

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

/*
******************************************
** Globale Klassen
******************************************
*/

#dokument {
	width: 100%;
}

.float-aufheben {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

.hervorheben {
  font-weight: bold;
}

.hinweis {
	font-size: .8em;
}

.zitat {
  font-style: italic;
}

.text-alles-gross-geschrieben {
	text-transform: uppercase;
}

.unsichtbar {
  position: absolute;
  display: block;
  left: -3000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}</pre></body></html>