html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/* ---------------- common tags --------------------- */
h1, h2, h3, h4, h5, h6, strong {font-weight:bold;}
i, em { font-style:italic; }
.left {
	float:left;
}
.right {
	float:right;
}
a{
	color:#4a4b41;
	text-decoration:none;
}
a:hover{
	color:#000;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}

/* ---------------- layout tags --------------------- */

h2.title{
	color:#4a4b41;
	font-size:44px;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:0 0 26px 0;
	text-shadow:rgba(255, 255, 255, 1) 0px 1px 1px;
}
body{
	background:#191a10;
	color:#35362f;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.bg-black {
	background:#191a10;
	width:100%;
	height:142px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
     
}
.wrap{
	background:url(../images/bg_wrap.jpg) repeat center top;
	width:100%;
}
.wrapper{
	background:url(../images/bg_wrapper.jpg) no-repeat center top;
	width:960px;
	position:relative;
	z-index:5;
     margin: 0 auto 0 auto;
}
.box{
	width:960px;
	margin: 0 auto 0 auto;
	position:relative;
}

/* header */
#header{
	width:100%;
	padding:8px 0 0 0;
}
#logo{
	width:282px;
	padding:0 0 0 2px;
	float:left;
}
#header span{
	color:#fff;
	font-size:18px;
	padding:92px 145px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}

a.header span{
	color:#fff;
}

#header span a:hover {
  color:#fff;
}
#navigation{
	background:url(../images/bg_navigation.png) repeat-x;
	width:100%;
	height:42px;
	margin:24px 0 0 0;
}
#navigation ul, #navigation li {
	position:relative;
	z-index:1000;
}
#navigation li{
	background:url(../images/bg_divider.png) no-repeat left center;
	color:#e9e9e9;
	font-size:14px;
	line-height:42px;
	text-transform:uppercase;
	padding:0 22px;
	text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 0px;
	float:left;
	font-weight:bold;
}
#navigation li.first, #navigation li:first-child{
	background:none;
	padding:0 20px 0 25px;
}
#navigation li a{
	color:#e9e9e9;
}
#navigation li a:hover{
	color:#ccc;
}
/* Dropdown */
#navigation ul li.hover,
#navigation ul li:hover a {
	position:relative;
	color:#ccc;
	text-decoration:none;
}
#navigation ul li:hover li a {
	background:none;
	color:#666;
}
/* LEVEL TWO */
#navigation ul ul { 
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
	font-size:60%;
	z-index:10000;
	height:auto;
	margin:0;
	padding:20px 0 5px 0;
	background:#cdcdcd;
	width:auto;
}
#navigation ul ul li { 
	float:none;
	margin:0;
	text-align:left;
	font-size:11px;
	display:block;
	background:none;
	text-transform:lowercase;
	font-variant:normal;
	line-height:24px;
	white-space:nowrap;
	padding:0 15px;
}
#navigation ul ul li.first, #navigation ul ul li:first-child {
	padding:0 15px;
}
#navigation ul ul li a { 
	text-decoration:none;
	margin:0;
	color:#666;
	height:auto;
	line-height:24px;
	background:none;
	text-shadow:none;
	display:block;
	border-top:1px solid #888;
	padding:0 80px 0 0
}
#navigation ul ul li.first a, #navigation ul ul li:first-child a {
	border-top:none;
}
#navigation ul ul li a:hover, #navigation ul ul li a.active {
	color:#fff;
	background:url(../images/nav_arrow.png) no-repeat right center;
}
/* LEVEL THREE */
#navigation ul li.hover,
#navigation ul li li:hover a{
	position:relative;
	color:#fff;
	background:url(../images/nav_arrow.png) no-repeat right center;
	text-decoration:none;
}
#navigation ul ul ul { 
	left:100%; 
	top: 0;
	margin:0px;
	padding:5px 0 5px 0;
	visibility:hidden;
}
#navigation ul li:hover > ul {
	visibility: visible;
}
#navigation ul ul li:hover li a {
	background:none;
	color:#666;
}
#navigation ul ul li:hover li a:hover {
	color:#fff;
}

