/**********************++++++++++++
Programm und Kartenvorbestellung
************************************/
.programm_overview_left
{
	background-color: #9d0c15;
	height: 50px;
	padding: 15px 10px 10px 10px;
	color: white;
	width: 105px;
	float: left;
	margin-bottom: 20px;
}

.programm_overview_left h1
{
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 3px;
}

.programm_overview_right
{
	height: 75px;
	width: 640px;
	background-color: #C3B8B2;
	float: left;
}

.programm_overview_right .left
{
	width: 580px;
	padding: 15px 10px 10px 10px;
	float: left;
}

.programm_overview_right .left h1
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.programm_overview_right .left .subline
{
	color: white;
	font-family: Times, Serif;
	font-size: 15px;
}


.programm_overview_right .right
{
	width: 35px;
	padding: 0px;
	padding-top: 15px;
	padding-right: 5px;
	float: right;
}


.veranstaltung
{
	width: 820px;
	border: 1px solid #9d0c15;
}

.veranstaltung .head
{
	padding: 10px;
	background: #9d0c15;
	color: white;
}

.veranstaltung .head h1
{
	font-size: 14px;
	color: white;
}

.veranstaltung .head .sub
{
	color: #EEE;
	font-family: Times, Serif;
	font-size: 15px;
}

.veranstaltung .body
{
	background-color: #F7EDEF;
	padding: 10px;
}

.veranstaltung .more_info
{
	padding: 10px;
	background: white;
	color: black;
}

.veranstaltung .more_info h2
{
	padding-top: 10px;
	color: black;
}

.veranstaltung a
{
	background-image: url(../../assets/common/link_intern.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
	text-decoration: underline;
}

.bestell_table
{

}



.bestell_table td
{
	width: 150px;
	padding: 3px;
}










