/*
*****************************************************************
		STANDARD OBJEKTS
*****************************************************************
*/
body {
	font-size: 62.5%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image:url(../images/body_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin: 73px 0 0 0;
	padding: 0;
	color: #000000;
}

a  {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0px;
}

input {
	margin: 0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	font-size:1.2em;
}

input.textbox {
	font-size:1.2em;
}

select {
	margin: 0;
	padding: 0;
	color:#000000;
	font-size:1.2em;
}

textarea 
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color : #ffffff;
	border:1px solid #828282;
	background-repeat:repeat-x;
	padding:2px 2px 2px 2px;
	margin:0;
	font-size:1.2em;
}


/* HEADLINES */
label
{
	font-weight:bold;
	color:#000000;
	display:block;
	margin:0 0 5px 0;
	min-height:18px;
}

h1
{
	margin:0 0 56px 0;
	padding:0;
	color:#000000;
	font-size:1em;
	font-weight:normal;
	float:left;
	width:127px;
}

h2
{
	font-family:Bookman Old Style, Arial, Verdana, Helvetica, sans-serif;
  	margin:0 0 0.7em -0.6em;
	padding:0;
	color:#000000;
	font-size:2.8em;
	font-weight:normal;
}

h3,h4,h5,h6
{
	margin:0 0 0 0;
	padding:0;
	color:#000000;
	font-size:1.2em;
	font-weight:normal;
}


ul {
	margin-top:0;
	margin-bottom:1em;	
}

ol {
	margin-top:0;
	margin-bottom:1em;
}

p {
	margin:0 0 1em 0;
	font-size:1.2em;
}

p.preamble 
{
	font-size:1.4em;
	margin:0 0 1.6em 0;
}

.clear-float {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:1px;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}

.block {
	display:block;
}

.relative {
	position:relative;
}

.bold {
	font-weight:bold;
}

.button {
	cursor:pointer;	
}

fieldset
{
	border:0;
	margin:0 0 10px 0;
	padding:0;
	position:relative;
}

div.alert
{
	width:242px;
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	z-index:1002;
	color:#464646;
}

div.alert-alt
{
	width:242px;
	visibility:visible;
	position:absolute;
	overflow:hidden;
	z-index:1002;
	color:#464646;
	display:block;
}

div.alert iframe
{
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

div.alert div.top
{
	background-image:url(../images/global_alert_top.gif);
	background-repeat:no-repeat;
	width:242px;
	height:11px;
	overflow:hidden;
}

div.alert div.middle
{
	position:relative;
	background-image:url(../images/global_alert_middle.gif);
	background-repeat:repeat-y;
	padding:5px 25px 5px 13px;
	_height:32px;
	min-height:32px;
}

div.alert div.middle div.close
{
	position:absolute;
	left:221px;
	top:-9px;
}

div.alert div.middle img
{
	float:left;
	padding:4px 13px 0 0;
}

div.alert div.bottom
{
	clear:left;
	background-image:url(../images/global_alert_bottom.gif);
	background-repeat:no-repeat;
	width:242px;
	height:23px;
	overflow:hidden;
}

div.alert div.bottom-alt
{
	clear:left;
	background-image:url(../images/global_alert_bottom_alt.gif);
	background-repeat:no-repeat;
	width:242px;
	height:23px;
	overflow:hidden;
}





















div.order-tickets,
div.registration
{
	width:50em;
}

div.order-tickets fieldset.column,
div.registration fieldset.column
{
	float:left;
	width:25em;
	margin:0 0 20px 0;
}

div.order-tickets fieldset,
div.registration fieldset
{
	margin:0 0 20px 0;
}

div.order-tickets input.textbox,
div.registration input.textbox
{
	border:0;
	width:193px;
	height:16px;
	background-image:url(../images/input_bg.gif);
	background-repeat:no-repeat;
	padding:8px;
}

div.order-tickets input.filebox,
div.registration input.filebox
{
	width:209px;
	height:20px;
}

div.order-tickets select.selectbox,
div.registration select.selectbox
{
	width:209px;
	background-image:url(../images/input_bg.gif);
	background-repeat:no-repeat;
}

div.order-tickets textarea,
div.registration textarea
{
	border:solid 1px #999999;
	width:457px;
	height:40px;
}

div.order-tickets textarea.large,
div.registration textarea.large
{
	border:solid 1px #999999;
	width:457px;
	height:170px;
}

div.order-tickets p,
div.registration p
{
	font-size:0.9em;
}

