body {
  background-color: #FFDB70;
}

#side {
	font-family: arial, verdana, sans;
	float: left;
	margin-top: 1px;
	background-color: white;
	color: black;
	width: 950px;
	height: auto;
	border: 2px solid gray;
}

#kopf {
	float: left;
	background-color: transparent;
}

#kopf img {
	float: left;
	width: 643px;
	height: 120px;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#adresse {
	float: left;
	width: 282px;
	height: 136px;
	background-color: transparent;
	padding-top: 4px;
	padding-left: 25px;
}

#adresse p {
	font-size: 10pt;
}

div#Tmenu {
  height: 30px;
  float:left;
  font-size: 12px;
  width:100%;
  background: transparent url("img/gradient_up.jpg") repeat-x bottom;
}
* html div#Tmenu {
  width: 100%;
  w\idth: 100%;  /* IE 6 in standards-compliant mode */
}
  
div#Tmenu div {
  clear: left;
}

ul#Navigation {
  margin: 0; 
  padding: 0;
  text-align: center;
}

ul#Navigation li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0.4em; 
  padding: 0;
}
  
* html ul#Navigation li {
  margin-bottom: -0.4em;
}

ul#Navigation li ul {
  margin: 0; 
  padding: 0;
  position: absolute;
  top: 1.8em; 
  left: -0.4em;
}
  
* html ul#Navigation li ul {
  left: -1.5em;
  lef\t: -0.4em;
}
  
ul#Navigation li ul li {
  float: none;
  display: block;
  margin-top: 0.2em; 
  margin-bottom: 0.2em;
}

ul#Navigation a, ul#Navigation span {
  display: block;
  width: 8em;
  font-family: Arial, "Trebuchet MS", "Century Gothic", Helvetica, sans-serif;
  text-decoration: none; 
  font-weight: bold;
  padding: 0.23em 0.97em 0.17em 1.03em;
  border: 1px solid #600;
  border-left-color: #ea0; 
  border-top-color: #ea0;
  color: black; 
  background-color: transparent;
}
  
* html ul#Navigation a, * html ul#Navigation span {
  width: 9.2em;
  w\idth: 8em;  /* IE 6 in standards-compliant mode */
}
  
ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
  padding: 0.17em 1.03em 0.23em 0.97em;
  border-color: #ea0;
  border-left-color: #900; 
  border-top-color: #900;
  background-color: infobackground;
}
  
ul#Navigation li ul a:hover {
  border-color: #900;
}

li a#aktuell {
  border-right-color: #300; 
  border-bottom-color: #300;
  background-color: infobackground;
}
  
ul#Navigation li ul span {
  border-right-color: #c96; 
  border-bottom-color: #c96;
  color: #900; 
  background-color: infobackground;
}

ul#Navigation li a:active, ul#Navigation li:hover a:active {
  color: black; 
  background-color: infobackground;
}

/* dynamisches Ein-/Ausblenden */
ul#Navigation li ul {
  display: none;
}
  
ul#Navigation li:hover ul {
  display: block;
  background: infobackground;
}

#inhalt {
	width: 950px;
	height: auto;
	background-color: transparent;
}

#inhalt_text {
	float: left;
	font-size: 12px;
	margin-top: 50px;	
	margin-left: 90px;
	height: auto;
	width: 450px;
	text-align: center;
	background-color: transparent;
}

#inhalt_text h1{
	font-size: 22px;
	text-align: center;
}

#inhalt_text p{
	font-size: 14px;
	line-height: 16px;
}

#inhalt_grafik img{
	float: left;
	height: 210px;
	width: 295px;
	margin-top: 60px;
	margin-left: 50px;
}

#inhalt_rest_karte {
	float: left;
	font-size: 12px;
	margin-top: 15px;	
	margin-left: auto;
	height: auto;
	width: 950px;
	background-color: transparent;
}

#inhalt_rest_karte h1{
	text-align: center;
}

#inhalt_rest_karte table {
	height: 100%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#inhalt_rest_karte h3 {
	margin-top: 7px;
	margin-bottom: 0px;
}

#information {
	background: #FFC00A url("img/gradient_down.jpg") repeat-x;
	float: left;
	margin-top: 150px;
	width: 100%;
	height: 39px;
}

#information p{
	font-size: 12px;
	text-align: center;
}

label {
	cursor:pointer;
}