@import url("printer.css");
@import url("allmedia.css");

@media screen,projection,tv {
/* Mainstyles ---*/
html {
  margin: 0;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
	color: white;
	font: 0.7em "Verdana CE", "Helvetica CE", Verdana, Helvetica, sans-serif;
	text-align: center;
  background: #592200;
}

/* Layout ---*/
#container {
  position: relative;
  min-height: 100%;
  margin 0; 
}

* html #container {
  text-align: center;
  height: 100%;
}

#container .margin {
  padding: 115px 0 60px; 
}

#mainmenu {
  position: absolute; 
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  background: #FFF6D6;
}

#header, #body, #hpbody {
  margin: 0 auto;
  width: 996px;
  text-align: left;
}

#header {
  padding: 0;
}

#header .margin {
  position: relative;
  padding: 0;
  height: 80px; 
}

#body, #hpbody {
  padding: 15px 0;
  background: url('../img/design/bg_col.gif') no-repeat bottom right;
}

#hpbody {
  background-image: url('../img/design/bg_hpcol.gif');
}

#col, #col1, #col2, #col3 {
  float: left;
  width: 368px;
  overflow: hidden;
}

#col3 {
  width: 260px;
}

#col {
  width: 736px;
}

#col p {
  text-align: justify;
}

#footer {
  position: absolute;  
  height: 50px;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  color: #999;
  font-size: 90%;
  background: #FFF6D6;
}

/* Header ---*/

#header h1 {
  margin: 0;
  font-size: 12pt;
}

h1 a, #logo {
  position: absolute;
  display: block;
  height: 80px;
  width: 996px;
  top: 0;
  left: 0;
  margin: 0;
}

#logo {
  background: url('../img/design/bg_header.gif') no-repeat top left;
  cursor: pointer;
}

/* Body ---*/

#col .margin, #col1 .margin, #col2 .margin, #col3 .margin {
  padding: 0 15px 15px;
}

#hpbody h2, #body h2 {
  margin: 0 0 10px -15px;
  padding: 0 0 0 15px;
  font-size: 160%;
  background: url('../img/design/bg_h2.gif') no-repeat 0 5px;
}

#hpbody h2:first-letter, #body h2:first-letter {
  text-transform: uppercase;
}

#hpbody h3, #body h3 {
  margin: 0 0 10px -12px;
  padding: 0 0 0 12px;
  font-size: 140%;
  background: url('../img/design/bg_h3.gif') no-repeat 0 3px;
}

.rightcolumncontent {
  padding: 0 20px;
}

.imgframe {
  margin: 10px 0;
  text-align: center;
}

img {
  border: 5px solid #DEDEDE; 
}

#hpbody ul, #body ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

#hpbody ul li, #body ul li {
  padding: 0 0 0 10px;
  background: url('../img/design/bg_ul.gif') no-repeat 0 3px;
}

#opentime, #price {
  width: 328px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 100%;
}

#opentime tr *, #price tr * {
  padding: 3px 0;
}

#opentime tr th, #price tr th {
  text-align: left;
}

#hpbody h5, #body h5 {
  margin: 15px 0 5px;
  font-size: 120%;
  color: #FFCC7B;
}

#hpbody h6, #body h6 {
  margin: 10px 0 5px;
  font-size: 110%;
  font-style: italic;
}

/* Mainmenu ---*/

#mainmenu .margin {
  margin: 0 auto;
  padding: 0;
  width: 996px;
  height: 100px;
  text-align: right;
  background: url("../img/design/logo.gif") no-repeat top left;
}

#mainmenu ul {
  margin: 0;
  padding: 70px 0 20px;
}

#mainmenu li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px dotted #BA7B00;
}

#mainmenu a {
  text-decoration: none;
  margin: 0;
  padding: 5px 10px;
  color: #592200;
} 

#mainmenu a:hover {
  color: white;
  background: #592200;
}

/* Localmenu ---*/

#col3 #localmenubox {
  list-style-type: none;
  padding: 0 0 0 20px;
  font-size: 110%;
  font-weight: bold;
}

#col3 #localmenubox li {
  padding: 0 0 0 15px;
  background: url('../img/design/bg_ul2.gif') no-repeat 0 5px;
}

/* Footer ---*/

#footer .margin {
  width: 996px;
  margin: 0 auto;
  padding: 20px 0 0;
} 

#footer a {
  color: #999;
}

#footer a:hover {
  color: black;
  text-decoration: none;
}

#footer p {
  margin: 0;
}

#copyright {
  float: left;
  width: 450px;
  text-align: left;
}

#webdesign {
  float: right;
  width: 450px;
  text-align: right;
}

/* General ---*/

a {
  color: #FFCC7B;
}

a:hover {
  color: #592200;
  background: #FFCC7B;
}

a img {
  text-decoration: none;
  border: none;
}

p {
  margin: 0 0 10px;
}

address {
  font-weight: normal;
  font-style: italic;
  margin: 0 0 10px 10px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.textcenter, #col .textcenter {
  text-align: center;
}

.textright, #col .textright {
  text-align: right; 
}

.textleft, #col .textleft {
  text-align: left; 
}

.rightimg {
	float: right;
	margin: 0 0 5px 10px;
  border: 5px white solid;
}

.leftimg {
	float: left;
	margin: 0 10px 5px 0;
  border: 5px white solid;
}

.imprint {
  margin: 5px 0 10px;
  font-size: 90%;
  font-style: italic;
  color: #777;
}

.error {
  font-size: 140%;
  font-weight: bold;
}
}

