body {
	background: #16142A;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:Arial, Verdana, Tahome;
	font-size:12px;
	color:#FFFFFF;
}

a {
	color:#FFFFFF;
	text-decoration:underline;
}

input {
	border:1px solid #FFFFFF;
	background:#16142A;
	color:#FFFFFF;
}

textarea {
	border:1px solid #FFFFFF;
	background:#16142A;
	color:#FFFFFF;
}

form {
	margin:0;
	padding:0;
}

p {
	margin:0;
}

h2 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:14px;
	color:#D7B752;
	padding-bottom:10px;
}

h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#D7B752;
}

table{
	font-family:Arial, Verdana, Tahome;
	font-size:12px;
}

.txt{
	font-family:Arial, Verdana, Tahome;
	font-size:12px;
}

#main {
	width:1000px;
	padding:0;
	margin:0 auto;
	text-align:center;
/*	border:1px solid white;*/
}

#top {
	width:1000px;
	height:185px;
	background: transparent url('/design/images/top.jpg') no-repeat top left;
	margin:0;
	padding:0;
	border:0;
}

#menu {
	width:1000px;
	height:50px;
	margin:0;
	padding:0;
	border:0;
}

#menu_left {
	width:103px;
	height:50px;
	background: transparent url('/design/images/menu_left.jpg') no-repeat top left;	
	float:left;
	margin:0;
	padding:0;
	border:0;
}

#menu_item {
	float:left;
	width:160px;
	height:50px;
	margin:0;
	padding:0;
	border:0;
}

#menu_item img {
	width:160px;
	height:50px;
	border:0;
}

#menu_right {
	float:left;
	width:97px;
	height:50px;
	background: transparent url('/design/images/menu_right.jpg') no-repeat top left;	
	margin:0;
	padding:0;
	border:0;
}

#content_holder {
	float:left;
	width:1000px;
	background: transparent url('/design/images/main_bgr.jpg') no-repeat top left;
	margin:0;
	padding:0;
}

#left {
	float:left;
	width:189px;
	height:200px;
	padding-top:10px;
	padding-right:11px;
}


#side_top {
	width:189px;
	height:19px;
	background: transparent url('/design/images/side_top.gif') no-repeat top left;
}

#side_mid {
	width:189px;
	background: transparent url('/design/images/side_mid.jpg') repeat-y top left;
}

#side_bot_btn {
	width:189px;
	height:52px;
	background: transparent url('/design/images/side_bot_btn.gif') no-repeat top left;
	cursor:pointer;	
}

#side_bot_btn_de {
	width:189px;
	height:52px;
	background: transparent url('/design/images/side_bot_btn_de.gif') no-repeat top left;	
	cursor:pointer;	
}


#side_bot {
	width:189px;
	height:19px;
	background: transparent url('/design/images/side_bot.gif') no-repeat top left;	
}

#side_paypal {
	width:179px;
	height:68px;
	background: transparent url('/design/images/paypal.gif') no-repeat top left;	
}

#side_separator {
	padding-top:10px;
}

.side_inside {
	padding:20px;
	text-align:left;
}

#content {
	float:left;
	height:500px;	
	width:600px;
	padding-top:10px;
}

#content_top {
	width:600px;
	height:23px;	
	background: transparent url('/design/images/content_top.gif') no-repeat top left;
}

#content_mid {
	width:600px;
	background: transparent url('/design/images/content_mid.jpg') repeat-y top left;
}

#content_inside {
	padding:20px;
	text-align:left;
}

.content_inside {
	padding:20px;
	text-align:left;
}

.content_hall {
	padding:0;
	margin-top:10px;
	float:left;
	border:1px solid #FFFFFF;
	text-align:center;
	width:950px;
	background:#282246;
}

#content_bot {
	width:600px;
	height:12px;	
	background: transparent url('/design/images/content_bot.jpg') no-repeat top left;
}

#undercontent {
	padding-top:10px;
	width:600px;
	height:50px;
	float:left;
}

#undercontent_hall {
	padding-top:10px;
	padding-left:25px;
	width:950px;
	height:50px;
	float:left;
}

