html {
	overflow-y: scroll;
}

body.onlineticket {
	background: url("bg.gif") repeat-x fixed center top #F9F9F9;
	max-width: none;
	color: #615A48;
}

.onlineticket a {
	color: #00a76c;
}

.onlineticket a:hover {
	text-decoration:underline;
}

table.onlineticket {
	/*width: 800px;*/
	width: 870px;
	margin: 0 auto;
}
.onlineticket .sp-left {
	width: 160px;
}
.onlineticket .sp-center {
	width: 640px;
}

.onlineticket #mitte-left,
.onlineticket #fuss-left {
	vertical-align: top;
	width: 160px;
	background: #DEE6E9;
}

.onlineticket #mitte-center,
.onlineticket #fuss-center {
	vertical-align: top;
	/*width: 640px;*/
	width: 680px;
	background: #f9f9f9;
}

.onlineticket #menu {
	padding: 4px 0px 0px 0px;
	color: #000000;
}

.onlineticket .umenu {
	font-size: 12px;
	display: block;
	padding: 2px 5px 2px 0px;
	width: 100%;
	color: #000000;
}
.onlineticket .omenu {
	/*visibility: hidden; */
	font-size: 14px;
	display: block;
	padding: 2px 5px 2px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	color: #000000;
	font-weight: normal;
}

a.omenu span, a.umenu span {
	padding-left: 17px;
}


.onlineticket .umenu:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #00a76c;
}

.onlineticket .omenu:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #00a76c;
}

.onlineticket .mu{
	background-color: #00a76c;
	color: #FFFFFF;
}
.onlineticket .mo{
	background-color: #00a76c;
	color: #FFFFFF;
}

.onlineticket .fuss {
	border-top: 1px solid #DEE6E9;
}

.onlineticket .fuss a {
	color: #00a76c;
}

.onlineticket .fuss a:hover {
	text-decoration: underline;
}
.onlineticket h1 {
	border-bottom: 1px solid #DEE6E9;
	font-size:16px;
	color: #615A48;
	margin: 10px 10px 0 10px;
	padding: 0;
}

.onlineticket hr {
	background-color: #DEE6E9;
}

.onlineticket .fett {
	font-weight: bold;
}
.onlineticket .normal {
	font-weight: normal;
}

#mitte-left .vaimage {
margin: 0 6px;
border:none;
}

#mitte-center .vaimage {
float: left;
margin-right:5px;
border:none;
}

.clearer {
clear:both;
}