body {
	background-color: #e8e7de;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #6b3a2e;
	background-image: url('./bilder/bg_grau.png')
}

h1 {
   font-size: 1.6em;
}

h2 {
   font-size: 1.1em;
}

h3 {
   font-size: 1em;
}

table.weinsorte {
   width: 100%;
   margin: 0 0 24px 0;
}

table.weinliste {
   width: 100%;
}

td.glass {
   width: 100px;
   text-align: center;
   font-size: 0.7em;
   vertical-align: bottom;
}

td.liste {
   vertical-align: bottom;
}

td.wein {
   vertical-align: bottom;
   height: 1.6em;
}

td.preis {
   width: 48px;
   text-align: right;
   vertical-align: bottom;
}

div.aussenrahmen {
   width: 727px;
   height: 617px;
   position: absolute;
   left: 50%;
   margin: 0 0 0 -355px;
}

div.kontakt {
   position: absolute;
   top: 8px;
   left: 120px;
}

a {
   text-decoration: none;
   font-weight: bold;
	color: #6b3a2e;
}

a.wein {
   text-decoration: none;
   font-weight: normal;
	color: #6b3a2e;
}

a:hover {
   text-decoration: underline;
}

a.kontakt {
   text-decoration: none;
   color: #f4eee1;
   font-weight: bold;
}

a.kontakt:hover {
	color: #6b3a2e;
}

div.menue {
   position: absolute;
   top: 86px;
   left: 230px;
}

img.menue {
   width: 114px;
   height: 20px;
   border: none;
   margin: 0 0 0 2px;
}

a.menue {
   margin: 0 0 0 0px;
   padding: 0 0 0 0px;
}

div.inhalt {
   width: 520px;
   height: 400px;
   overflow: auto;
   position: absolute;
   top: 130px;
   right: 8px;
   padding: 0 16px 0 6px; 
}

div.info {
   position: absolute;
   left: -172px;
   top: 172px;
   width: 344px;
   padding: 12px;
   background-color: #ffffff;
   visibility: hidden;
   z-index: 100;
}