#impressum {
	float:left;
}

#copy {
	float:right;
}

#right {
	float:right;
	width:189px;
	height:200px;
	padding-top:10px;
}



/* hall  styles start here */
#hall_main {
	width:950px;
	border-top:1px solid #CECECE;
}

a.header_link {
	color:#CECECE;
	text-decoration:none;
}

#left_arrow{
	float:left;
	height:50px;
	width:50px;
	cursor:pointer;
}

#right_arrow{
	float:right;
	height:50px;
	width:30px;
	padding-right:10px;
	text-align:right;
	cursor:pointer;
}

.block_name {
	font-weight:bold;
}

.zone_list {
	width:700px;
	height:50px;
	overflow:hidden;
	float:left;
	border:0;
	margin:0;
	padding:0;
	position:relative;
}

#tooltip{
width:249px;
float:left;
height:50px;
text-align:center;
}

#zone_list_inside {
	width:2000px;
	height:50px;
	border:0;
	margin:0;
	padding:0;
	position:absolute;
}

.checkout {
	text-align:center;
	width:300px;
/*	padding-left:280px;*/
}

.prev_step {
	height:20px;
	border:0;
	margin:0;
	padding:15px;
/*	background: #FFFFFF;*/
	float:left;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.next_step {
	height:20px;
	border:0;
	margin:0;
	padding:15px;
/*	background: #FFFFFF;*/
	float:right;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.zone_link {
	height:50px;
	width:70px;
	overflow:hidden;
	border:0;
	margin:0;
	padding:0;
/*	background: #FFFFFF;*/
	float:left;
	text-align:center;
}

.zone_link_hover {
	height:50px;
	width:70px;
	overflow:hidden;
	border:0;
	margin:0;
	padding:0;
	background: #CECECE;
	float:left;
	cursor:pointer;
	text-align:center;
	color:#000000;
}

.zone_link_active {
	height:50px;
	width:70px;
	overflow:hidden;
	border:0;
	margin:0;
	padding:0;
	background: #999999;
	float:left;
	cursor:pointer;
	text-align:center;
	color:#000000;
}

.hall_container {
	width:950px;
	height:200px;
	background:transparent url(/images/loading.gif) no-repeat top center;
 		text-align:center;
/*	border:1px solid #CECECE;*/
}

.hall_loaded {
	width:950px;
/*	overflow:auto;*/
/*	border:1px solid #CECECE;*/
/*	background:#FFFFFF;*/
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.row_tab {
	border-spacing:0;
	border-collapse:collapse;
	border:0;
	font-size:9px
}

.row_name {
	border:0;
	width:14px;
	height:12px;
	font-weight:bold;
	padding:3px;
}

.row_td {
	border:1px solid #FFFFFF;	
	width:12px;
	height:12px;
	padding:3px;
	background:#3CC567;
	cursor:pointer;
	color:#000000;
}

.row_td_reserved {
	border:1px solid #FFFFFF;	
	width:12px;
	height:12px;
	padding:3px;
	background:#FFFFFF;
	color:#909090;
	cursor:pointer;
}

.row_td_inactive {
	border:1px solid #FFFFFF;	
	width:12px;
	height:12px;
	padding:3px;
	background:#FFADAD;
	color:#909090;
	cursor:pointer;
}

.row_td_bought {
	border:1px solid #FFFFFF;	
	width:12px;
	height:12px;
	padding:3px;
	background:#BDADFF;
	color:#909090;
	cursor:pointer;
}

.popup_hide {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.popup_show {
	position:absolute;
	top:0;
	left:0;
	display:block;
	border:1px solid black;
	background:#FFFFFF;
	height:70px;
	width:100px;	
	text-align:left;
	padding:3px;
	color:#000000;
}

#order_form_container {
	border:0;
	border-top:1px solid white;
}

#order_form_container_login_form {
	border:0px solid white;
	text-align:left;		
	margin-left:380px;
	width:190px;
}

#basket_container {
	border:0;
	border-top:1px solid white;
	text-align:center;		
}

#basket_container div{
	text-align:left;		
	margin-left:350px;
}


