html {
	height: 100%;
	min-height: 600px;
}
body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #000 url(../img/body-bkg.png) no-repeat center center;
	height: 100%;
	min-height: 600px;
}
h1,
.h1 {
	font-size: 50px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h1 div,
.h1 div {
	height: 45px;
	overflow: hidden;
}
h1 div.large,
.h1 div.large {
	font-size: 80px;
	height: 75px;
}
h2 {
	font-size: 25px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 16px;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #fcef03;
}
h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}
a {
	color: #fff;
}
a img {
	border: 0;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
p.small {
	font-size: 10px;
	line-height: 11px;
	padding: 0;
	margin: 0;
}
ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
}

/**/

.button_purple {
	color: #fff;
	background: url(../img/button-purple-bkg.png) no-repeat right 0;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 30px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.button_purple span {
	background: url(../img/button-purple-bkg.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	height: 26px;
	display: block;
	float: left;
}
.button_yellow {
	color: #48130c;
	background: url(../img/button-yellow-bkg.png) no-repeat right 0;
	height: 42px;
	font-size: 15px;
	line-height: 42px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 40px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.button_yellow span {
	background: url(../img/button-yellow-bkg.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	height: 42px;
	display: block;
	float: left;
}
.button_small_yellow {
	color: #48130c;
	background: url(../img/button-small-yellow-bkg.png) no-repeat right 0;
	height: 31px;
	font-size: 15px;
	line-height: 31px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 40px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
.button_small_yellow span {
	background: url(../img/button-small-yellow-bkg.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	height: 31px;
	display: block;
	float: left;
}
.font {
	float: left;
	font-size: 40px;
	text-transform: uppercase;
}
.font div {
	height: 32px;
	overflow: hidden;
}
.font_large {
	float: left;
	font-size: 80px;
	text-transform: uppercase;
}
.font_large div {
	height: 64px;
	overflow: hidden;
}

.font_big {
	font-size: 40px;
	text-transform: uppercase;
}
.font_normal {
	font-size: 16px;
	text-transform: uppercase;
}

.red {
	color: #ee341e;
}
.gallery li {
	float: left;
	height: 76px;
	width: 134px;
}
.gallery li a {
	float: left;
	height: 72px;
	width: 130px;
	border: 1px solid #fff;
}

/**/

#container {
	position: absolute;
	width: 960px;
	height: 610px;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #000 url(../img/body-bkg.png) no-repeat center center;
}
#content {
	position: absolute;
	width: 870px;
	height: 500px;
	overflow: hidden;
	top: 5px;
	left: 45px;
	background: url(../img/content-bkg.png) no-repeat 0 bottom;
}
#logo {
	position: absolute;
	width: 220px;
	height: 250px;
	overflow: hidden;
	top: 350px;
	left: 0;
	z-index: 9;
	background: url(../img/logo.png) no-repeat 0 0;
	text-indent: -999px;
}
#logo a {
	width: 220px;
	height: 250px;
	display: block;
}
#header {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
	height: 40px;
	overflow: hidden;
	background: url(../img/header-bkg.png) no-repeat 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header ul {
	padding: 10px;
	margin: 0;
	list-style: none;
}
#header ul li {
	padding: 0 10px;
	margin: 0;
}
#header #menu-level-0 {
	font-size: 17px;
	float: left;
}
#header #menu-level-0 li {
	float: left;
}
#header #menu-level-0 li.active a {
	color: #fcef03;
}
#header #languages {
	float: right;
}
#header #languages li {
	padding: 0 3px;
	float: left;
}
#header #languages li.active a {
	color: #fcef03;
}
#menu-level-1 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	clear: both;
	list-style: none;
}
#menu-level-1 li {
	float: left;
	padding: 0 10px 0 0;
}
#menu-level-1 li.active a {
	color: #fcef03;
}
#menu-level-1 li a {
	color: #fff;
	text-decoration: none;
}
#body {
	width: 830px;
	height: 420px;
	padding: 10px 20px 20px 20px;
	position: relative;
}
#body .left {
	position: absolute;
	left: 20px;
	top: 60px;
	overflow: hidden;
	width: 385px;
	height: 380px;
	text-align: right;
}
#body .right {
	position: absolute;
	right: 20px;
	top: 60px;
	float: right;
	overflow: auto;
	width: 420px;
	height: 380px;
}
#body .right p {
	padding-right: 15px;
}
#body .right div p,
#body .right ul p  {
	padding-right: 0;
}
#body .left_3 {
	position: absolute;
	left: 0px;
	top: 20px;
	overflow: hidden;
	width: 290px;
	height: 400px;
	text-align: center;
}
#body .center_3 {
	position: absolute;
	left: 330px;
	top: 20px;
	float: right;
	overflow: auto;
	width: 250px;
	height: 400px;
}
#body .right_3 {
	position: absolute;
	right: 20px;
	top: 30px;
	float: right;
	overflow: auto;
	width: 260px;
	height: 410px;
}

