<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
padding: 0px;
margin: 0px;
}

body {
font-size: 75%;
font-family: verdana, arial;
background: #EEE /*url(img/bg.png) repeat-y fixed center top*/;
}

h1 {
color: #FFF;
padding-top: 30px;
margin-left: 20px;
font-weight: 500;
text-align: center;
font-size: 24pt;
}

/* Content Area */

#main {
width: 1000px;
background: #DDD;
}

/* Kopf */

#kopf {
position: relative;
height: 100px;
width: 100%;
}

#headlink {
line-height: 15pt;
text-align: right;
margin-right: 8px;
padding-top: 5px;
color: #ffffff;
}

#headlink a {
color: #EEE;
text-decoration: none;
}

#headlink a:focus {
background: #B00000;
}

#headlink a:hover {
text-decoration: none;
}
#headlink input{
width: 100px;
}

#suche {
position: absolute;
left: 805px;
text-align: right;
top: 75px;
color: #EEE;
}

/* Nagivation */

#navigation {
float:left;
width: 160px;
background: url(img/fussbg.png) bottom repeat-x;
}

#navigation ul {
padding: 0;
margin-top: 10px;
}

#navigation ul li {
list-style: none;
display: block;
}

#navigation ul li a{
text-decoration: none;
display: block;
padding: 6px;
padding-left: 10px;
font-weight: 700;
color: #FFF;
text-transform:uppercase;
}

/*#navigation ul li a:hover, a:focus, a:active {
color: #DDD;
}*/

#navigation .umenus {
margin-left:5px;
}

#navigation .umenus a {
text-decoration: none;
display: block;
padding: 5px;
padding-left: 10px;
color: #FFF;
font-weight: 100;
text-transform: none;
}

/*#navigation .umenus a:hover, a:active, a:focus {
color: #DDD;
}*/

/* Inhalt */

#inhalt {
background-color: #DDD;
line-height: 15pt;
margin-left: 160px;
}

#inhalt .text {
background: #FFF;
margin: 10px;
padding: 10px;
width: 600px;
_height: 505px;
min-height: 505px;
}

#inhalt h3 {
font-size: 14pt;
margin-top: 1px;
margin-bottom: 10px;
}

#inhalt h4 {
margin-bottom: 5px;
margin-top: 5px;
font-size: 10pt;
}

#inhalt h5 {
margin: 0px;
color: #555;
font-size: 8pt;
font-weight: 100;
}

#inhalt img {
float: left;
margin-right: 10px;
}

#inhalt a {
color: #555;
}

#inhalt a img {
	border: 1px solid #666;
}

#inhalt a:hover {
text-decoration: none;
}

#rechts {
background: #FFF;
float:right;
width: 190px;
margin: 10px;
_margin-left: -5px;
_margin-right: 5px;
margin-top:5px;
}

#rechts .titel {
background:url(img/rechts1.png) repeat-x;
color:#EEE;
text-align:center;
padding:5px;
padding-top:10px;
}

#rechts .box {
padding: 5px;
line-height: 12pt;
}

#rechts a {
color: #666;
text-decoration: none;
}
#rechts a img{
border: 1px solid #666;
}

#rechts a:hover, a:focus, a:active {

}

a#zufallsbuch:hover {
	background: #EEE; /* oder #e7f1f3 */
	padding: 2px;
}
a#zufallsbuch {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px;
}

/* Fuß */

#fuss {
clear: both;
color: #fff;
padding: 5px;
text-align: center;
margin-bottom: 0%;
}

/* Form Elements */
form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input,
textarea,
select,
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  /*border: 1px solid #888;*/
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

.drop_down {
	width: 570px;
}</pre></body></html>