@CHARSET "ISO-8859-1";
body {
	font-family: tahoma, arial;
	font-size: 10pt;
	background-image: url(../images/bg1px.jpg);
}
img {
	z-index: 8;
}
#spacer{
	height: 32px;
	width: 182px;
	background-image: url(../images/spacer.jpg);
}
#spacer2{
	height: 32px;
	width: 182px;
	background-image: url(../images/spacer2.jpg);
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 600px;
	position: relative;
	top: 640px;
	left: 385px;
	z-index:9;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu span {
	display: none;
	position: absolute;
}

#menu .kuesterkocht {
	width: 100px;
	height: 30px;
	background: url(../images/kuesterkocht.gif) no-repeat;
	top: 0px;

}
#menu .klauskuester {
	width: 100px;
	height: 30px;
	background: url(../images/klauskuester.gif) no-repeat;
	left: 102px;
top: 0px;
}
#menu .kuestersrezepte {
	width: 120px;
	height: 30px;
	background: url(../images/kuestersrezepte.gif) no-repeat;
	left: 204px;
	top: 0px;
}
#menu .restaurant {
	width: 100px;
	height: 30px;
	background: url(../images/restaurant.gif) no-repeat;
	left: 326px;
	top: 0px;
}
#menu .speisekarte {
	width: 100px;
	height: 30px;
	background: url(../images/speisekarte.gif) no-repeat;
	left: 428px;
	top: 0px;
}
.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 5px;
}
.feld {
  float: right;
  width: 540px;
  text-align: left;
} 

.label2 {
  float: left;
  text-align: left;
  padding-right: 5px;
  padding-top:7px;
}
.feld2 {
  width: 150px;
  text-align: left;
} 
#container {
	width: 971px;
	height: 771px;
	background-image: url(../images/bgmain.jpg);
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -485px;
	z-index: 1;
}
#head{
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	position: absolute;
	top: 300px;
	left: 260px;
	text-align: left;
	vertical-align: middle;
	z-index: 9;
	height: 30px;
	width: 670px;
}
#text {
	color: #000000;
	position: absolute;
	top: 330px;
	left: 260px;
	text-align: justify;
	vertical-align: top;
	width: 670px;
	z-index: 9;
}
#text2 {
	color: #000000;
	position: absolute;
	top: 595px;
	left: 260px;
	text-align: justify;
	vertical-align: top;
	width: 670px;
	z-index: 9;
}
#playercontainer {
	color: #000000;
	position: absolute;
	top: 420px;
	left: 260px;
	text-align: center;
	vertical-align: top;
	width: 670px;

	z-index: 9;
	height: 191px;
}
#player{
	text-align: right;
	width: 350px;
	float: left;
	height: 191px;
}
#speisekarte {
	color: #000000;
	position: absolute;
	top: 330px;
	left: 260px;
	text-align: center;
	vertical-align: top;
	width: 670px;
	z-index: 9;
	height: 275px;
	overflow: auto;
}
#rezepte{
	background-image: url(../images/divbg.jpg);
	height: 75px;
	width: 333px;
	z-index: 9;
	text-align: left;
	margin-bottom: 15px;

}
#rezepte img{
		margin-top: 12px;
		margin-left: 15px;
		padding-right: 20px;
}
#rezepte p{
	margin: 0px 0px 0px 0px;
	padding-top: 18px;
}

#text-scroller {
	color: #000000;
	position: absolute;
	top: 330px;
	left: 260px;
	text-align: justify;
	vertical-align: top;
	width: 670px;
	z-index: 9;
	height: 275px;
	overflow: auto;
	padding-right: 8px;
}
#inhalt{
	float: left;
	width: 250px;
}
#playerinfos{
	text-align:left;
	width: 310px;
	float:right;
}
#infospacer{
		height: 120px;
}
#navigation {
	color: #000000;
	vertical-align: bottom;	
	font-family: Copperplate Gothic Bold;
	position: absolute;
	top: 660px;
	left: 365px;
	text-align: left;
	width: 570px;
	z-index: 9;
	border: 1px solid black;
	height: 50px;
}
#navigation a, #navigation a:hover, #navigation a:active {
			color: #000000;
			text-decoration: none;
			padding-right: 5px;
			font-size: 10pt;
			
}
#navigation a:active{
   text-decoration: underline;
	font-size: 12pt;	
}
#impressum {
	color: #000000;
	position: absolute;
	top: 213px;
	left: 940px;
	width: 20px;
	height: 70px;
	z-index: 2;
}
#impressum a{
	width: 100%;
	height: 100%;
	display: block;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
}