#footer {
	font-size: 10px;
	line-height: 11px;
	color: #ccc;
	padding: 10px 10px 0 0;
	margin: 0;
	position: absolute;
	overflow: hidden;
	top: 500px;
	left: 210px;
}
#footer li {
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}
#footer li a {
	color: #ccc;
	text-decoration: none;
}
#footer li span {
	background: #330b01;
}
#footer #feld {
	width: 77px;
	height: 37px;
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/feld.png) no-repeat 0 0;
	text-indent: -999px;
}
#footer #legals {
	width: 375px;
}

/**/

.index #content {
	background: url(../img/content-bkg-index.png) no-repeat 0 bottom;
}
.index #body {
	padding: 0;
}
.index h1 {
	font-size: 80px;
}
.index h1 div {
	height: 70px;
}
.index h2,
.index .h2 {
	font-size: 35px;
	text-transform: uppercase;
}
.index h2 div,
.index .h2 div {
	height: 30px;
	overflow: hidden;
}
.index #swf {
	position: absolute;
}
.index .container {
	position: absolute;
	text-align: right;
	width: 830px;
	padding: 20px;
}
.index .container .infos {
	position: absolute;
	right: 20px;
	top: 165px;
	width: 240px;
}
.index .container .infos .button_yellow {
	width: 200px;
	margin: 0 0 5px 0;
}
.index .container .infos .button_purple {
	width: 210px;
	margin: 0 0 5px 0;
}
.index #dates {
text-align: left;
position: absolute;
top: 370px;
right: 20px;
} 

/**/
.freestyle-bikers-bmx #content {
	background: url(../img/content-bkg-freestyle-bikers-bmx.png) no-repeat 0 bottom;
}

.grave-digger #content {
	background: url(../img/content-bkg-grave-digger.png) no-repeat 0 bottom;
}
.charlie-pauken #content {
	background: url(../img/content-bkg-charlie-pauken.png) no-repeat 0 bottom;
}
.monster-mutt-dalmatian #content {
	background: url(../img/content-bkg-monster-mutt-dalmatian.png) no-repeat 0 bottom;
}
.candice-jolly #content {
	background: url(../img/content-bkg-candice-jolly.png) no-repeat 0 bottom;
}
.el-toro-loco #content {
	background: url(../img/content-bkg-el-toro-loco.png) no-repeat 0 bottom;
}
.alex-blackwell #content {
	background: url(../img/content-bkg-alex-blackwell.png) no-repeat 0 bottom;
}

/**/

.tickets #content,
.pit-party #content {
	background: url(../img/content-bkg-tickets.png) no-repeat 0 bottom;
}

.tickets .sportpaleis {
	background: url(../img/sportpaleis.png) no-repeat 0 0;
	height: 175px;
	width: 180px;
	padding: 120px 120px 0 120px;
	overflow: hidden;
}
.tickets .sportpaleis h4 {
	float: left;
	width: 55px;
	font-size: 12px;
	padding: 0;
	margin: 0 5px 5px 0;
}
.tickets .cat_price {
	padding: 0 0 0 60px;
}
.tickets .center_3 h4{
	font-size: 18px;
	margin: 0;
}
.tickets .center_3 li{
	font-size: 12px;
}
.tickets .center_3 span.yellow{
	color: #f7d105;
	font-weight: bold;
}
.tickets h4{
	font-size: 15px;
	margin: 0;
}

.tickets p{
	font-size: 12px;
	padding: 0 0 0 60px;
	margin: 0 0 6px 0;
	line-height: 14px;
}
.tickets p.small{
	font-size: 11px;
	text-align:center;
	padding: 0px 10px 10px;
	margin: 0;
}
.tickets .sportpaleis h4.category_1 {
	background: url(../img/category-1.png) no-repeat right center;
}
.tickets .sportpaleis h4.category_2 {
	background: url(../img/category-2.png) no-repeat right center;
}
.tickets .sportpaleis h4.category_3 {
	background: url(../img/category-3.png) no-repeat right center;
}
.tickets .sportpaleis p {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 0 5px 0;
}
.promo-pitpass-home {
	position: absolute;
	top: 165px;
	right: 275px;
	z-index: 10;
}
.promo-pitpass-tickets {
	margin-top: 20px;
}
.promo-pitpass-pitpass {
	margin-top: 10px;
}
/**/

.news .news-list {
	list-style: none;
	padding: 0;
	margin: 0;	
}
.news .news-list li {
	padding:0;
	margin: 0;
	clear: both;
}
.news .news-list li p {
	padding: 0;
	margin: 0 0 10px 0;
}
.news .news-list li .date {
	width: 80px;
	float: left;
	overflow: hidden;
}
.news .news-list li .body {
	width: 220px;
	float: left;
	overflow: hidden;
}
.news .news-list li .download {
	width: 90px;
	float: left;
	overflow: hidden;
}

#pitpass {
	width: 320px;
	height: 90px;
	text-align: right;
	position:absolute;
	bottom: 0px;
	right: 50px;
	}
