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%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}/* @group Basics */

body {
  padding: 0 20px 0;
  color: #fff;
  font-family:"Courier New",Courier,monospace;
  font-size: 13px;
  background: #000 url(../images/ironwood.jpg) fixed;
}

a {
  color: #5097CF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #FFF;
}

p {
  line-height: 18px;
  margin: 0 0 13px;
}

table.impressum {
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	margin: 0 0 13px;
}

table.impressum td {
  padding-right: 10px;
}

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

em {
  font-style: italic;
}

.smalltext {
  font-size: 11px; 
}

div.smalltext *, p.smalltext {
  line-height: 14px !important;
}

div.smalltext p {
  margin-bottom: 6px;
}

h1, h2 {
  margin-bottom: 10px;
}

.box {
  padding: 10px 10px 5px;
  background-color: #000;
}

.menubar {
  height: 38px;
  width: 100%;  
  position: relative;
  overflow: hidden;
}

.menubg {
  position: absolute;
  left: 0;
  top: 0;
  width: 730px;
  height: 38px;
  background-color: #000;
  opacity: 0.67;
  filter:alpha(opacity=67);
}

.menu-left {
  position: absolute;
  left: 10px;
  top: 11px;
}

.menu-right {
  position: absolute;
  right: 10px;
  top: 11px;
}

.box h1, #overlay h1, .box h2, #overlay h2, #nyroModalContent h2 {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-clear {
  float: none;
  clear: both;
}

.menu ul {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px 0;
}

.menu li {
  float: left;
  height: 17px;
  list-style: none;
}

.menu li a {
  display: block;
  height: 17px;
  line-height: 17px;
}

.menu-left.menu li {
  margin-right: 15px;  
}

.menu-right.menu li {
  margin-left: 15px;
}

/* @group Newsletter
 */

input {
  font-family:"Courier New",Courier,monospace;
  background-color: #161616;
  color: #5097CF;
  border: 2px solid #161616;

}

#nladdress {
  height: 14px;
  padding-top: 3px;
  border: 1px solid #333;
  height: 14px;
}

#nlerror {
	background-color: #EF2F2A;
	color: #000;
	margin: 10px 0;
	padding: 6px;
}


/* @end */

/* @group Listen */

.textcontent ul, .textcontent ol {
  margin:  0 0 10px 10px;
  padding-left: 10px;
}

.textcontent ul {
  list-style-type: square;
}

.textcontent li {
  line-height: 18px;
}

/* @end */

/* @group Speisekarte */

table.dish {
  width: 100%;
  background: transparent url(../images/underline.png) repeat-x 0 12px;
  margin-bottom: 3px;
}

table.dish td {
  vertical-align: top;
}

table.dish span {
	background-color: #000;
}

table.dish div.description {
	font-size: 11px;
	color: #bebebe;
}

table.dish div.price {
	color: #FFF;
	text-align: right;
}

table.dish div.amount {
	font-size: 11px;
	color: #bebebe;
	font-style: italic;
	text-align: right;
}


/* @end */

/* @end */



/* @group Layout */

#container {
  width: 1050px;
  /*background-color:#000;*/
  overflow: hidden;
}

#top-menu {
  margin-top: 10px;
  width: 710px;
  overflow: hidden;
}

#leftcol {
  float: left;
  width: 730px;
}

#leftcol .box {
  width: 710px;
}

#rightcol {
  float: left;
  width: 310px;
}

#rightcol .box {
  width: 290px;
}

#trailer {
  height: 194px;
}

.hideme {
  display: none;
}

/* @end */

/* @group Gallery */

.gallery {
	width: 710px;
	overflow: hidden;	
}

.gallery-row {
	width: 730px;
	overflow: hidden;
	margin-bottom: 10px;
}

.gallery-thumb {
	float:	left;
	width: 171px;
	margin-right: 10px;
	background-color: #BBB;
}

div#nyroModalFull {
	color: #FFF;
}

h1#nyroModalTitle {
  display: none;
}

div#nyroModalContent div {
	background-color: #000 !important;
	border: none !important;
	opacity:0.9 !important;
	margin:  !important;
	text-align: left;
}

div#nyroModalContent div:hover {
	cursor:default !important;
}

div#nyroModalLoading {
	border: 1px solid #777;
	padding: 3px;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #000 url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
}

div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #000;
}
div#nyroModalWrapper {
	background: #000;
	padding: 3px;
	border: 1px solid #777;
}

a#closeBut {
	position: absolute;
	display: block;
	top: 0px;
	right: -24px;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	background: url(../images/close.png) no-repeat;
	outline: 0;
	z-index: 106;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../images/bild_zurueck.png) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../images/bild_weiter.png) right 20% no-repeat;
}

/* @end */

