body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #414141;
	background-color: #f8f3e6;
	background-image: url(../gfx/bg.gif);
	background-repeat: repeat-x;
}

#main {
	width: 876px;
	margin: 0 auto 10px;
}

#header {
	height: 106px;
	overflow: hidden;
}

#header h1 {
	width: 165px;
	height: 87px;
	margin: 0;
	background-image: url(../gfx/logo.gif);
}

#header h1 a {
	display: block;
	height: 100%;
}

#header h1 a span {
	display: none;
}

#header form {
	display: block;
	position: relative;
	width: 184px;
	height: 37px;
	top: -87px;
	left: 666px;
	padding-top: 50px;
	padding-left: 26px;
	background-image: url(../gfx/nl.gif);
	background-repeat: no-repeat;
	color: #fff;
}

#header form input#nl_email {
	width: 100px;
	color: #333;
}

#header form input#nl_submit {
	width: 61px;
	height: 13px;
	position: relative;
	top: 2px;
	left: 6px;
}

#footer {
	text-align: right;
}

#content {
	padding-top: 10px;/*25px;*/
}

div.ticket {
	width: 282px;
	height: 593px;
	float: left;
	margin: 0 5px 20px;
	overflow: hidden;
	background-image: url(../gfx/ticket_bg.gif);
}

div.ticket div.head {
	overflow: hidden;
	padding: 30px 10px 10px 30px;
	height: 67px;
}

div.ticket div.image {
	overflow: hidden;
	height: 405px;
	padding-left: 30px;
}

div.ticket div.foot {
	overflow: hidden;
	padding: 10px 10px 0 30px;
	height: 70px;
}

div.ticket span.date {
	font-style: italic;
	font-size: 9pt;
}

div.ticket h2.title {
	width: 185px;
	font-size: 14pt;
	font-weight: bold;
	color: #602617;
	margin: 0 0 6px;
}

div.ticket h3.bonus {
	font-size: 12pt;
	font-weight: bold;
	color: #602617;
	margin: 0;
}

div.bigboard {
	min-height: 396px;
	margin-bottom: 20px;
	padding: 38px 38px 20px;
	/*overflow: hidden;*/
	background-image: url(../gfx/bg_impressum.gif);
	background-repeat: no-repeat;
	background-color: #F0ECE3;
	font-size: 9pt;
}

div.bigboard div.left {
	width: 300px;
	height: 100%;
	float: left;
	margin-right: 30px;
}

div.bigboard div.right {
	width: 460px;
	height: 100%;
	float: left;
}

a:link, a:active, a:visited {
	color: #d55233;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #602617;
	margin: 0 0 20px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #602617;
	margin: 0 0 10px;
}

div.cleaner {
	height: 0;
	clear: both;
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

#intro {
	width: 866px;
	height: 156px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	left: 5px;
	background-image: url(../gfx/bg_intro.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: #602617; 
}
#intro .left {
	width: 415px;
	height: 135px;
	position: absolute;
	top: 15px;
	left: 19px;
}
#intro .right {
	width: 390px;
	height: 135px;
	position: absolute;
	top: 15px;
	right: 10px;
}
#intro h3 {
	font-size: 13pt;
	font-style: italic;
}

ul.terms {
	margin: 10px;
	padding: 5px;
	list-style: square;
}
ul.terms li { margin-bottom: 5px; }

ol.roman { margin-bottom: 20px; list-style-type: upper-roman; }
ol.roman li, ol.decimal li { margin-bottom: 10px; }
ol.decimal { margin-top: 5px; list-style-type: decimal; }




