﻿body{
	background-image: url('../Bilder/Bilder-allgemein/bg-luna1.gif');
	background-repeat: norepeat;
	background-attachment: scroll;
}
{
	font-family:Constantia;	
}
h1 {
	font-size:x-small
}
h2 {
	font-size:small
}
h3 {
	font-size:medium
}
h4 {
	font-size:large
}
++++++++++++++++++++
   CSS Teil I
++++++++++++++++++++

/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 5px;
left: 0;
z-index: 200;
}

#menue .aussen {
	float: left;
	display: block;
	overflow: hidden;
	width: auto;
	height: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #D5F297;
	color: #522323;
	border: 0px solid;
	border-color: #d0843e #78561d #78561d #d0843e;
	font-family: Constantia;
	font-size: small;
	font-style: normal;
}
#menue .aussen:hover {
height: auto;
background-color: #D5F297;
color: #5E8A00;
}

a.innen-1 {
margin-top: 2px;
}
a.innen-1 {
display: block;
width: auto;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #78561d;
background-color: #D5F297;
color: #522323;
font-family: Constantia;
	font-size: small;
	font-style: normal;
}
a.innen {
display: block;
width: auto;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #78561d;
background-color: #D5F297;
color: #522323;
font-family: Constantia;
	font-size: small;
	font-style: normal;
}
a:visited.innen-1 {
background-color: #D5F297;
color:#5E8A00;
}
a:visited.innen {
background-color: #D5F297;
color:#5E8A00;
}
a:hover.innen-1 {
background-color: #D5F297;
color: #5E8A00;
}

a:hover.innen {
background-color: #D5F297;
color: #5E8A00;
}

span.menutag {
display: block;
cursor: default;
width: auto;
	font-family: Constantia;
	font-size: medium;
	font-style: normal;
}



++++++++++++++++++++
   CSS Teil II
++++++++++++++++++++

/*
	Menue-styles fuer IEs
	Am besten per Conditional Comment einbinden.
	Fuer IE5.5 und 5.0 muessen nur geringfuegige kosmetische
	Anpassungen vorgenommen werden (siehe Kommentare).
*/

#menue {
display:none;
}
.stupidie {
display: block;
position: absolute;
top: 5px;
left: 0;
z-index: 200;
}

a.auss {
float: left;
width: auto;
height: 1.5em;
overflow: hidden;
display: block;
font-weight: bold;
text-align: center;
text-decoration: none;
background-color: #D5F297;
color: #522323; 
border: 0px solid;
border-color: #d0843e #78561d #78561d #d0843e;
font-family: Constantia;
	font-size: small;
	font-style: normal;
}
a:hover.auss {
overflow: visible;
background-color: #D5F297;
color: #5E8A00;
}
a:hover.auss table {
display: block;
margin-top: 3px;
background-color: #D5F297;
color: #5E8A00;
border-collapse: collapse;
}

a.inn {
	display: block;
	width: 100%; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
	padding: 0px 0;
	font-size: 100%; /* fuer 5er IEs auf 80% reduzieren */;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border-bottom: 0px solid #78561d;
	background-color: #D5F297;
	color: #522323;
	font-family: Constantia;
	font-size: x-small;
	font-style: normal;
}
a:visited.inn {
background-color: #D5F297;
color:#5E8A00;
}
a:hover.inn {
position: relative;
background-color: #D5F297;
color: #5E8A00;
}
span.menutag {
display: block;
cursor: default;
width: auto;
	font-family: Constantia;
	font-size: small;
	font-style: normal;
}
.style1 {
	text-decoration: none;
}
.style2 {
	color: #522323;
}
