/* ----------------------------------- */
/* ------>>> Body Allgemeines <<<----- */
/* ----------------------------------- */  
  
body {
	position:absolute;
	color: black;
	background-color: #F0F6B2;
	font-size: 100.01%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 1em 0;
	text-align: left;
}
img {
	border:none
}
/* damit der IE6 das Bottom-Image auch unten anlegt */	
html, body {
	height:95%;
}
/* ----------------------------------- */
/* -------->>> Navigation <<<--------- */
/* ----------------------------------- */


/* Eigenschaften, die fŸr alle <div>s der Navigation gelten */

.navigation {
	top: 55px;
	left: 25px;
	width: 170px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	position:absolute;
	text-align: left;
	padding: 2px;
	background-color:#F0F6B2;
}
/* Und fŸr den Internet Explorer 6 */		
html>body .navigation {
	position:fixed;
}
.navigation a {
	text-decoration: none;
	display: block;
}
.navigation a:hover {
	text-decoration: none;
	display: block;
	text-decoration:underline;
}
/* --->>> Navigations-Hauptpunkte <<<---- */



/* Eigenschaften, die fŸr alle Hauptpunkte gelten */

.main {
	font-size: 0.8em;
}
/* fŸr anklickbare Hauptpunkte */

.buttons a {
	color: #808080;
	margin: 0 0 1.2em;
	padding-bottom: 5px;
}
.buttons a:hover {
	color: #aaaaaa;
}
/* fŸr einen Hauptpunkt, dessen Seite gešffnet ist + der deshalb nicht angeklickt werden kann */

.buttons_open {
	color: #909090;
	margin: 0 0 1.2em;
	padding-bottom: 5px;
}
/* fŸr index.html wenn home gešffnet, aber nicht dunkel sein soll */
.buttons_home {
	color: #808080;
	margin: 0 0 1.2em;
	padding-bottom: 5px;
}
/* fŸr einen Hauptpunkt, unter dem Unterpunkte stehen */	


/* wenn seine Seite gešffnet ist, kann man ihn nicht anklicken */
.buttons_head {
	color: #333333;
	margin: 0 0 0.4em;
	padding-bottom: 1px;
}
/* wenn einer seiner Unterpunkte gešffnet ist, kann man ihn anklicken */
.buttons_head a {
	color: #333333;
}
.buttons_head a:hover {
	color: #aaaaaa;
}
/* --->>> Navigations-Unterpunkte <<<---- */	
	


/* Eigenschaften, die fŸr alle Unterpunkte gelten */

.under {
	padding-left:13px;
	font-size: 0.7em;
	display: block;
}
/* fŸr anklickbare Unterpunkte */	

.buttons_under a {
	color: #808080;
	margin: 0 0 0.6em;
}
.buttons_under a:hover {
	color: #aaaaaa;
}
/* fŸr einen Unterpunkt, dessen Seite gešffnet ist + der deshalb nicht angeklickt werden kann */

.buttons_under_open {
	color: #333333;
	margin: 0 0 0.6em;
}
/* fŸr den untersten Unterpunkt, wenn er angeklickt werden kann */	

.buttons_under_last a {
	color: #808080;
	margin: 0 0 1.2em;
}
.buttons_under_last a:hover {
	color: #aaaaaa;
}
/* fŸr den untersten Unterpunkt, dessen Seite gerade gešffnet ist + der deshalb nicht angeklickt werden kann */	

.buttons_under_last_open {
	color: #333333;
	margin: 0 0 1.2em;
}
/* -----------------------------------*/
/* ---->>> Whitebox <<<------*/
/* -----------------------------------*/



div#whitebox {
	position:absolute;
	top:45px;
	left:210px;
	width: 580px;
	background: #FFFFFF;
	padding: 20px 20px 30px 20px;
}
/* -----------------------------------*/
/* ---->>> Inhalt /Textblock <<<------*/
/* -----------------------------------*/


/* Welcome-Bild */

.welcomeimage {
	text-align: center;
}
div#Inhalt {
	position:relative;
	top:20px;
	left:20px;
	width: 550px;
	background: white;
	padding-right:20px;
	text-align: left;
	color: #808080;
}
/* Welcome Text auf index.html */  
  
.welcome_text {
	padding-left: 50px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #A9A9A9;
	font-size: 1.4em;
	line-height: 122%;
}
/* Seiten-†berschriften */

div#Inhalt h1 {
	font-size: 0.92em;
	margin: 0 0 2em;
	color: #808080;
}
div#Inhalt h2 {
	color: #808080;
	font-size: 0.88em;
	margin: 35px 0px 20px 0px;
	line-height:115%;
}
div#Inhalt h2 a {
	color: #28911A;
	text-decoration: none;
}
/* Schriftparamenter in p, margin= Abstand zwischen den p-AbsŠtzen */

div#Inhalt p {
	font-size: 0.8em;
	margin: 0 0 1.6em 0;
	line-height:125%;
}
div#Inhalt li {
	font-size: 0.8em;
	margin: 0 0 0.5em 0;
	line-height:125%;
}
/* Links */
 
 div#Inhalt p a {
	color: #28911A;
	font-size: 1em;
	margin: 1.3em 0;
	line-height:150%;
	text-decoration: none;
}
div#Inhalt p a:hover {
	color: #a9c346;
	text-decoration:underline;
}
div#Inhalt p a:visited {
	color: #7FB748;
	text-decoration: none;
}
/* Quelle */

.quelle {
	text-align: left;
	color: #808080;
	font-size: 0.7em;
	margin: 1.3em 0;
	line-height:120%;
}
/* -----------------------------------*/
/* --------->>> Tabellen <<<----------*/
/* -----------------------------------*/


/* gilt fŸr alle Tabellen */


td {
	font-size: 0.75em;
	line-height:150%;
	vertical-align:top;
	padding: 4px 6px;
}
td a {
	color: #E28365;
	text-decoration: none;
}
td a:hover {
	color: #FAB071;
	text-decoration: none;
}
td a:visited {
	color: #A0433B;
	text-decoration: none;
}
.preis {
	text-align: right;
}
tr {
	background-color: #FFF;
}
.head {
	background-color: #E1E5B4;
}
.bold {
	font-weight:bold;
}
.farbe1 {
	background-color: #F7FADB;
}
.farbe2 {
	background-color: #F5FAC2;
}
/* ----------------------------------- */
/* ------->>>  Bottom-Text  <<<------- */
/* ----------------------------------- */  
  
.bottom_text {
	position :absolute;
	bottom: 38px;
	left: 180px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #808080;
	font-size: 1em;
	line-height: 115%;
}
/* Und fŸr den Internet Explorer 6 */	
html>body .bottom_text {
	position:fixed;
}
