html {
    min-height: 100%;
    margin-bottom: 1px;
    margin:0;
    padding:0;
}

body {
    margin: 0px;
    padding: 0px;
    background: url(../img/main_background.jpg) repeat-x;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}

#trailer {
  position: absolute;
	top: 34%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	height: 335px;
	background: #000000;
	border: 2px solid #bebebe;
	text-align: center;
	z-index: 9999;
}
#trailer .close {
	text-align: right;
	width: auto;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	background: #969696;
	cursor: move;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
#trailer .close a {
 font-size: 12px;
 font-weight: normal;
 color: #FFFFFF;
 font-family: Arial;
}

#wrapper {
    width: 990px;
    margin: 0px auto;
    padding:0px;
    text-align:left;
}

#header {
	text-align: center;
}

#main {
	position: relative;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;

}

#main .tourdaten {
	position: relative;
	width: 990px;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}


#main .order-button {
  position: absolute;
  top: 720px;
  left: 10px;
}

#main .order-button-cd {
  position: absolute;
  top: 720px;
  left: 820px;
}



table.tab {
	font-family: Arial;
	text-transform: uppercase;
	text-align: left;
}

a.date {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
	width: 90px;
	height: 30px;
	vertical-align: bottom;
}

td.date {
	width: 90px;
	height: 30px;
	vertical-align: bottom;
}

td.venue1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
	width: 440px;
	height: 30px;
	padding-right: 15px;
	vertical-align: bottom;

}

td.venue {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
	width: 380px;
	height: 30px;
	vertical-align: bottom;
}

a {
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.klein {
	font-size: 14px;
	font-weight: bold;
	margin-left: 6px;
	height: 30px;
}

.bold12 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #818181;
}

.bold14 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold16 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold18 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold20 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold22 {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold24 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold28 {
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold32 {
	font-size: 32px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

.bold36 {
	font-size: 36px;
	font-weight: bold;
	font-family: Arial;
	color: #000000;
}

div.vip-button-firmen {
	display: none;
	bottom:0px;
	text-align: left;
	height:100%;
	width:80%;
	float:left;
}
div.vip-button {
	display: none;
	bottom:0px;
	text-align: right;
	height:100%;
	width:20%;
	float:left;

}
.rot {
	color: #c60019;
}
.opaque {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!
	opacity: .5;
}
.cancelled {
 text-decoration: line-through;

}

div.d24 {
  position: absolute;
	top: 250px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	height: 200px;
	text-align: center;
	z-index: 9999;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
