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

body {
	background-color: #000000;
	margin:0;
}

/**************************
CONTAINER
**************************/

#container {
	position:relative;
	width: 747px;
	margin: auto;
	top: 20px;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #2bbfca;
}
a:visited {
	color: #2bbfca;
}
a:hover {
	color: #2bbfca;
}
a:active {
	color: #2bbfca;
}

/**************************
VERSCHILLENDE STIJLEN
**************************/

#style_blauw {
	background-image: url(images/achtergrond.gif);	
	background-repeat: no-repeat;	
	width:748px;
	height:767px;
}
#style_paars {
	background-image: url(images/achtergrond_club.gif);
	background-repeat: no-repeat;	
	width:748px;
	height:767px;
}
#style_rood {
	background-image: url(images/achtergrond_word.gif);	
	background-repeat: no-repeat;	 
	width:748px;
	height:767px;
}
#style_geel {
	background-image: url(images/achtergrond_live.gif);	
	background-repeat: no-repeat;	
	width:748px;
	height:767px;
}
#style_oranje {
	background-image: url(images/achtergrond_route.gif);
	background-repeat: no-repeat;		
	width:748px;
	height:767px;
}
#style_groen {
	background-image: url(images/achtergrond_kaart.gif);
	background-repeat: no-repeat;		
	width:748px;
	height:767px;
}

/**************************
HEADER
**************************/

#button_home {
	position:absolute;
	left:85px;
	top:0px;
	width:67px;
	height:42px;
	z-index:1;
}
#button_liveartzone {
	position:absolute;
	left:163px;
	top:0px;
	width:101px;
	height:21px;
	z-index:1;
}
#button_clubndsm {
	position:absolute;
	left:285px;
	top:0px;
	width:105px;
	height:40px;
	z-index:1;
}
#button_wordlid {
	position:absolute;
	left:408px;
	top:0px;
	width:72px;
	height:40px;
	z-index:1;
}
#button_kaartverkoop {
	position:absolute;
	left:505px;
	top:0px;
	width:108px;
	height:41px;
	z-index:1;
}
#button_route {
	position:absolute;
	left:636px;
	top:0px;
	width:66px;
	height:40px;
	z-index:1;
}

/**************************
CONTENT
**************************/

#content {
	position: relative;
	left: 80px;
	top: 60px;
	width: 625px;
	height: 550px;
	}
	
#left {
	float: left;
	padding-left: 30px;
	margin-top: 10px;
	width: 280px;
	height: 270px;
	}

#right { 
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	width: 280px;
	height: 380px;
	}
#left_breed {
	float: left;
	padding-left: 30px;
	margin-top: 20px;
	width: 600px;
	height: 270px;
	}
.titel_blauw {
	font-size: 36px;
	color: #2bbfca;
	}

.bold_blauw {
	font-size: 12px;
	font-weight: bold;
	color: #2bbfca;
	}
.blauw {
	font-size: 12px;
	color: #2bbfca;
	}
.bold {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}

.bold_schuin {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	}
		

#live_art_nav {
	position: relative;
	margin-left: 400px;
	top: 25px;
	width: 200px;
	height: 20px;
	text-align: right; 
	}

#logo {
	position: absolute;
	margin-left: 160px;
	bottom: 180px;
	width: 141px;
	height: 141px;
	background-image: url(images/logo.jpg); 
	}

#subnav {
	position: absolute;
	margin-left: 610px;
	bottom: 100px;
	width: 100px;
	height: 47px; 
	}

.copyright_tekst {
	font-size: 10px;
	font-style: italic;
	}

#route_adres {
	position: absolute;
	height: 30px;
	width: 300px;
	margin-left: 110px;
	margin-top: 11px;
	font-size: 10px;
	}
	

/**************************
FOOTER
**************************/

#footer {
	position: absolute;
	margin-left: 325px;
	bottom: 25px;
	width: 400px;
	font-size: 10px;
	}
	
#logo_klein {
	position: absolute;
	margin-left: 235px;
	bottom: 35px;
	width: 77px;
	height: 46px;
	background-image: url(images/logo_klein.gif); 
	}	

#logo_rechts {
	position: absolute;
	margin-left: 588px;
	bottom: 40px;
	width: 150px;
	height: 29px;
	background-image: url(images/mediawharf.jpg); 
	}	
		
