﻿
/* For the xml parser the canvas is <html>, not <body> */
html {
	width: 100%;
	height: 100%;			/* Gecko and Opera both need this, in html AND body */
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: rgb(192,192,192);
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

body {
	height: 100%;
	width: 100%;		/* MSIE has a stupidly large default value */
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
}

/* To make things "pixelgenau" */
pre {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

div div div div {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

div div div {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

div div {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

div {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

form {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

table td {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

table {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	text-align: left;
	overflow: hidden;
}

table {
	/*	Let width default - works better in IE6 when a scrollbar comes */
	border-collapse: collapse;	/* Gets rid of IE Borders */
	border-spacing: 0px;		/* Gets rid of Firefox Borders */
}

/* and don't forget to avoid the "white-space next to <img>" bug in MSIE */

div.alles {					/* Some browsers, esp. IE5, miss scrollbars on body */
	position: absolute;		/* so we need an extra div for them */
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;			/* THIS allows the scrollbars */
	text-align: center;		/* This is for a weakness in IE5 */
}

div.main {
	position: relative;
	top: 20px;
	width: 960px;
	height: 2500px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;}

/* For browsers which are not so good, set the bottom-right corner in div.alles */
/* If this coincides with the bottom-right of div.main, then IE6/7 und FF get the
   scrollers right, you can just scroll to the bottom right corner. But it does not
   work right in Opera, which overlays the bottom 17px of div-main with the scroller.
   SO make things visually balanced top-bottom and all content visible in Opera by
   setting this 17px lower than div.main. */
div.bottomright {
	position: absolute;
	left: 959px;
	top: 616px;
	height: 1px;
	width: 1px;
}

div.bottomright img {
	height: 1px;
	width: 1px;
}

/* This DIV is the column containing all the menu items */
/* If you specify a width for this DIV then in IE hover only works */
/* on the text, not the block - so use a width on the link itself. */
div.nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 100%;
	text-align: left;
	background-color: transparent;
	background-color: gray;
}

div.ctrDiv {
	height: 1px;
	width: 1px;
}

div.content {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 820px;
	height: auto;
	background-color: transparent;
	background-color: white;
}

/* Classes for Text */

h3 {
  font-family: "Comic Sans MS", Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #117007;
  text-decoration: none;
  letter-spacing: 1px;
}

h2 {
  font-family: "Comic Sans MS", Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #117007;
  text-decoration: none;
  letter-spacing: 1px;
}

h1 {
  font-family: "Comic Sans MS", Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #117007;
  text-decoration: none;
  letter-spacing: 1px;
}

h5 {
  color: #117007;
  text-decoration: none;
}

h4 {
  color: #117007;
  text-decoration: none;
}

th {
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

td {
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

li {
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

ol {
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

ul {
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

p {
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

h1 {
	font-size: 15pt;
	margin: 18px 0px 6px 0px;
}

h2 {
	font-size: 13pt;
	margin: 16px 0px 4px 0px;
}

h3 {
	font-size: 12pt;
	margin: 14px 0px 3px 0px;
}

h4 {
	font-size: 11pt;
	margin: 12px 0px 3px 0px;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
}

li {
  font-size: 13px;
}

ol {
  font-size: 13px;
}

ul {
  font-size: 13px;
}

th {
  font-size: 13px;
}

td {
  font-size: 13px;
}

p {
  font-size: 13px;
}

p {
  margin: 4px 0px 6px 0px;
  line-height: 130%;
}

ol {
	margin: 4px 0px 0px 14px;
	padding: 0px;
}

ul {
	margin: 4px 0px 0px 14px;
	padding: 0px;
}

ul {
	list-style-type: disc;
}

ul.sec {
	list-style-type: circle;
}
ul.sec li {
	margin-left: 0px;
}

ol {
	margin-left: 20px;
}

ol li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 1px;
}

ul li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 1px;
}

td {
	vertical-align: top;
}

p.pretty:first-letter {
  font-weight: bold;
}

p.vielluft {
  margin: 16px 0px 6px 0px;
}

p.mehrluft {
  margin: 10px 0px 6px 0px;
}

.ohneluft {
  margin: 0px 0px 0px 0px;
}

.vorliste {
	margin-bottom: 3px;
}

.letzte {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.topless { margin-top: 0px !important; }
.bottomless { margin-bottom: 0px !important; }

.strong {
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1px;
}

strong {
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1px;
}

hr.myrule {
	height: 1px;
	color: #FFD79A;
	background-color: #FFD79A;
	border-style: none;
	/* note that msie doesnt collapse margins around an hr */
	margin: 16px 0px 16px 0px;
	padding: 0px;
}

