@charset "UTF-8";
/* CSS Document */

/* ALL */

body, h1, h2, h3, h4, h5, h6, form, fieldset, legend, p, ul, li, input, a, img{
	padding:0;
	margin:0;
	border:none;
}

body{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(images/bg.png) repeat-x;
	background-color:#6ed6f8;
}

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



h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#fac035;
	margin-bottom:10px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#fac035;
		margin-bottom:2px;
}

ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.clear{
	clear:both;
}

.wrapper{
	width:980px;
	margin:0px auto;
	/* background:url(images/bg1.png) repeat-y ; */
	
}

/* HEADER */

.header{
	width:980px;
	height:346px;
	margin:0px;
	/*background-image:url(header.png);*/
}

.headerinhoud{
	width:300px;
	height:400px;
    //margin:-350px 0px 0px 650px;
    margin:50px auto 50px;
}

/* HOME */
	
.home{
	width:980px;
	height:675px;
	margin:0px;
	/*background-image:url(home.png);*/
}

/* FESTIVALINFO */

.festivalinfo{
	width:980px;
	height:936px;
}

.inhouddiv{
	width:500px;
	height:600px;
	float:left;
}
	
.menu{
	float:left;
	width:250px;
}

.tekening{
	position:absolute;
	width:289px;
	height:213px;
	background:url(images/tekeninginfo.png) no-repeat;
	margin:100px 0px 0px 750px;
}

.inhoud{
	display:none;
}

.inhoud.on{
	display:block;
}

.festivalalgemeenmenu{
	width:155px;
	height:115px;
	margin:40px 0px 0px 0px;
	
}


/* LINEUP */

.lineup{
	width:980px;
	height:884px;
	margin:0px;
	/*background-image:url(lineup.png);*/
}

.artiestinfo{
	width:180px;
	height:200px;
	float:left;
	margin-top:160px;
	padding-right:15px; 	
}

.movie{
	width:443px;
	height:262px;
	float:left; 
		
}

.artiesten{
	width:300px;
	height:250px;
	float:right;
	
}

.more{
	width:452px;
	height:20px;
	float:right;
	margin-top:30px;
	
}

.more ul li{
	display:inline;
	margin:15px 30px;
	padding-bottom:10px;
	
}

.inhouddivlineup{
	width:650px;
	height:400px;
	float:left;	
}
	
.inhoudlineup{
	display:none;
}

.inhoudlineup.on{
	display:block;
}
	
.lineupalgemeenmenu{
	float:right;
	width:155px;
	height:115px;
	margin:-50px 0px -40px 0px;
	
}
	
	
/* TICKETS */

.tickets{
	width:980px;
	height:775px;
	margin:0px;
	/*background-image:url(tickets.png); */
}

.inhouddivtickets{
	width:430px;
	height:600px;
	float:left;
	
}
	
.menutickets{
	float:left;
	width:350px;
}

.tekeningtickets{
	position:absolute;
	width:301px;
	height:341px;
	background:url(images/tekeningtickets.png) no-repeat;
	margin:100px 0px 0px 0px;
}

.inhoudtickets{
	display:none;
}

.inhoudtickets.on{
	display:block;
}

.ticketsalgemeenmenu{
	float:right;
	width:155px;
	height:115px;
	margin:150px 0px 0px 0px;

}

/* PICTURE */

.pictures{
	position:relative;
	width:980px;
	height:684px;
}

.picturestext{
	position:absolute;
	top:300px;
	right:0px;
	float:right;
	width:155px;
}

.picturessalgemeenmenu{
	
	position:absolute;
	top:450px;
	right:0px;
	width:155px;
	height:115px;

}
.flashcontent{
	margin:150px;
}


/* Footer */

.footer{
	width:980px;
	height:50px;
	margin:50px 0px;
	padding-top:5px;
	float:right;
	background:url(images/footerboarder.jpg) repeat-x;
}




