/*
 * Allgemeine CSS Einstellungen
 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	position: relative;
	left: 20%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	visibility: visible;
	width: 79%;
}

/*
 * CSS Einstellungen für die Tabelle CARDS
 */
.cards {
	position: relative;
	visible: true;
	width: 60%;
	min-width: 400px;
	left: 20%;
	right: 20%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E3E9F5;
	border: 0px none;
	width: 400px
	min-width: 400px;
	visibility: visible;
	visibility: visible;
	margin-top: 2px;
	margin-bottom: 2px;
}

.cards td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0047AB;
}

.cards .price {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C7D7EE;
	text-align: center;
}
.cards .headline{
	color: #0047AB;
	font-style: normal;
	font-weight: bolder;
	padding-top: 10px;
}
.cards .headlineZone{
	color: #0047AB;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}
/*
 * CSS Einstellungen für die Tabelle Tickets
 */
.tickets {
	position: relative;
	visible: true;
	width: 60%;
	min-width: 400px;
	left: 20%;
	right: 20%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FDE8E3;
	border: 0px none;
	width: 400px
	min-width: 400px;
	visibility: visible;
	visibility: visible;
	margin-top: 2px;
	margin-bottom: 2px;
}

.tickets td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E60203;
}
.tickets .price {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FBD3CB;
	text-align: center;
	background-position: bottom;

}
.tickets .headline, span .headline{
	color: #EB0028;
	font-style: normal;
	font-weight: bolder;
}
.tickets .headlineZone{
	color: #EB0028;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}
.tickets .note, span .note {
	font-size: 90%;
	font-style: italic;

}

/*
 * Andere CSS Klassen 
 * (z.B. für die Ohne Gewähr-box)
 */
.gewaehr {
	position: relative;
	left: 20%;
	right: 20%;
	width: 60%;
	min-width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-width: 80%;
	font-size: 80%;
	margin-top: 20px;
}

.source {
	border-top: 1px solid #000;
	position: relative;
	left: 20%;
	right: 20%;
	width: 60%;
	min-width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-width: 80%;
	font-size: 80%;
	text-align: center;
	margin-top: 20px;
}

.validfrom {
	font-family: Arial, Helvetica, sans-serif;
	font-width: 80%;
	font-size: 80%;
	padding-top: 2px;
}

.source a {
	color: green;
}

.gvhLogo{
	position: relative;
	float: right;
	right: 20%;
	min-width: 180px;
	width:160px;
	height: 65px;
}

.gvhLogo img {
	border: 0px;
}