/* Dropdown */	
#showcase{
	background:url(../images/bg_showcase_shadow.png) no-repeat bottom center;
	width:100%;
	padding:10px 0 47px 0;
	position:relative;
}
#showcase a.prev{
	background:url(../images/bg_arrow_left.png) no-repeat;
	width:45px;
	height:54px;
	position:absolute;
	z-index:30;
	top:168px;
	left: 5px;
	display:block;
	text-indent:-9999px;
}
#showcase a.prev:hover, #showcase a.next:hover{
	background-position:left bottom;
}
#showcase a.next{
	background:url(../images/bg_arrow_right.png) no-repeat;
	width:45px;
	height:54px;
	position:absolute;
	z-index:30;
	top:168px;
	right: 13px;
	display:block;
	text-indent:-9999px;
}

/* container */
#container{
	width:100%;
	padding:76px 0 40px 0;
}
#leftcol{
	background:url(../images/bg_border.png) no-repeat right 6px;
	width:596px;
	padding:0 24px 0 0;
	float:left;
}
.common{
	background:url(../images/bg_common.png) repeat-x left bottom;
	width:100%;
	margin:0 0 48px 0;
	padding:0 0 20px 0;
}
.common.last{
	background:none;
	margin:0;
	padding:0;
}
.common .imgb{
	background:#4a4b41;
	width:219px;
	margin:0 18px 0 0;
	padding:6px;
	box-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
	float:left;
}
.common p{
	padding:0 0 14px 0;
	line-height:15px;
}
.common a{
	background:url(../images/bg_arrow.png) no-repeat 114px center #fff;
	width:140px;
	height:50px;
	line-height:50px;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0 0 0 15px;
	font-size:14px;
	-moz-border-radius:16px;-webkit-border-radius:16px;border-radius:16px;
	box-shadow:rgba(74, 75, 65, 1) 0px 2px 0px;
	float:right;
}
.common a:hover{
	background-color:#d4cfcf;
}
#rightcol{
	width:308px;
	padding:0 0 0 20px;
	position:relative;
	z-index:80;
	float:left;
}
#rightcol h2{
	padding:0 0 16px 0;
}
.event span.date{
	background:#fff;
	width:320px;
	height:40px;
	line-height:40px;
	color:#4a4b41;
	font-size:17px;
	text-align:center;
	text-transform:uppercase;
	-moz-border-radius:16px;-webkit-border-radius:16px;border-radius:16px;
	box-shadow:rgba(74, 75, 65, 1) 0px 2px 0px;
	font-weight:bold;
	display:block;
}
.event p{
	font-size:13px;
	line-height:16px;
	padding:12px 0 22px 0;
}
.location{
	background:url(../images/bg_common.png) repeat-x;
	width:100%;
	color:#4a4b41;
	padding:36px 0 0 0;
}
.location .imgb{
	background:#4a4b41;
	width:294px;
	padding:6px;
	box-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
}
.location p{
	color:#4a4b41;
	line-height:20px;
	padding:22px 0 26px 0;
}
.location address{
	line-height:20px;
	padding:0 0 22px 0;
	font-style:normal;
}
.location address strong{
	font-size:14px;
}
.location span{
	line-height:20px;
	display:block;
}
.location span strong {
	color:#4a4b41;
}
.location span.pad{
	font-size:14px;
	padding:20px 0;
}

