﻿body {
	background-color: #FFF59D;
	background-image: url('bg.gif');
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #000000;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

table { border-collapse: collapse; border: 1px black solid }
th { border: 1px black solid }
td { border: 1px black solid }

h1 { font-size: 1.8em; font-weight: bold; text-align: center }
h2 { font-size: 1.5em; font-weight: bold; margin-top: 1.5em }
h3 { font-size: 1.1em; font-weight: bold; margin-top: 1.5em; text-decoration: underline }
h4 { font-size: 1.1em; font-weight: bold; margin-top: 1.5em }
h5 { font-size: 1em; font-weight: bold; margin-top: 1.5em }
h6 { font-size: 0.9em; font-weight: normal }

li { margin: 0.2em auto }
li.margined { margin-top: 0.5em; margin-bottom: 0.5em }

A:active { color: #000000; text-decoration: underline }
A:visited { color: #000000; text-decoration: underline }
A:link { color: #000000; text-decoration: underline }
A:hover { color: #FF3300; text-decoration: underline }

.navigation { float: left; width: 15em }
.navlist { line-height:2em; margin-left:2em; padding-left:0px }
.navlistli { line-height:1.5em; margin-left:1.5em; padding-left:0px; margin-bottom:1em }
.listnostyle { list-style: none }
.content { margin-left: 16em }

.centered { text-align: center }
.leftened { text-align: left }
.rightened { text-align: right }
.justified { text-align: justify }

img { border: 0 none; margin: 0.5em 1em }
img.leftened { float: left }
img.rightened { float: right }

.margined { margin-top: 2.5em }
.minpicheight { min-height: 150px }

.bigger { font-size: 1.1em }
.klein { font-size: small }
.kleiner { font-size: x-small }

blockquote { margin: 0px; background: transparent url(startquote.gif) left top no-repeat; border: 1px gray solid }
blockquote > * { padding-left: 50px; padding-right: 50px }
blockquote p.bqend { background: transparent url(endquote.gif) right bottom no-repeat }

address { font-style: normal }
hr { color: black; background-color: black; height: 1px; margin-right:10%; border: 0px black solid }