@charset "utf-8";

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#444;
	text-align: center;
	margin: 0;
	padding: 0;
}
.breaker {
	clear: both;
}
table tr td {
	text-align: left;
	vertical-align: top;
}
img {
	max-width: 100%;
	height: auto;
}


/* framework */

#banner {
	position: relative;
	margin-bottom: 15px;
}
#menue {
	position: relative;
	margin-bottom: 0px;
}
#headline {
	position: relative;
	margin-bottom: 15px;
}
#headline h1 {
	margin: 0;
	padding: 0;
}
#content {
	position: relative;
}



/* login */

#login {
	display: inline-table;
	width: 300px;
}
.loginCol1 {
	width: 150px;
}
.loginCol2 {
	width: 150px;
}
.loginField {
	width: 100px;
}


/* menu */

#menu div {
	display: inline-block
}

#menu div a {
	display: block;
	padding: 5px 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #ff281b;
	background-image: linear-gradient(#ff5348, #ff281b);
	text-decoration: none;
}


/* error messages */

.errorField {
	font-weight: bold;
	color: #ff281b;
}
.errorFieldTop {
	font-size: 40px;
	display: inline-block;
	margin-bottom: 20px;
}


.hint {
	color: #0000ee;
}
.hint:visited {
	color: #0000ee;
}
.hintImportant {
	font-size: 18px;
	color: #0000ee;
}

.hintImportantBold {
	font-weight: bold;
	font-size: 18px;
	color: #0000ee;
}

.hintImportantBold:visited {
	color: #0000ee;
}

#hintAR {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bbb;
	background-color: #eee;
	padding: 5px;
	max-width: 620px;
}

#hintAR img {
	max-width: 100%;
	height: auto;
}

.hintInfo {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bbb;
	background-color: #eee;
	padding: 5px;
	max-width: 620px;
}

/* seatplan */

#seatplanFHBig {
	display: none;
}
#seatplanOHBig {
	display: none;
}



/* order form */

.orderForm {
	position: relative;
	display: inline-table;
	margin-top: 10px;
	background-color: #eee;
	border-collapse: collapse;
}
.orderForm td {
	border: 1px solid #bbb;
	padding: 3px;
	color: #000;
}
.orderTitle {
	text-align: center;
	font-weight: bold;
	background-color: #ddd;
}
.orderSubTitle {
	background-color: #ddd;
	font-weight: bold;
}
.col1 {
	width: 160px;
}
.col2 {
	width: 250px;
}

.col3 {
	width: 20px;
	text-align: right;
}
.col4 {
	width: 70px;
}
.game {
	width: 70px;
}
.col5 {
	/*	width: 50px;*/
}
.field {
	border: 1px solid #bbb;
}
.number {
	width: 45px;
}
.remarks {
	/*width: 40%;*/
	/*min-width: 500px;*/
	/*height: 170px;*/
	margin-top: 5px;
}
.email {
	width: 250px;
}
.submit {
	margin-top: 10px;
	padding: 5px 14px;
	border-radius: 5px;
	color: #fff;
	background-color: #ff281b;
	background-image: linear-gradient(#ff5348, #ff281b);
	text-decoration: none;
	cursor: pointer;
	border: 0;
	font-size: 107%;
}
.memberNr {
	color: #aaa;
}
#stars {
	position: relative;
	display: inline-table;
	max-width: 450px;
}
.grey {
	color: #bbb;
}
#addons {
	margin-top: 20px;
	display: inline-table;
}
.wishes {
	display: inline-table;
	background-color: #eee;
}
.headlineWishes {
	margin-bottom: 5px;
}


/* prices */

.invert {
	color:#fff;
}
.tableFH {
	position: relative;
	display: inline-table;
	border-collapse:collapse;
	border-color: #666;
}
.tableFH td {
	border-color: #666;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}
.tableFH td:first-child {
	font-weight: bold;
}
.tableLegende {
	position: relative;
	display: inline-table;
	border-collapse:collapse;
	border-color: #ddd;
	max-width: 600px;
}
.tableLegende td {
	border-color: #ddd;
	vertical-align: top;
	text-align: left;
}
.tableFF {
	position: relative;
	display: inline-table;
	border-collapse:collapse;
	border-color: #666;
}
.tableFF td {
	border-color: #666;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}