/* footer */
#footer{
	background:#191a10;
	width:100%;
	float:left;
}
#footer h5{
	color:#bebdbd;
	font-size:22px;
	font-weight:normal;
	padding:0 0 16px 0;
}
#footer-in{
	background:url(../images/bg_footer_in.png) no-repeat center top;
	width:100%;
	margin:-90px 0 0 0;
	padding:105px 0 8px 0;
}
#footer .block1{
	width:250px;
	font-size:11px;
	float:left;
}
#footer .block1 .row{
	width:100%;
	padding:0 0 10px 0;
	color:#747373;
}
#footer .block1 .row span{
	width:72px;
	float:left;
}
#footer .block1 .row a{
	color:#747373;
}
#footer .block1 strong, #footer .block1 .row strong a{
	color:#4a4b41;
}
#footer .block1 .row a:hover{
	color:#fff;
}
#footer .block2{
	width:208px;
	float:left;
}
#footer .block2 address{
	color:#747373;
	font-size:11px;
	line-height:20px;
	font-style:normal;
}
#footer .block3{
	width:480px;
	float:left;
}
#footer .block3 li{
	color:#747373;
	font-size:11px;
	line-height:20px;
}
#footer .block3 li a{
	color:#747373;
}
#footer .block3 li a:hover, #footer .block3 li a.active{
	color:#747373;
	text-decoration:underline;
}
#footer .block3 li a.active{
	font-weight:bold;
}
#footer-logo{
	background:url(../images/bg_footer_logo.png) no-repeat;
	width:260px;
	height:156px;
	padding:152px 0 0 122px;
	position:absolute;
	z-index:20;
	top:-152px;
	right:-125px;
}
#footer span.copyright{
	color:#979797;
	padding:12px 0 0 0;
	display:block;
}
#footer span.copyright strong{
	color:#a9a9a9;
}

/* Galerie */
.inner #container{
	padding-top:56px;
	padding-bottom:100px;
}
.gallery{
	background:url(../images/bg_common.png) repeat-x;
	width:100%;
}
.gallery ul {
	width:630px;
	float:left;
	margin-right:-79px;
}
.gallery li, .common2 .imgb{
	background:#030303;
	border:6px solid #4a4b41;
	width:165px;
	height:186px;
	margin:18px 30px 12px 0;
	box-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
	float:left;
}

/* Gutscheinbestellung */
.price{
	width:594px;
	padding:0 0 10px 0;
}
.price img {
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	border:solid 1px #64654b;
}
.common.common2 {
	width:592px;
	padding:0 0 30px 0;
	margin-bottom:35px;
}

/* Spielfelder */
.blank{
	background:#000;
	width:576px;
	height:244px;
	margin:0 0 16px 0;
	border:6px solid #4a4b41;
	-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;
	box-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
}
.common.common3 {
	width:588px;
	padding:0 0 30px 0;
	margin-bottom:35px;
}


/* team */
.common-block{
	background:url(../images/bg_common.png) repeat-x;
	width:100%;
	padding:0 0 200px 0;
}
.common2{
	width:100%;
	padding:18px 0 12px 0;
}
.common2 .imgb{
	margin:0;
}
.common2 .column{
	width:216px;
	padding:12px 0 0 30px;
	color:#4a4b41;
	float:left;
}
.common2 h3{
	color:#35362f;
	font-size:18px;
}
.common2 h4{
	font-size:14px;
	padding:22px 0 0 0;
}
.common2 span{
	line-height:20px;
	font-weight:bold;
	display:block;
}
.common2 .column2{
	width:260px;
	padding:12px 0 0 0;
	color:#4a4b41;
	float:left;
}

