/*
###
### Layout
###
*/

.vorstellungen_table
{
	border-spacing: 0px;
	border-collapse: collapse;
}

.vorstellungen_info_table
{
	margin-bottom: 5px;
	margin-top: 10px;

}

.vorstellungen_col_datum
{
	background-color: #E7AC26;
	font-size: 11px;
	padding: 5px;
	color: white;
	border: 1px solid white;
	font-weight: bold;
}

.vorstellungen_col_vorstellung
{
	background-color: #E7AC26;
	font-size: 11px;
	padding: 5px;
	color: white;
	border: 1px solid white;
	font-weight: bold;
}

.vorstellungen_col_location
{
	background-color: #E7AC26;
	font-size: 11px;
	padding: 5px;
	color: white;
	border: 1px solid white;
	font-weight: bold;
}

.vorstellungen_col_time
{
	width: 60px;
	background-color: #E7AC26;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	color: white;
	border: 1px solid white;
	font-weight: bold;
}

.vorstellungen_col_ticket
{
	background-color: #E7AC26;
	font-size: 11px;
	padding: 5px;
	color: white;
	border: 1px solid white;
	text-align: center;
	font-weight: bold;
}

.vorstellungen_table_cell
{
	font-size: 12px;
	padding: 10px 5px 10px 5px;
	color: #555555;
	font-size: 11px;
	border: 1px solid white;
	vertical-align: top;
}

.vorstellungen_table_cell_ticket
{
	vertical-align: middle;
	border: 1px solid white;
	padding: 5px;
}

.vorstellungen_select_field
{
	padding: 1px;
	color: #555555;
	font-size: 11px;
}

.vorstellungen_img
{
	margin: 10px 0px 10px 10px;
}

.vorstellungen_award
{
	position: absolute; 
}
