html, body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#EEE8AA;
	height:100%;
	margin:0;
}
a
{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	color:#0000FF;
	text-decoration:underline;
}
.rahmen
{
	border:1px solid #FF0000;
	height:100%;
}
.kopf
{
}
.navi
{
	height:10px;
}
.content
{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.3em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white;border-top-color: white;
    color: #006600; background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

.content a
{
	text-decoration:underline;
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size:16px;
}
h2 a
{
	color: #006600;
}
.fuss
{
	font-size:11px;
	height:10px;
	text-align:center;
}
.fuss a
{
	font-size:11px;
}
.preise
{
	border:1px solid #006600;
}