body {
	background-image: none;
}

#page {
	
	width:830px;
	
}

#inner {
	/*height: 500px;
	background-color: green;
	z-index: 950;
	background-color: transparent; 
	background-image: url('/fileadmin/images_layouts/bg_small.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 830px;*/
	background-image: url('/fileadmin/images_layouts/bg_small.png');
	background-repeat: no-repeat;
	background-position:  center -10px;
	background-color:transparent;
	height:220px;
	padding:0 50px;
	position:fixed;
	width:730px;
	z-index:60;
}

#footer {
	display: none;
}
#map {
	z-index: 2;
	background-color: #333;
	height: 100%;
	width: 100%;
	position: fixed;
}
#page_margins {

}
#topnav {
	position: fixed;
	top: 0;
	width: 730px;
	z-index: 20;
}
#header {
	position: fixed;
	top: 36px;
	width: 730px;
	z-index: 20;
}
#hand {
	left: 242px;
	bottom: -200px;
}
#nav {
	position: fixed;
	top: 156px;
	width: 730px;
	z-index: 999;
}

#header, #nav_main {
	/*background-color: #fdfdf5;*/
}

#main {
	position: absolute;
	left: 0;
	top: 500px;
	/*background-color: #fff;*/
	width: 350px;
	z-index: 50;
	padding-bottom: 0px;
	background-image: url('/fileadmin/datapool/templates/gigs_page/top.png');
	background-position: top left;
}

#col3_content {
	/*margin: 10px;*/
	/*padding: 10px;*/
	background-image: url('/fileadmin/datapool/templates/gigs_page/loop.png');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 27px 0 0 0;
	padding: 0 5px 0 0;
}

div.more {
	position: fixed;
	bottom: 0px;
	left: 280px;
	z-index: 2000;
	background-color: #333;
	color: white;
	padding: 5px 10px;
}

div.more a {
	color: #fff;
}

#col3_content div.gig {
	padding: 20px 50px 10px 10px;
	/*border-bottom:2px solid #000;*/
	margin-right: 8px;
}

.gigs_table .odd {
}

.gigs_table .current {

	background-image: url('/fileadmin/datapool/templates/gigs_page/excl.png');
	background-position: 300px center;
	background-repeat: no-repeat;
	min-height: 20px;
}

.gigs_table .hover {
	background-image: url('/fileadmin/datapool/templates/gigs_page/arrow.png');
	background-position: 270px center;
	background-repeat: no-repeat;
	min-height: 20px;
}

.gigs_table .line {
	height: 15px;
	background-image: url('/fileadmin/datapool/templates/gigs_page/line.png');
	background-position: center center;
	background-repeat: no-repeat;
}
