body{padding:0;margin:0;font:13px Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal}
table{font-size:inherit;font:100%}
img{border:0}/* @group Basics */

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  background-image: url('../images/holz.jpg');
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #FFF;
  position: relative;
  color: #000;
  overflow: hidden;
  font: 13px "Trebuchet MS", Verdana;
}

p, ul, ol, table {
	margin: 0 0 8px 0;
}

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

td {
	padding: 0 10px 0 0;
}

a {
  color: #960;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#content-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#col-bg-left {
  left: 16px;
  position: absolute;
  height: 100%;
  width: 958px;
  background-color: #FFF;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#col-bg-right {
  left: 337px;
  width: 610px;
  position: absolute;
  height: 100%;
  background-color: #FFF;
}

#col-logo {
  position: absolute;
  left: 50px;
  top: 30px;
  width: 260px;   
}

#col-infobox {
  position: absolute;
  left: 50px;
  top: 200px;
  width: 260px;
  font-size: 11px;
  line-height: 15px;
}

#col-infobox h2 {
	margin: 10px 0;
}

#col-bottommenu {
	position: absolute;
	left: 50px;
	bottom: 20px;
}

#col-bottommenu li {
  float: left;
  margin: 0 16px 0 0;
  list-style-type: none;
}

.content {
  width: 585px;
  margin-left: 350px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-align: left;
  line-height: 20px;  
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-clear {
  float: none;
  clear: both;
  font-size: 1px;
  line-height: 0;
}



/* @end */

/* @group Menü */

#menu {
  margin: 3px 0px 60px;
  padding: 3px 0 0;
  border-top: 6px solid #000;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
  height: 35px;
}

#menu ul {
  clear: both;
  float: none;
  margin: 0;
}

#menu li {
  float: left;
  margin: 0 16px 0 0;
  list-style-type: none;
}

#home-menu {
  margin-top: 60px;
  height: 21px;
}

/* @end */

/* @group Content-Styles */

strong {
  font-weight: bold;
  color: #000;
}

.content h1 {
  background-image: url('../images/bg_h1.png');
  background-repeat: repeat-x;
  background-position: 0 23px;
  margin: 20px 0 16px;
  position: relative;
}

.content h1 span {
  background-color: #FFF;
  display: inline-block;
  padding-right: 10px; 
}

.content h2 {
  background-image: url('../images/bg_h2.png');
  background-repeat: repeat-x;
  background-position: 0 15px;
  margin: 8px 0 8px;
  position: relative; 
}

.content h2 span {
  background-color: #FFF;
  display: inline-block;
  padding-right: 10px; 
}

.content h3 {
  font-weight: bold;
  margin: 20px 0 8px;
}

.content .smalltext {
  font-size: 11px;
}

.content ul, .content ol {
	margin-left: 20px;
	list-style-type: disc;
	margin: 1em 20px 1em;
}

.content li {
	line-height: 1.4em;
}


/* @end */

/* @group Bestellformular */

.required {
  color: #960;
}

.errormessage
{
  border: 3px solid #960;
  padding: 5px 20px;
  margin-bottom: 30px;
}

.formfield {
  border: 1px solid #CCC;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  font-size: 18px;
  color: #960;
  display: block;
  float: left;
}

.formcheck {
  float: left;
  width: 180px;
  text-align: right;
}

.formrow {
  width: 100%;
  overflow: hidden;
}

.meal-item {
  width: 145px;
  float: left;

}

.meal-item .float-right {
  width: 106px;
  line-height: 16px;
  height: 46px;
  margin-right: 2px;
}

.infotip {
  display: none;
}

.tipcontent {
  font-size: 11px;
}

.meal-title {
  font-family: Georgia, Times, serif;
  font-weight: bold;
  font-size: 12px;  
}

.meal-info {
  font-size: 11px;
}

input.meal {
  width: 30px;
  text-align: center;
  margin-top: 2px;
}

#bestellsumme {
  position: relative;
  height: 30px;
}

#bestellsumme .summe {
  font-family: Georgia, Times, serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 100px;
}

.address {
  margin: 15px 0;
}

.address .formrow {
  margin-bottom: 4px;
  overflow: hidden;
}

.address label {
  display: block;
  float: left;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  font-size: 12px;
  width: 150px;
  text-align: right;
  margin-right: 10px;  
}

.print-button {
  display: none;	
  position: absolute;
  left: 800px;
  top: 180px;
  width: auto;
  border: 5px solid #FFF;
  background: #FFF url(../images/print.png) no-repeat left center;
  height: 25px;
  padding-left: 27px;
  padding-top: 5px;
}

/* @end */

.wrapper {
  background-color: #FFF;
  border: 1px solid #960;
}

a#closeBut {
	position: absolute;
	display: block;
	top: -18px;
	right: -18px;
	width: 17px;
	height: 17px;
	text-indent: -9999em;
	background: url(../images/close.png) no-repeat;
	outline: 0;
}

#overlay .hideme {
	display: none;
}

