@charset "utf-8";
/*
 * 
 *  GENERAL
 * 
 */

* {
	/* Alle Ränder und Aussen- und Innenabstände auf 0 stetzen */
	margin:0;
	padding:0;
	border: none;
}

html {
	/* Höhe des HTML Elements definieren */
	height: 100%;
}

body {
	font-size:12px;
	font-family:verdana;
	/* Höhe des BODY Elements definieren */
	height: 100%;
	/* Farbverlauf als Hintergrund setzen, beginnend links oben und nur auf der X-Achse wiederholend */
	background:#E06846 url(../images/bg_verlauf.jpg) top left repeat-x;
}

#container_frame {
	/* Verschiebt die Hauptbox um 18 Pixel nach links. Dadurch wird bei kleinen Bildschirmen der Schatten links aus dem Bildschirm geschoben */
	left:-18px;
	/* Zentriert die den Div-Container */
	margin:auto auto;
	/* minimale Höhe von 100% wenn der Content nicht die ganze Seite füllt */
	min-height:100%;
	position: relative;
	width:884px;
	/* Setzt den Hintergrund inklusive transparentem Schatten */
	background:url(../images/bg_content.png) top left repeat-y;
	/* Content ausserhalb den Containers verhindern */
	overflow:hidden;
}

* html #container_frame {
	/* IE fix  */
	height: 100%;
}

#container_mainframe {
	/* Link und Rechts 18 Pixel Abstand zur Seite, Contentbereich definiert ohne Schatten */
	margin-left:18px;
	margin-right:18px;
	/* Hintergrund auf weiß falls Bilder im Browser deaktiviert sind */
	background-color:#FFF;
	overflow:hidden;
}

#container_header {
	width:848px;
	height:236x;
	overflow:hidden;
}

#container_content {
	width:799px;
	margin-bottom: 92px;
	overflow:hidden;
	padding-top:20px;
}

#container_content h1.header {
	display:none;
}

#container_content div.footer {
	display:none;
}

#container_content_left {
	float:left;
	width:245px;
	overflow:hidden;
}

#container_content_right {
	float:right;
	width:554px;
	padding-top:8px;
	overflow:hidden;
}

#container_footer {
	position: absolute;
	bottom:0;
	left: 18px;
	width: 848px;;
	height:32px;
	overflow:hidden;
}

#container_footer_content {
	margin:4px;
	height:16px;
	background-color: #A6846B;
	text-align:right;
	padding:4px;
	color:white;
}

#container_footer_content a {
	color:#fff;
	text-decoration:none;
}

#container_footer_content a:hover {
	text-decoration:underline;
}

#container_footer_content a.active {
	font-weight:bold;
}

a {
	color:#A6846B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container_navigation {
	background-color:#ea4029;
	padding:4px;
	height:18px;
	text-align:center;
	color:#fff;
	font-size:14px;
}

#container_navigation a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

#container_navigation a:hover {
	text-decoration:underline;
	font-size:14px;
}

#container_navigation a.active {
	font-weight:bold;
	font-size:14px;
}

#container_breadcrumb {
	display:none;
	padding:4px;
}

* html #container_footer {
	/* IE fix  */
	bottom: -1px;
}

.block_end {
	clear:both;
}

/*
 * 
 * TABLE FORMULAR
 * 
 */

.div_table {
	padding:2px;
}

.table_form {
#	background-color:#DDD;
	width:100%;
	border:0;
	padding:0;
	margin:0;
	font-size:11px;	
}

.table_form td,
.table_form th {
	font-size:11px;
	padding:3px;
}

.table_form td {
	font-size:11px;
	line-height:18px;
}

.table_form td.lineheader {
font-size:12px;
}

.table_form th {
	line-height:14px;
}

.table_form tr.cella,
.table_form td.cella {
#	background-color:#FFF;
}

.table_form tr.cellb,
.table_form td.cellb {
#	background-color:#F5F5F5;
}

