/* ******************** Lay-out ******************** */

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #d7bd8b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
}
#container {
	width: 100%;
	height: 100%;
}
#maincontent {
	width: 930px;
}
.dpn {
	display:none;
}

/* ******************** Header ******************** */
	
#header {
	display: block;
	float: left;
	width: 930px;
	height: 325px;
}
#logo{
	background-image: url(../images/lay-out/header.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 915px;
	height: 275px;
	margin-left: -15px;
	position: relative;
}
#socialmedia{
	display: block;
	float: left;
	width: 150px;
	height: 50x;
	position: absolute;
	right: 0px;
	top: 0px;
}
#buytickets{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 70px;
	bottom: 30px;
}

/* ******************** Navigation ******************** */

#navigation {
	background-image: url(../images/lay-out/background_navigation.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 930px;
	height: 49px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_f2d a{
	background-image: url(../images/navigation/nav_f2d.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 103px;
	height: 40px;
	margin-left: 5px;
	margin-right: -10px;
}
#nav_home a{
	background-image: url(../images/navigation/nav_home.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 70px;
	height: 40px;
}
#nav_home a:hover{
	background-position: left -40px; 
}
#nav_location a{
	background-image: url(../images/navigation/nav_location.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 92px;
	height: 40px;
}
#nav_location a:hover{
	background-position: left -40px; 
}
#nav_lineup a{
	background-image: url(../images/navigation/nav_lineup.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 77px;
	height: 40px;
}
#nav_lineup a:hover{
	background-position: left -40px; 
}
#nav_tickets a{
	background-image: url(../images/navigation/nav_tickets.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 135px;
	height: 40px;
}
#nav_tickets a:hover{
	background-position: left -40px; 
}
#nav_partners a{
	background-image: url(../images/navigation/nav_partners.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	margin-left: 266px;
}
#nav_partners a:hover{
	background-position: left -40px; 
}
#nav_contact a{
	background-image: url(../images/navigation/nav_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;  
	display: block;
	float: left;
	width: 85px;
	height: 40px;
}
#nav_contact a:hover{
	background-position: left -40px;
}
#subnav {
	background-color: #FFF;
	display: block;
	float: left;
	padding-bottom: 5px;
}
#nav_updates a{
	background-image: url(../images/navigation/nav_updates.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -5px;
	position: relative;
	outline: none;
}
#nav_updates a:hover, #nav_updates a.active{
	background-position: left -41px; 
}
#nav_molenvlietpark a{
	background-image: url(../images/navigation/nav_molenvlietpark.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_molenvlietpark a:hover, #nav_molenvlietpark a.active{
	background-position: left -41px; 
}
#nav_directions a{
	background-image: url(../images/navigation/nav_directions.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_directions a:hover, #nav_directions a.active{
	background-position: left -41px; 
}
#nav_ticketsinfo a{
	background-image: url(../images/navigation/nav_ticketsinfo.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_ticketsinfo a:hover, #nav_ticketsinfo a.active{
	background-position: left -41px; 
}
#nav_houserules a{
	background-image: url(../images/navigation/nav_houserules.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_houserules a:hover, #nav_houserules a.active{
	background-position: left -41px; 
}
#nav_vrijwilliger a{
	background-image: url(../images/navigation/nav_vrijwilliger.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_vrijwilliger a:hover, #nav_vrijwilliger a.active{
	background-position: left -41px; 
}
#nav_timetable a{
	background-image: url(../images/navigation/nav_timetable.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_timetable a:hover, #nav_timetable a.active{
	background-position: left -41px; 
}
#nav_gallery1 a{
	background-image: url(../images/navigation/nav_photogallery1.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery1 a:hover{
	background-position: left -41px; 
}
#nav_gallery2 a{
	background-image: url(../images/navigation/nav_photogallery2.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery2 a:hover{
	background-position: left -41px; 
}
#nav_gallery3 a{
	background-image: url(../images/navigation/nav_photogallery3.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery3 a:hover{
	background-position: left -41px; 
}
#nav_gallery4 a{
	background-image: url(../images/navigation/nav_photogallery4.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery4 a:hover{
	background-position: left -41px; 
}
#nav_gallery5 a{
	background-image: url(../images/navigation/nav_photogallery5.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery5 a:hover{
	background-position: left -41px; 
}
#nav_gallery6 a{
	background-image: url(../images/navigation/nav_photogallery6.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery6 a:hover{
	background-position: left -41px; 
}
#nav_gallery7 a{
	background-image: url(../images/navigation/nav_photogallery7.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery7 a:hover{
	background-position: left -41px; 
}
#nav_gallery8 a{
	background-image: url(../images/navigation/nav_photogallery8.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery8 a:hover{
	background-position: left -41px; 
}
#nav_gallery9 a{
	background-image: url(../images/navigation/nav_photogallery9.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery9 a:hover{
	background-position: left -41px; 
}
#nav_gallery10 a{
	background-image: url(../images/navigation/nav_photogallery10.png);
	background-repeat: no-repeat;
	background-position: left top; 
	display: block;
	float: left;
	width: 230px;
	height: 41px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#nav_gallery10 a:hover{
	background-position: left -41px; 
}
	
/* ******************** Content ******************** */

#content{
	background-color: #e9d3a7;
	background-image: url(../images/lay-out/background_content.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 875px;
	min-height: 300px;
	padding-left: 25px;
	margin-top: -10px;
	padding-bottom: 25px;
	position: relative;
}
#shadow{
	background-image: url(../images/lay-out/background_shadow.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 900px;
	height: 20px;
	margin-left: -25px;
	padding-bottom: 5px;
	position: relative;
}
#content-wrap{
	background-image: url(../images/lay-out/raster_layout.gif);
	display: block;
	float: left;
	width: 850px;
}
#content-wrap2{
	background-image: url(../images/lay-out/raster_layout2.gif);
	display: block;
	float: left;
	width: 850px;
}
#content-wrap3{
	display: block;
	float: left;
	width: 850px;
}
#content_left {
	display: block;
	float: left;
	width: 590px;
	padding: 7px 20px 20px 20px;
}
#content_left2{
	display: block;
	float: left;
	width: 630px;
}
#content_right {
	display: block;
	float: left;
	width: 200px;
	margin-left: 20px;
}
#content_djs {
	display: block;
	float: left;
	width: 630px;
}
#content_video {
	background-color: #FFF;
	display: block;
	float: left;
	width: 620px;
	height: 350px;
	padding: 5px;
	margin: -7px 0px 5px -20px;
}
#video{
	display: block;
	float: left;
	width: 610px;
	height: 350px;
}
#poweredby{
	display: block;
	float: right;
}
.content_dj {
	background-color: #d7bd8b;
	display: block;
	float: left;
	width: 630px;
	margin-bottom: 20px;
}
.content_dj .title {
	display: block;
	float: left;
	width: 630px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-left: -15px;
	position: relative;
}
.content_dj .photo {
	display: block;
	float: left;
	width: 130px;
	margin-top: -41px;
}
.content_dj .text {
	font-size: 11px;
	line-height: 15px;
	display: block;
	float: left;
	width: 475px;
	padding: 0px 15px 10px 10px
}
.content_dj .text a{
	color: #987c4a;
	text-decoration: none;
}
#title {
	display: block;
	height: 40px;
	margin-left: -35px;
	position: relative;
}
.tabs{
	display: block;
	width: 636px;
	height: 70px;
	padding: 0px;
	margin: 0px -4px 20px -2px;
	position: relative;
}
.tabs li {
	display: block;
	float: left;
	list-style: none;
}
.tabs li a.f2d, .tabs li a.grotesque, .tabs li a.solidgrooves{
	background-image: url(../images/navigation/tab_f2d.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	display: block;
	float: left;
	width: 214px;
	height: 70px;
	outline: none;
}
.tabs li a.solidgrooves{
	background-image: url(../images/navigation/tab_solidgrooves.gif);
}
.tabs li a.grotesque{
	background-image: url(../images/navigation/tab_grotesque.gif);
	width: 206px;
}
.tabs li.selected a{
	background-position: left -70px;
}
.tabcontentstyle{
	clear: left;
}
.tabcontent{
	display:none;
}
p{
	margin: 10px 0px 20px 0px;
	display: block;
	float: left;
	width: 590px;
}
.tabcontent p{
	color: #aa8e5b;
	font-size: 12px;
	margin: 3px 0px 20px 0px;
	width: 620px;
}
.tabcontent p a{
	color: #aa8e5b;
	text-decoration: none;
}
p.list{
	line-height: 20px;
}
p a {
	color: #FFFFFF;
}
h2 {
	background-color: #FFFFFF;
	color: #E50084;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 2px 5px 3px 5px;
	margin: 10px 0px 0px -5px;
	position: relative;
}
.tabcontent h2 {
	margin: 3px 0px 5px 0px;
}

/* ******************** Tweets ******************** */

#twitter{
	background-color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	color: #e50084;
	display: block;
	width: 200px;
}
.twitted h2 {
	background-color: #e50084;
	font-size: 13px;
	color: #ffffff;
	width: 180px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	display: none;
}
.twitted p.preLoader {
	background-color: #ffffff;
	width: 182px;
	margin: 0;
	padding: 0px 8px 8px 10px;
}
.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	padding-top: 24px;
	list-style-type: none;
}
.twitted ul#twitter_update_list li {
	width: 182px;
	margin: 0;
	padding: 5px 8px 8px 10px;
	border-bottom: 1px dotted #e9d3a7;
}
.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}
.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #e50084;
	text-decoration: none;
}
.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #8d0945;
	text-decoration: none;
}
.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}
#follow {
	display: block;
	width: 200px;
}
#follow a{
	outline: none;
}
#social_tweet{
	display: block;
	width: 200px;
	float: left;
	padding: 10px 0px 10px 0px;
}
#social_like{
	display: block;
	width: 200px;
	float: left;
}
#fb_tw a{
	display: block;
	float: right;
	margin-left: 10px;
	outline: none;
}

/* ******************** Footer ******************** */

#footer {
	background-image: url(../images/lay-out/background_footer.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 840px;
	height: 40px;
	padding: 80px 60px 0px 60px;
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}
.mailinglist, .mailinglist img, .mailinglist form, .mailinglist input{
	float: left;
}
.mailinglist{
	padding-top: 5px;
}
.mailinglist input{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
	border-right: none;
	border-bottom: none;
	float: left;
	width: 150px;
	height: 18px;
	padding-top: 0px;
	padding-left: 5px;
}
.mailinglist_ok{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	float: left;
	padding-top: 8px;
	padding-left: 8px;
}
.logos{
	float: right;
}
