body{ 	
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	color: #231F20;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background: #ffffff;
}

/*
**	CORE LAYOUT
*/

#overlay{
	position: absolute;
	width: 984px;
	height: 640px;
	left: 50%;
	top: 50%;
	margin-left: -492px;
	margin-top: -300px;
	text-align: left;
	z-index: 200;
	cursor: pointer;
	display: none;
}

#site{
	position: absolute;
	width: 984px;
	height: 610px;
	left: 50%;
	top: 50%;
	margin-left: -492px;
	margin-top: -300px;
	text-align: left;
	z-index: 2;
}

#flash{
	position: absolute;
	width: 984px;
	height: 610px;
	left: 50%;
	top: 50%;
	margin-left: -492px;
	margin-top: -300px;
	text-align: left;
}

#menu{
	position: absolute;
	width: 741px;
	height: 74px;
	margin-left: 205px;
	margin-top: 110px;
	z-index: 5;
}

#menubar{
	position: absolute;
	margin-top: 20px;
	margin-left: 25px;
	font-size: 12px;
	line-height: 13px;
	z-index: 6;
}

#menubar a{
	text-transform: lowercase;
	color: #231F20;
	text-decoration: none;
	padding-right: 9px;
}

#menubar a:hover{
	color: #F39C27;
}

#lang{
	position: absolute;
	margin-left: 800px;
	margin-top: 78px;
	z-index: 7;
}

#newsletter{
	position: absolute;
	width: 150px;
	height: 30px;
	top: 565px;
	left: 60px;
	background-color: #E30372;
	text-align: left;
}

#input_nieuwsbrief{
	position: absolute;
	left: 1px;
	width: 146px;
	height: 12px;
	line-height: 11px;
	border: 1px solid #ffffff;
	background: #ffffff;
	font-size: 9px;
	padding: 0px;
}

#container{
	position: absolute;
	margin-top: 157px;
	margin-left: 225px;
	width: 682px;
	height: 353px;
	z-index: 10;
}

#sponsors{
	position: absolute;
	margin-top: 525px;
	margin-left: 225px;
	width: 682px;
	height: 70px;
}

#buytickets{
	position: absolute;
	z-index: 50;
	margin-top: 402px;
	margin-left: 60px;
}

.header{
	font-size: 12px;
	line-height: 15px;
	padding-left: 3px;
	display: block;	
}

.loader{
	background: url('http://www.lovedancefestival.com/img/ajax-loader.gif') center center no-repeat;
}

/*
**
*/

.block{
	position: absolute;
	z-index: 50;
	background-color: #ffffff;
}

.blockheader{
	height: 16px;
	line-height: 16px;
}

.blockheadertext{
	float: left;
	font-size: 13px;
	margin-left: 4px;
	text-transform: lowercase;	
}

.blockheadernav{
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	z-index: 99;
}

.blockcontent{
	position: absolute;
	overflow: hidden;
	width: 100%;
}

.blockscrollcontainer{
	position: absolute;
	overflow: hidden;
	margin: 4px;
}

.blockscrollcontent{
	
}

.scrollbar{
	position: absolute;
	right: 5px;
	width: 6px;
	display: none;
}

.scrollhandle{
	width: 6px;
	margin-top: 5px;
	height: 20px;
	cursor: pointer;
	display: none;
	z-index: 99;
}

.blockfooter{
	position: absolute;
	bottom: 0px;
	height: 16px;
	line-height: 16px;
	width: 100%;
}

.blockfooter a:hover{
	color: #ffffff;
}

.blockfootertext{
	float: left;
	font-size: 13px;
	margin-left: 4px;	
}

.blockfooternav{
	float: right;
	margin-right: 4px;
	margin-top: 2px;
}

.clickable{
	cursor: pointer;
}

/*
**	CONTENT STYLES
*/

.content h2{
	font-size: 15px;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

.content p{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

.content .txtbutton{
	color: #000000;
	text-decoration: none;
}

.content a{
	color: #000000;
}

.inputtext{
	font-size: 11px;
}

.inputbutton{
	font-size: 11px;
}

.error{
	color: #ff0000;
}

/*
**	DROP SHADOW
*/
.dropshadow{
	z-index: 10;
}

.shadowelement{
	position: absolute;
}

.lefttop{
	width: 38px;
	height: 12px;
}
.leftbg{
	width: 20px;
	background: url('http://www.lovedancefestival.com/img/s_bg_l.png') repeat-y;
}
.leftbottom{
	width: 38px;
	height: 30px;
}
.bottombg{
	height: 30px;
	background: url('http://www.lovedancefestival.com/img/s_bg_b.png') repeat-x;
}
.rightbottom{
	width: 34px;
	height: 30px;
}
.rightbg{
	width: 34px;
	background: url('http://www.lovedancefestival.com/img/s_bg_r.png') repeat-y;
}
.righttop{
	width: 34px;
	height: 34px;
}
.topbg{
	height: 12px;
	background: url('http://www.lovedancefestival.com/img/s_bg_t.png') repeat-x;
}