body {
	background: #fff;
	background-repeat: repeat-y;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin:0px;
}

/* GENERAL */
.teaserContainer {
	overflow: hidden;
	width: 570px;
	margin: 0 auto;
	font-size: 10px;
}

#teaserBox {
	padding: 0;
	margin-top: 20Px;
	border: 0;
	background: url(img/teaserBox_bg2.gif) repeat-y;
}

.block small, .image_thumb .block small {background: none;}

/* MAIN IMAGE */
.main_image {
	width: 385Px; height: 208px;
	float: left;
	background: url(img/teaserBox_bg.gif) repeat-x;
	position: relative;
	color: #fff;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-top: 2px;
}

.main_image img {border: none;}

.main_image h2{
	margin: 3Px 0 2Px 0;
}

.main_image h2 a, .main_image h2 a:active, .main_image h2 a:visited, .main_image h2 a:hover{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding-top: 2Px;
	padding-bottom: 2px;
}

.main_image p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 40px;
	padding-bottom: 5px;
	margin-top: 2Px;
	margin-bottom: 0;
}

.main_image p a, .main_image p a:active, .main_image p a:visited, .main_image p a:hover{
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

.main_image .block small {margin-left: 0;}

.main_image .block small a, .main_image .block small a:active, .main_image .block small a:hover, .main_image .block small a:visited {
	font-size: 11px; 
	background: url(img/icon_calendar.gif) no-repeat 0 center;
	padding: 0 0 5Px 15px; 
	text-decoration: none;
	color: #fff;
}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	padding-left: 20px;
	padding-right: 20px;
}

.main_image a.collapse {
	background: url(img/btn_collapse.gif) no-repeat left top;
	height: 16px; width: 55px;
	text-indent: -99999px;
	position: absolute; 
	top: -16px; left: 20px; 
	cursor: pointer;
}

/* OLD
.main_image a.collapse_teaserLink {
	background: url(img/tickets.gif) no-repeat left top;
	height: 21px; width: 55px;
	text-indent: -99999px;
	position: absolute; 
	top: 150px; right: 0px;
	z-index: 5;
} */

.main_image a.collapse_teaserLink {
	background: url(img/btn_ticket.gif) no-repeat left top;
	height: 18px; width: 55px;
	text-indent: -99999px;
	position: absolute; 
	top: -18px; right: 14px; 
}

.main_image a.collapse:active, .main_image a.collapse:focus {outline: none;}

.main_image a.show {background-position: left bottom;} 

/* THUMBs */
.image_thumb {
	float: left;
	width: 182px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	color: #000;
}

.image_thumb .block small a, .image_thumb .block small a:active, .image_thumb .block small a:hover, .image_thumb .block small a:visited {
	font-size: 11px;  
	background: url(img/icon_calendar.gif) no-repeat 0 center;
	background-repeat: no-repeat;
	padding: 0 0 5Px 15px;
	text-decoration: none;
	color: #2E5E8B;
}

.image_thumb ul {
	margin: 0; padding: 0;
	padding-top: 2px;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 1px 0 1Px 0;
	background: #E6E6E6;
	width: 182px;
	height: 35px;
	overflow:hidden;
	float: left;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	cursor: pointer;
}

* html .image_thumb ul li {
	height: 37px;
}

.image_thumb ul li.hover {
	background: #D5D5D5;
	border-bottom: 1px solid #D9D9D9;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 14px; 
	margin: 0; padding: 2Px;
	font-weight: bold;
}

html .image_thumb ul li h2 a, html .image_thumb ul li h2 a:active, html .image_thumb ul li h2 a:visited, html .image_thumb ul li h2 a:hover {
	font-size: 14px; 
	margin: 0; padding: 2Px;
	font-weight: bold;
	text-decoration: none;
	color: #2E5E8B;
}

.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 147px;
}	

a.teaserLink:active, a.teaserLink:focus {
	outline: none;
}

.tb_switch{
	position: relative;
	top: 5px;
	right: 2px;
	float: right;
}

.go_prev {
	position: absolute;
	float: left;
	bottom: 5px;
	left: 5px;
	cursor: pointer;
	background: transparent url(img/arr_left.png);
	width: 10px;
	height: 50px;
}

.go_next {
	position: absolute;
	float: right;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	background: transparent url(img/arr_right.png);
	width: 10px;
	height: 50px;
}

/* HELPER */
.image_thumb ul li p{display: none;}
.image_thumb ul li .iamhidden{display: none;}
.image_thumb ul li .spacer{height: 12Px !important; font-size: 1px; margin: 0; padding: 0; border: 0;}