<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  padding: 0px;
  margin: 0px;
	}
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #000000;
  background: #6b8ea5 url(bilder/body-bg.png) repeat-x;
  margin: 0px;
  font-size: 14px;
  padding: 0px;
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
text-align: left;}
hr {
  color            : #999999;
  height           : 2px;
  width            : 100%;
}

/*** Header ANFANG ***/
td.oben, td.pfad {
  text-align: center;
}

table.header {
  background: #6b8ea5 url(bilder/header-bg.jpg) no-repeat center;
  width: 720px;
  height: 142px;
  text-align: left;
}


/*** Header ENDE***/

/*** Schatten ANFANG ***/
#schatten_oben_links {
  background: #bce1f3 url(bilder/schatten-oben-links.png) repeat-y;
}
#schatten_oben_rechts {
  background: #bce1f3 url(bilder/schatten-oben-rechts.png) repeat-y;
}
#schatten_pfad_links {
  background: #bce1f3 url(bilder/schatten-pfad-links.png) repeat-y;
}
#schatten_pfad_rechts {
  background: #bce1f3 url(bilder/schatten-pfad-rechts.png) repeat-y;
}
#schatten_content_links {
  background: #bce1f3 url(bilder/schatten-content-links-unten.png);
}
#schatten_content_rechts {
  background: #bce1f3 url(bilder/schatten-content-rechts-unten.png) repeat-y;
}
td.unten_bg {
  background: #6b8ea5 url(bilder/schatten-bg-unten.png) no-repeat;
  height: 30px;
  text-align: center;
}


/*** Schatten ENDE ***/


/*** Topmenu Anfang ***/
td.topmenu_l_u_r {
  background: #183e50 url(bilder/top-menu-l-u-r.png) repeat-x;
}
td.top_menu {
 width: 720px;
  background: #183e50 url(bilder/top-menu-bg.png) repeat-x;
  height: 33px;
}
/*** Topmenu ENDE ***/

/*** Pfad ANFANG ***/

table.pfad_bg {
  background: #6b8ea5 url(bilder/pfad-bg.png) no-repeat;
  width: 720px;
  height: 102px;
  text-align: left;
}

td.pfad_l_u_r {
  background: #99cee2 url(bilder/schatten-pfad-l-u-r.png) repeat-x;
}
td.pfad_innen {
  padding-top: 5px; 
  color: #ffffff;
}
td.pfad_innen span a {
  color: #ffffff;
}

/*** Pfad ENDE ***/

/*** Content ANFANG ***/

/* Hintergund wenn Menue an */
td.content_bg {
  background: url(bilder/content-bg.png) repeat-y;
}
/* Hintergund wenn Menue aus */
td.content_bg_no_menu {
  background: #ffffff url(bilder/content-bg-no-menu.png) repeat-y;
}

td.content {
padding-left: 13px;
padding-right: 20px;
}
/*** Content ENDE ***/

/*** unten ANFANG ***/
td.unten_bg  {
font-weight: bold;
font-size: 12px;
padding-top: 2px;
}
td#seitenanfang a {
  color: #ffffff;
}
td#seitenanfang a:hover {
  color: #ff7045;
}
/*** unten ENDE ***/



/* ANFANG Topmenue */


/* allgemeine Formatierungen Mainlevel */
table.topmenu a {
  padding-left: 15px;
  padding-right: 15px;
}

table.topmenu a, table.topmenu a:link, table.topmenu a:visited {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  background: #183e50 url(./bilder/menu-top7.png) repeat-x;
  background-repeat: repeat-x;
  width: 100%;
  line-height: 33px;
  height: 33px;
}

/* aktiver Hauptmenue Punkt*/
table.topmenu td.menu-current a, table.topmenu td.menu-current a:link, table.topmenu td.menu-current a:visited, table.topmenu td.menu-parent a, table.topmenu td.menu-parent a:link, table.topmenu td.menu-parent a:visited {
  color: #ff7045;
  background-color: #4c9cd2;
  text-decoration: none;
  background-position: 0px -72px; 
  line-height: 33px;

}

table.topmenu td.menu-last a:visited, table.topmenu td.menu-last a:link, table.topmenu td.menu-last a:hover {
  width: 60%;
}

/* normale Hauptmenuepunkte - Maus drueber und wenn Untermenue aktiv */
table.topmenu a:hover {
  background-position: 0px -36px; 
  background-color: #4c9cd2; 
  color: #ffffff;
  text-decoration: underline;
}
/* aktive Hauptmenue Punkte - Maus drueber */
table.topmenu td.menu-current a:hover, table.topmenu td.menu-parent a:hover {
  color: #ff7045;
  background-color: #4c9cd2; 
  background-position: 0px -72px;
  text-decoration: underline;
}

/* ENDE Topmenue*/



div.suchen input {
  border: #333333 1px solid;
  background-color: #ffffff;
}

div.suchen .button {
  font-size        : 11px;
  color            : #333333;
  background-color : #c9eafb;
  padding          : 1px;
  border: 1px #62eb9b solid;
  background-color: #c9eafb;
}


td.hauptinhalt input, td.hauptinhalt textarea, td.hauptinhalt option, td.hauptinhalt select {
  border: #333333 1px solid;
  background-color: #ffffff;
}

.inputbox {
  border           : 1px solid #999999;
  background	   : transparent url(back.gif);
  background-color : #EDEDED;
  margin-bottom    : 5px;
  color			   : #333333;
  background: #f5ede3 url(back.gif);
 }

.sectiontableheader {
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #333333;
  background       : #EDEDED;
  padding          : 1px;
  background: #f5ede3;}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #E3E3E3;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
  background: #f5ede3;
  border-bottom: 1px #ccc1ae solid;}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
  border-bottom: 1px #cdc2af solid;}

a:link, a:visited {
  font-size        : 12px;
  color            : #333333;
  text-decoration  : underline;
  font-weight      : bold;
}

a:hover {
  font-size        : 12px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

td#hauptinhalt {
	text-align: left;
}




/* Login Block */
div#login_block {
	padding-left: 18px;
	width: 195px;
}
div#login_block input {
	border: #333333 1px solid;
	background-color: #ffffff;
}



div#seitentitel {
  font-size: 30px;
}

h1 {
  font-size: 20px;
  padding-top: 0px;
  margin-top: 0px;
  border-bottom: 2px #ff7045 solid;
}
h2 {
  font-size: 16px;
}
a h2 {
  font-size        : 16px;
  color            : #333333;
  text-decoration  : underline;
  font-weight      : bold;
}

a:hover h2 {
  font-size        : 16px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}





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