body {
  margin:0;
  padding:0;
  background-color: #fff;
  font-family:tahoma,arial,serif,sans-serif;
  font-size:12pt;
}

* {
  margin:0;
  padding:0;
  color:#333333;
}

img {
	border:none;
}

#box{
  width: 800px;
  min-height:400px;
  margin: 0;
  background-color:#ffffff;
}

#head{
  background-color:#eedbbb;
  background-repeat:no-repeat;
  height:100px;
  padding-left:0px;
}

#head img{
  padding:0;
  margin:0;
  border:none;
}

#main{
  margin-top:5px;
}

#menu{
  background-color:#ddeeba;
  position:relative;
  float:left;
  margin-top:0px;
  margin-right: 0px;
  margin-left:0px;
  margin-bottom:3px;
  padding-top:6px;
  padding-bottom:6px;
  width:170px;

}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li.one {
    margin-bottom:5px;
    display: block;
    width: 150px;
    height:23px;
}

#menu a.one {
	display: block;
	width: 150px;
	height:23px;
	padding: 5px 0px 0 19px;
	font-weight: bold;
	text-decoration: none;
	color: #77804f;
	background: url("images/dot.jpg") no-repeat;
}

#menu li.one_sel {
    	display: block;
	margin-bottom:5px;
	width: 170px;
	height:23px;
}

#menu a.one_sel {
	display: block;
	/*width: 150px;*/
	height:23px;
	padding: 5px 0px 0 19px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url("images/dot4.jpg") no-repeat #becd76;
}

#menu li.two_sel {
    	display: block;
	/*width: 140px;*/
	width: 170px;
	min-height:23px;
}

#menu li.two {
    	display: block;
	/*width: 140px;*/
	width: 170px;
	min-height:23px;
}

#menu a.two {
	display: block;
	/*width: 140px;*/
	width: 140px;
	min-height:23px;
	padding: 5px 0 0 29px;
	font-size:11pt;
	font-weight: bold;
	text-decoration: none;
	color: #8a7554;
	background: url("images/dot2.jpg") no-repeat;
}

#menu a.two_sel {
	display: block;
	/*width: 140px;*/
	min-height:23px;
	padding: 5px 0 0 29px;
	font-size:11pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url("images/dot3.jpg") no-repeat #cec69b;
}

#menu a.one:hover {
	display: block;
	width: 151px;
	min-height:23px;
	padding: 5px 0px 0 19px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url("images/dot4.jpg") no-repeat #becd76;
}

#menu a.two:hover {
	display: block;
	width: 141px;
	min-height:23px;
	padding: 5px 0px 0px 29px;
	font-size:11pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url("images/dot3.jpg") no-repeat #cec69b;
}

/*
#menu a:link,a:visited {
   color:#77804f;
   font-weight:bold;
   text-decoration:none;
}

#menu a:hover {
   color:#fff;
   font-weight:bold;
   text-decoration:none;
}
*/

#content{  
  float:right;
  position:relative;
  width: 610px;
  margin:0;
  margin-top:0px;
  /*padding-right:10px;*/
  padding-left:3px;
  padding-bottom:10px;
  margin-bottom:0px;
  clear:none;
}

#contentForPrint{
  width: 620px;
  margin:10px;
  margin-top:10px;
  padding-right:10px;
  padding-left:10px;
  padding-bottom:10px;
  margin-bottom:10px;
}

#content h2 {
	font-size:15pt;
}

#content h3 {
	font-size:13pt;
	padding-left:50px;
}


#content p {
	padding: 3px;
}

#content a:link,a:visited {
	text-decoration: none;
	font-weight:bold;
}

#contentForPrint a:link,a:visited {
	text-decoration: none;
	font-weight:bold;
}

#content a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#77804f;
}

#contentForPrint a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#77804f;
}

#foot {
  width: 800px;
  margin: 0;
  margin-bottom:6px;
  margin-top:10px;
  display:block;
  text-align:right;
  color:#000;
  font-size:smaller;
}

#foot p{
    margin-top:6px;
	margin-right:20px;
}

#foot a:visited, a:link{
	text-decoration: none;
	font-weight:normal;
}

#foot a:hover{
	text-decoration: none;
	font-weight:bold;
}

table {
   border-collapse: collapse;
   border-spacing:0;
}

td {
	vertical-align:top;
}

td.speise, li.menus, .speise li{
	margin-right:5px;
	font-weight:bold;
	/*font-style:italic;*/
	width:430px;
}

td.getraenk {
	margin-right:5px;
	font-weight:bold;
	padding:3px 0 3px 0;
	width:270px;
}

td.menge {
	width:50px;
}

td.stars {
	text-align:center;
	padding:7px;
}

td.preis {
	padding:0px 0 6px 0;
	vertical-align:middle;
	width:100px;
	margin-left:5px;
}

td.region {
	margin-right:5px;
	font-weight:bold;
	font-style:italic;
	padding:3px 0 3px 0;
	width:110px;
}

td.menus {
	margin-right:5px;
	font-weight:bold;
	font-size:large;
	width:360px;
}

td.beschreibung {
    margin-top:0;
    padding-top:0px;
    height:27px;
    font-size:9pt;
   
}

ul.menus, .speise ul{
    list-style:none;
}

li.menus, .speise li {
    display:block;
    padding-top: 5px;
}

.separator {
	background-image:url("images/separator.jpg");
	background-repeat: no-repeat;
	width:600px;
	height:11px;
	margin-top:5px;
	margin-bottom:5px;
}

.inaline {
	text-align:center;
	width:600px;
}

.inaline ul{
	list-style-type: none;
}

.inaline li{
	margin-right:5px;
	display:inline;
}

input {
	font-size:12pt;
}
