<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		0.1
 * @date		2008-09-09
 * @see			http://www.lenz-kd.de/
 * @copyright	2003-2008 by Andreas Lenz
 */
 
/**
 * general formats
 */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
  background-color: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  line-height: 1.3em;
}
html * {
  margin: 20;
  padding: 0;
}
.clear {
  clear: both;
}

/**
 * layout formats
 */
#seite {
  font-size: 0.8em;
  width: 80em;
  border: 1px solid #999;
  margin: 1em auto;
}
#navigation {
	width: auto;
	background: #093;
	margin: 0 0 1em;
	padding: 0.3em 1.3em;
}
#inhalt {
  width: auto;
  padding: 0.5em 0.5em 1em;
}

/**
 * navigation list
 */
#navigation ul {
	list-style: none;
}
#navigation a {
	display: block;
	width: 8.5em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#navigation li {
	float: left;
	width: 8.5em;
}
#navigation li ul {
	position: absolute;
	width: 8.5em;
	left: -10000em;
  background: #ccc;
}
#navigation li:hover ul {
	left: auto;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}
#navigation ul ul a {
  border-bottom: 1px solid #fff;
}
#navigation ul ul a:hover {
	background: #4674C6;
	color: #D6D6D6;
}

/**
 * content elements
 */
#startseite #inhalt {
  text-align: center;
}
#startseite h3 {
  margin: 3em 0 1em;
  font-size: 1.5em;
}
#startseite h4 {
  margin: 1em 0;
  font-size: 2.5em;
}
</pre></body></html>