@CHARSET "ISO-8859-1";
/* Fix for ie8 */
form {
	margin: 0px;
	padding: 0px;
}

a:link,a:visited,a:active,a:hover {
	text-decoration: none;
}

body {
	text-align: center;
	margin: 0;
}

.content {
	font-family: verdana, sans-serif;
	font-size: 16px;
	margin: auto;
	width: 95%;
	text-align: left;
	min-width: 890px;
}

.in_den_warenkorb_img {
	margin-left: 5%;
	float: left;
}

.buchung_ueber_saalplan_img {
	margin-left: 5%;
	display: inline;
}

.zum_warenkorb_img {
	margin-top: 5px;
	margin-left: 5%;
	display: inline;
}

.warenkorb_loeschen_img {

}

.loeschen_img {

}

.lieferadresse_speichern_img {
	margin-bottom: 1.5em;
}

.buchen_header {
	margin-top: 10px;
	height: 40px;
	border-radius: 5px;
	filter: none;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.buttonlabel {
	margin-top: 5px;
	display: inline-block;
	vertical-align: middle;
}

.greenBack {
	background-color: #339933;
}

.organgeBack {
	background-color:#395798;
}

.header_icon {
	background-color: #FFFFFF;
    background-image: url("../img/header_bg.png");
    background-repeat: repeat-x repeat-y;
    border-radius: 5px;
    text-align: center;
}

.header_icon img {
	width:100%;
}

.green {
	color: #395798;
}

.gray {
	color:#395798;
}

.orange {
	color:#395798;
}

.path {
	margin-top: 10px;
	height: 30px;
}

.path span {
	margin-right: 20px;
}

.path a {
	text-decoration: none;
	margin-right: 35px;
}

.path .green {
	font-weight: bold;
}

.panel {
	position: relative;
	border: 1px solid #D0CDCE;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	margin-top: 10px;
}

.panel h1 {
	font-size: 1.2em;
	margin-top: 1.5em;
}

.panelHeader {
	line-height:24px;
	height: 24px;
	background-color: #395798;
	color: #ffffff;
	padding: 3px 3px 3px 15px;
}

.panelHeaderError {
	height: 24px;
	background-color: #F4500A;
	color: #ffffff;
	padding: 3px 3px 3px 15px;
}

.panelContent {
	padding: 1%;
}

.clear {
	clear: both;
}

.eventLeft {
	float: left;
	width: 35%;
}

.eventRight {
	float: left;
	width: 60%;
}

.seatAddedToBasket {
	text-align:center;
	margin-bottom:10px;
}

.componentWidth {
	width: 300px;
}

select.componentWidth {
	width: 304px;
}

.panelAdresseLeft,.panelAdresseRight {
	margin-top: 10px;
	float: left;
}

.panelAdresseLeft {
	width: 400px;
}

.panelAdresseRight {
	width: 450px;
	margin-left: 50px;
}

.panelContentFieldContainer {
	margin-top: 10px;
}

.panelLieferanschrift {
	width: 31%;
	border: 1px black solid;
	margin-top: 10px;
	margin-right: 10px;
	min-height: 150px;
}

.fieldFull {
	width: 252px;
}

table.fieldFull {
	padding: 0;
	width: 97%;
}

select.fieldHalf {
	width: 126px;
}

.fieldHalf {
	width: 120px;
}

.fieldOneFourth {
	width: 52px;
}

select.fieldOneFourth {
	width: 62px;
}

.fieldThreeFourth {
	width: 188px;
}

.columnLabel {
	font-size: 12px;
	width: 150px;
}

td.columnSumme {
	width: 150px;
}

td.columnKategorie {
	width: 180px;
}

td.columnButtonWarenkorb {
	width: 250px;
}

td.columnPreisstufe {
	width: 120px;
}

td.columnPreis,td.columnAnzahl {
	width: 80px;
}

.footer {
	float: right;
	margin-top: 5px;
}

/**
 * (C)Leanest CSS spinner ever
 * Credit: http://lea.verou.me/2013/11/cleanest-css-spinner-ever/
 */

@-webkit-keyframes spin {
    to { -webkit-transform: rotate(1turn); }
}
@keyframes spin {
	to { transform: rotate(1turn); }
}

.progress {
	position: relative;
	display: inline-block;
	width: 5em;
	height: 5em;
	margin: 0 .5em;
	font-size: 12px;
	text-indent: 999em;
	overflow: hidden;
	animation: spin 1s infinite steps(8);
	-webkit-animation: spin 1s infinite steps(8);
}

.small.progress {
	font-size: 6px;
}

.large.progress {
	font-size: 24px;
}

.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 2.25em; /* (container width - part width)/2  */
	width: .5em;
	height: 1.5em;
	border-radius: .2em;
	background: #eee;
	box-shadow: 0 3.5em #eee; /* container height - part height */
	transform-origin: 50% 2.5em; /* container height / 2 */
	-webkit-transform-origin: 50% 2.5em;
}

.progress:before {
	background: #555;
}

.progress:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #777;
}

.progress > div:before {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	background: #999;
}

.progress > div:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	background: #bbb;
}

.organizer {
	text-size:14px;
	margin-top:10px;
	text-align:center;
}

div#credit-card-fields{
	padding: 1em;

}