body{
	margin:10px;
	background-image: url('img/bgr.png');
	background-position: top center;
	background-attachment: fixed;
	background-color: #B2B2B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a{
	text-decoration: none;
	color: #E07200;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0px 0px 10px 0px;
}

td{
	vertical-align:top;
	text-align:left;
}

form{
	margin:0px;
	padding:0px;
}

label[for]{
	cursor:pointer;
}

#top{
	position:absolute;
	top:0px;
}

#wrapper{
	width:1001px;
	position:absolute;
	left:50%;
	margin-left: -500px;
	z-index:10;
}

#shadow-top{
	height:4px;
	background: url('img/main-shadow-top.png') no-repeat;
}

#shadow-center{
	width:993px;
	padding: 0px 4px;
	background-image: url('img/main-shadow-center.png');
	position:relative;
	z-index:15;
}

#shadow-bottom{
	height:4px;
	background: url('img/main-shadow-bottom.png') no-repeat;
}

#page{
	width:993px;
	position:relative;
	z-index: 20;
	background-color: #FFFFFF;
}

#header{
	width: 993px;
	height: 400px;
	position:absolute;
	z-index: 30;
	top: 0px;
	left:0px;
}

#contentbox{
	/* width: 725px; */
	margin-left: 240px;
	margin-right: 25px;
	padding-top:325px;
	position:relative;
	z-index:50;
	overflow:visible;
}

#content{
	padding:15px;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	margin-top:1px;
	margin-bottom:15px;
	-moz-box-shadow: 2px 2px 3px #ddd, -2px -2px 3px #ddd;
	-webkit-box-shadow: 2px 2px 3px #ddd, -2px -2px 3px #ddd;
	box-shadow: 2px 2px 3px #ddd, -2px -2px 3px #ddd;
}

.page-firmenliga table, .page-firmenliga-ergebnisse table{
	border-collapse: collapse;
}

.page-firmenliga table td, .page-firmenliga-ergebnisse table td{
	border:1px solid #FFFFFF;
	padding:3px;
	background-color: #EEEEEE;
}

.page-wochenprogramm table td.wp-day{
	padding-bottom:5px;
	vertical-align: top;
	background-color: #ffebd4;
}

.page-wochenprogramm table td.wp-txt{
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #ffebd4;
}

.page-wochenprogramm table img{
	margin-right:10px;
}

.page-spielundspass table img{
	margin-right:10px;
	padding:1px;
	border:1px solid #62646F;
	-moz-box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
}

.page-spielundspass table td.wp-txt{
	padding-bottom:5px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #ffebd4;
}

.page-spielundspass table td.wp-txt h2{
	margin-left:-5px;
}

#footer{
	clear: both;
	height: 10px;
	padding: 60px 20px 20px 20px;
	text-align:right;
	color: #AAA;
	font-size: 11px;
	background-image: url('img/bgr-footer.png');
	position:relative;
	z-index:70;
}

#footer a{
	color: #FFF;
	margin: 0px 5px;
	text-decoration:none;
	text-transform: uppercase;
}

#left-bar{
	width: 228px;
	height:90%;
	background-image: url('img/bgr-left-bottom.png');
	position:absolute;
	bottom:0px;
	left:4px;
	z-index: 65;
}

#left{
	float:left;
	width: 228px;
	min-height: 650px;
	background-image: url('img/bgr-left.png');
	background-repeat: no-repeat;
	text-align:center;
	position:relative;
	padding-top:185px;
	padding-bottom:30px;
	top:20px;
	left:4px;
	z-index: 70;
}

#right{
	width: 225px;
	min-height: 100px;
	position:absolute;
	top:322px;
	right: 25px;
	z-index: 55;
}

#right img{
	margin-bottom: 5px;
}

#imagebar{
	max-width: 260px;
	float:right;
	text-align:right;
}

#imagebar .side-img{
	margin-bottom:10px;
	padding:1px;
	border:1px solid #62646F;
	-moz-box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
}

#newsletter{
	position:relative;
	width: 225px;
	height: 60px;
	background-image: url('img/box-newsletter.png');
}

#newsletter-input{
	border:0px;
	padding:2px 2px;
	margin:0px;
	position:relative;
	top: 32px;
	left:8px;
	width:165px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

#newsletter-send{
	position:absolute;
	top:22px;
	right:10px;
}

#logo{
	position:absolute;
	width: 165px;
	height:147px;
	left:40px;
	top:45px;
	z-index:80;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	color: #FF9117;
	font-size: 0px;
	margin:auto;
	cursor: pointer;
	text-indent: -9999px;
}

#nav{
	height: 52px;
	min-width: 400px;
	padding-top: 14px;
	padding-left: 14px;
	background-image: url('img/bgr-nav.png');
	position:absolute;
	z-index: 70;
	right: 0px;
	top: 30px;
	font-size:0px;
}

#nav a{
	float:left;
}

#nav a:hover{
	background-image: url('img/bgr-nav-over.png');
	background-repeat: repeat-x;
}

#subnav{
	/* background-color: #FFF; */
	padding:10px;
	padding-left:150px;
	margin-right: 25px;
	line-height:2em;
	width: 425px;
	min-height: 50px;
	text-align: left;
	position:absolute;
	z-index: 90;
	top: 235px;
	right: 0px;
	font-size: 12px;
	border-bottom: 2px solid #CBC4A3;
}

#subnav a{
	text-transform: uppercase;
	color: #1F173C;
	font-weight: bold;
	padding-left:5px;
	margin-right: 15px;
	margin-bottom:5px;
	border-left: 4px solid #FF9117;
	white-space: nowrap;
	position:relative;
}

#subnav a:hover{
	text-decoration: none;
	border-color: #000 !important;
}

#box-today{
	width:180px;
	margin:auto;
	margin-bottom:10px;
}

#box-today-body{
	overflow:hidden;
	padding:5px 10px 5px;
	background-image: url('img/box-today-body.png');
	text-align: center;
}

.pictureframe{
	border: 1px solid #62646F;
	padding:1px;
	-moz-box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc, -2px -2px 3px #ccc;
}

.msg{
	padding:5px;
	background: #FFFFFF;
	border: 1px solid #484840;
}

.small{
	font-size: 0.85em;
}

.grey{
	color: #888;
}

.wl{
	margin:10px 40px;
	border-top: 1px solid #fff;
}

.news-spacer{
	margin:10px 0px;
	border-bottom: 1px dashed #FF9117;
}

.gallery-subtitle{
	font-size: 0.85em;
	color: #888;
}

.gallery-bigimage{
	text-align:center;
	padding:10px;
}

img{
	border: none;
}

hr{
	height:0;
	border:0;
	border-top:1px solid #FF9117;
}

h1{
	margin: 10px 0px;
}

h2{
	font-size: 1.3em;
	color: #FFF;
	background-color: #FF9117;
	padding:2px 4px;
	display:inline-block;
	white-space:nowrap;
	max-width: 85%;
	margin: 0px 0px 10px;
	text-transform: uppercase;
}

h3{
	font-size: 1.1em;
	color: #000000;
	margin: 5px 0px;
}

/* ul{
	margin:15px 0px;
	padding-left:10px;
}

li{
	margin:15px 15px 20px 0px;
} */
