body {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}

table, tr, td {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #444444;
}

ul {
	list-style-image: url("images/list_style_image.gif");
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #444;
	margin-left: 15px;
}

input, textarea, select {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #222222;
}

a:link {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	text-decoration: none;
	color: #225f7c;
}

a:visited {
	text-decoration: none;
	color: #143849;
}

a:active {
	text-decoration: none;
	color: #a0001e;
}

a:hover {
	text-decoration: underline;
}

.bluetitle {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	color: #225f7c;
	font-weight: bold;
}

.whitetitle {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	color: #225f7c;
	font-weight: bold;
}

.goldenseats {
	color: #A0001E;
}

#priceTotal {
	margin-top: 15px;
}

.priceinput {
	text-align: right;
}

div#header {
	position: absolute;
	left: 500px;
	top: 0px;
	width: 230px;
	height: 60px;
	z-index: 2;
	border: 0px none #000;
	padding: 0px 0px 0px 0px;
}

div#step {
	position: absolute;
	left: 532px;
	top: 60px;
	width: 180px;
	height: 40px;
	z-index: 3;
	border: 0px none #000;
	padding: 0px;
	color: #444;
}

div#main {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 500px;
	z-index: 1;
	border: 0px none #000;
	padding: 10px 10px 10px 10px;
	color: #444;
}

div#event {
	position: absolute;
	left: 500px;
	top: 80px;
	width: 230px;
	height: 220px;
	z-index: 2;
	border: 0px none #000;
	padding: 10px 10px 10px 10px;
	background-color: #e6e8e8;
}

div#bottomEvent {
	position: absolute;
	top: 200px;
}

div#timer {
	position: absolute;
	left: 500px;
	top: 320px;
	width: 230px;
	height: 140px;
	z-index: 2;
	border: 0px none #000;
	padding: 10px 10px 10px 10px;
	background-color: #e6e8e8;
}

div#bottomTimer {
	position: absolute;
	top: 120px;
}

div#reference {
	visibility: hidden;
}

.gruen {
	color: #00A000;
}