.table_form tr.cellc,
.table_form th.cellc,
.table_form td.cellc {
#	background-color:#EEE;
}

.table_form tr.celld,
.table_form th.celld,
.table_form td.celld {
#	background-color:#F5F5F5;
}

.table_form th.cellc,
.table_form th.celld {
	font-weight:bold;
	text-align:left;
}

.table_form td.submit {
	text-align:center;
}

.table_form td.left {
	width:28%;
}

.table_form td.right {
	width:72%;
}

.table_form td.full {
	width:100%;
}

.table_form span.field {
	float:left;
	width:40%;
}

.table_form span.help {
	font-size:10px;
	float:right;
	width:58%;
}

/*
 * 
 * INPUT FORMULAR
 * 
 */

.oswinput {
	font-family:verdana;
	font-size:12px;
	background-color:#fff;
	border:2px inset #bbb;
	line-height:15px;
	width:260px;
	height:15px;
	padding:1px;
}

.oswinputerror {
	font-family:verdana;
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #CFA8A8;
	line-height:15px;
	width:260px;
	height:15px;
	padding:1px;
}

.oswselect {
	font-family:verdana;
	font-size:12px;
	background-color:#fff;
	border:2px inset #bbb;
	line-height:15px;
	width:260px;
	height:21px;
	padding:0px;
}

.oswselecterror {
	font-family:verdana;
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #CFA8A8;
	line-height:15px;
	width:260px;
	height:21px;
	padding:0px;
}

.oswtextarea {
	font-family:verdana;
	font-size:12px;
	background-color:#fff;
	border:2px inset #bbb;
	width:400px;
	height:70px;
	overflow:auto;
	line-height:14px;
}

.oswtextareaerror {
	font-family:verdana;
	font-size:12px;
	background-color:#FFCFCF;
	border:2px inset #bbb;
	width:400px;
	height:70px;
	overflow:auto;
	line-height:14px;
}

.oswselection {
	position:relative;
	top:2px;
}

.oswsubmit {
	font-size:12px;
	font-weight:bold;
	border:1px outset #bbb;
	padding: 1px 2px 1px 2px;
	background-image: url(../images/button.jpg);
}

.oswsubmit:hover {
	background-image: url(../images/button_hover.jpg);
}



.allow {
	font-weight:bold;
	/*	color:#00FF00;*/
}

.disallow {
	font-weight:bold;
	/*	color:#FF0000;*/
}

.detailsview {
	text-align:center;
	width:100%;
	background-color:#DDD;
}

.marked {
	font-weight:bold;
}

.counter {
	display:inline;
	font-weight:bold;
}

.form_title {
	float:left;
}

.form_help {
	float:right;
	padding-top:2px;
	text-align:right;
	width:12px;
	height:13px;
	background:url(../images/btn_help.png) bottom no-repeat;
}

.helptooltip {
	padding:5px;
	border:1px solid #FB7923;
	background-color:#FFD9BF;
}

.form_left {
	width:30%;
}

.form_right {
	width:70%;
}

.table_msg {
	width:100%;
}

.table_msg ul {
	list-style:none;
}

h1 { 
	color:#EA4029;
	font-size:16px;
}

h2 {
	color:#3F342B;
	font-size:14px;
}

#atom_formerror,
#atom_sessionmessage {
	margin-bottom:20px;
	border:2px solid #A00104;
}

#atom_formerror_inner,
#atom_sessionmessage_inner {
	border:2px solid #fff;
	background-color:#A00104;
}

#atom_formerror_inner div.middle,
#atom_sessionmessage_inner div.middle {
	font-weight:bold;
	color:#fff;
}

#atom_formerror_inner h1.header,
#atom_formerror_inner div.footer,
#atom_sessionmessage_inner h1.header,
#atom_sessionmessage_inner div.footer {
	display:none;
}

#atom_content_inner li {
margin-left:20px;

}

#countertickets {
text-align:center;
font-size:21px;
color:#EA4029;
}
