#ticketboerse_suche {
	width: 506px;
	margin: 10px 0;
	padding: 0;
}

#ticketboerse_suche form {
	margin: 0;
}
#ticketboerse_suche .links {
	float: left;
}
#ticketboerse_suche .rechts {
	float: right;
	vertical-align: middle;
}
#loginformular input.frmText, #ticketboerse_suche input.frmText {
	border: 1px solid #CFD0D1;
	font-size: 8pt;
	background-color: #fff;
	vertical-align: middle;
}
#loginformular input.frmButton, #ticketboerse_suche input.frmButton {
	height: 17px;
	border: 1px solid #CFD0D1;
	color: #3E3F40;
	background-color: #fff;
	font-size: 8pt;
	vertical-align: middle;
}

#ticketboerse,
#ticketboerse_details {
	width: 506px;
}
#ticketboerse .recordsetnavi {
	width: 100%;
}
#ticketboerse .recordsetnavi .summary {
	width: 100%;
	text-align: center;
}
#ticketboerse .recordsetnavi .links {
	width: 100%;
	margin: 10px 0;
}
#ticketboerse .recordsetnavi .links .linkback {
	width: 50px;
	float: left;
	text-align: left;
}
#ticketboerse .recordsetnavi .links .linklist {
	width: 400px;
	float: left;
	text-align: center;
}
#ticketboerse .recordsetnavi .links .linknext {
	width: 50px;
	float: left;
	text-align: right;
}

#ticketboerse table {
	width: 100%;
	border-bottom: 2px solid #D93024;
}
#ticketboerse th {
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
}

#ticketboerse tr.zeile_1,
#ticketboerse tr.zeile_1_single,
#ticketboerse tr.zeile_1_sub,
#ticketboerse tr.zeile_1_sub_last {
	background-color: #fff;
	height: 22px;
}
#ticketboerse tr.zeile_2,
#ticketboerse tr.zeile_2_single,
#ticketboerse tr.zeile_2_sub,
#ticketboerse tr.zeile_2_sub_last {
	background-color: #E8E8E9;
	height: 22px;
}

#ticketboerse tr.zeile_1 td,
#ticketboerse tr.zeile_2 td {
	border-top: 2px solid #D93024;
	padding: 8px 0 3px 5px;
}
#ticketboerse tr.zeile_1_single td,
#ticketboerse tr.zeile_2_single td {
	border-top: 2px solid #D93024;
	padding: 8px 0 8px 5px;
}

#ticketboerse tr.zeile_1_sub td,
#ticketboerse tr.zeile_2_sub td {
	padding: 0 0 0 5px;
}
#ticketboerse tr.zeile_1_sub_last td,
#ticketboerse tr.zeile_2_sub_last td {
	padding: 0 0 8px 5px;
}
#ticketboerse tr td.typ {
	padding-left: 3px;
	padding-right: 3px;
}

.angebot {
	font-weight: bold;
	color: #000;
}
.gesuch {
	font-weight: bold;
	color: #D93024;
}



#ticketboerse_details .eintrag {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
#ticketboerse_details .eintrag .kopf {
	background-color: #E8E8E9;
	border-top: 2px solid #D93024;
	padding: 3px 7px;
}
#ticketboerse_details .eintrag .kopf .links {
	/*color: #191970;*/
	font-size: 8pt;
	width: 50%;
	float: left;
}
#ticketboerse_details .eintrag .kopf .rechts {
	/*color: #191970;*/
	font-size: 8pt;
	width: 49%;
	float: right;
}
#ticketboerse_details .eintrag .inhalt {
	/*color: #191970;*/
	background-color: #fff;
	border-bottom: 2px solid #D93024;
	padding: 7px;
}
#ticketboerse_details .eintrag .inhalt .links {
	/*color: #191970;*/
	width: 60%;
	float: left;
}
#ticketboerse_details .eintrag .inhalt .rechts {
	/*color: #191970;*/
	width: 39%;
	float: right;
}
#ticketboerse_details .eintrag .inhalt .text {
	padding: 10px 0;
}


#ticketboerse_details .formular,
#ticketboerse_loginout .formular {
	padding: 3px 0;
}
#ticketboerse_details .formular .inhalt,
#ticketboerse_loginout .formular .inhalt {
	padding: 5px;
	background-color: #E8E8E9;
	border-top: 2px solid #D93024;
	border-bottom: 2px solid #D93024;
}

#ticketboerse_details .formular form,
#ticketboerse_loginout .formular form {
	margin: 0;
}
#ticketboerse_details .formular .eingabe,
#ticketboerse_loginout .formular .eingabe {
	padding: 3px 0;
}
#ticketboerse_details .formular label,
#ticketboerse_loginout .formular label {
	width: 100px;
	display: block;
	float: left;
}
#ticketboerse_details .formular .button,
#ticketboerse_loginout .formular .button {
	text-align: center;
	padding: 5px 0;
}
#ticketboerse_details .formular select {
	font-size: 8pt;
}

#ticketboerse_details input.frmText { width: 250px; }
#ticketboerse_details input.frmText2 { width: 50px; }
#ticketboerse_details input.frmText3 { width: 193px; }
#ticketboerse_loginout input.frmText { width: 145px; }

h3.meldung { color: #f00; }

#ticketboerse_details h3 {
	color: #3E3F40;
	font-size: 10pt;
	font-weight: bold;
}

#ticketboerse_details ul {
	margin: 0 0 10px 30px;
	list-style-type: disc;
}
#ticketboerse_details ul li {
	line-height: 125%;
}