/* Kontakt */
.contact{
	width:100%;
	border-top:1px solid #dfdfdf;
	padding:20px 0 0 0;
}
.Location{
	background:#4a4b41;
	width:575px;
	padding:6px;
	box-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
}
.contact p{
	color:#333;
	line-height:20px;
	padding:20px 0 0 0;
}
.fill-form{
	width:100%;
	padding:40px 0 0 0;
}
.fill-form h4{
	background:url(../images/bg_common.png) repeat-x left bottom;
	color:#333;
	font-size:24px;
	margin:0 0 26px 0;
	padding:0 0 10px 0;
	font-weight:normal;
}
.fill-form .column3{
	width:276px;
	float:left;
}
.fill-form label{
	color:#333;
	font-size:14px;
	display:block;
}
.fill-form .input, .fill-form .textarea{
	background:#fff;
	width:214px;
	height:30px;
	line-height:30px;
	border:6px solid #4a4b41;
	margin:7px 0 16px 0;
	padding:0 10px;
	box-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
}
.fill-form .column4{
	width:318px;
	float:left;
}
.fill-form .textarea{
	width:283px;
	height:178px;
	font-size:12px;
	padding:10px 10px 0 10px;
	line-height:normal;
}
.fill-form .button{
	background:url(../images/bg_arrow.png) no-repeat 94px center #fff;
	width:135px;
	height:50px;
	line-height:50px;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0 0 0 20px;
	text-align:left;
	color:#4a4b41;
	font-size:14px;
	-moz-border-radius:16px;-webkit-border-radius:16px;border-radius:16px;
	box-shadow:rgba(74, 75, 65, 1) 0px 2px 0px;
	border:none;
	cursor:pointer;
	float:right;
}
.fill-form .button:hover{
	background-color:#d4cfcf;
}

/* Preise */
.seperator{
	background:url(../images/bg_common.png) repeat-x;
	width:100%;
	height:2px;
}
.table{
	background:#c0c1b0;
	margin:16px 0 0 0;
	border:1px solid #67674d;
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
	box-shadow:rgba(74, 75, 65, 0.30) 0px 1px 0px;
}
.table .th{
	background:url(../images/bg_th.png) repeat-x #707256;
	width:100%;
	height:104px;
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
	box-shadow:rgba(255, 255, 255, 0.5) 0px 1px 0px;
}
.table .th .td1{
	background:url(../images/bg_border2.png) repeat-y right top;
	width:154px;
	height:74px;
	padding:30px 0 0 22px;
	color:#e9e9e9;
	font-size:19px;
	line-height:22px;
	text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	float:left;
}
.table .th .column{
	width:418px;
	float:left;
}
.table .th .title{
	background:url(../images/bg_title.png) repeat-x;
	width:100%;
	height:32px;
	-moz-border-radius:0 0 6px 0;
	-webkit-border-radius:0 6px 0 0;
	border-radius:0 6px 0 0;
}
.table .th .title span{
	width:106px;
	padding:0 0 0 32px;
	line-height:32px;
	color:#e9e9e9;
	float:left;
}
.table .th .td2{
	background:url(../images/bg_border2.png) repeat-y right top;
	width:139px;
	color:#e9e9e9;
	font-size:46px;
	text-align:center;
	padding:6px 0 10px 0;
	text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	float:left;
}
.table .th .td2.last, .table .th .td2:last-child{
	background:none;
}
.table .th .td2 span{
	font-size:10px;
	display:block;
}
.table .tr{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #c0c3b8;
}
.table .tr .td1, .table .tr .td2{
	width:140px;
	padding:0 0 0 35px;
	border-right:1px solid #c6c9cd;
	color:#2a3445;
	float:left;
}
.table .tr .td1{
	text-align:left;
}
.table .tr .td2{
	width:138px;
	color:#838383;
	padding:0;
}
.table .tr span{
	padding:5px 0 0 0;
	line-height:19px;
	display:block;
}
.table .tr.even{
	background:#dadbcc;
}
.table .tr.none{
	border-bottom:none;
}
.table .tr.last{
	height:50px;
}
.table .tr.last .td1, .table .tr.last .td2{
	line-height:50px;
}
#map_canvas { 
 height:177px;
 width:282px;
 border:6px solid #4a4b41;
}
.bilder {
  float:left;
  border:6px solid #4a4b41;
  margin:10px;
  background: #4a4b41;
}
#nachname, #mail, #phone { border:6px solid #4A4B41; min-height: 19px; width: 80%;}
#nachricht { border:6px solid #4A4B41; width:100%; max-width:318px;}
.paypal { float:right; }