@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}

#vlag a{
	color: #999999;
	line-height: 30px;
	font-size: 14px;
	
}
	
#vlag a:hover{
	color: #FFFFFF;
		}

#vlag{
	clear: both;
	float: left;
	width: 100%;
	display: none;
}

#routeMobiel a{
	color: #999999;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
}
	
#routeMobiel a:hover{
	color: #FFFFFF;
	
	
		}	
		
	#routeDesktop a{
	color: #999999;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
}
	
#routeDesktop a:hover{
	color: #FFFFFF;
	
	
		}	
	
		

#navMobiel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 100;
	background-color: #1A0000;
}



#nav {
	display: none;
}
#routeDesktop {
	display: none;
	margin-top: 100px;
}
.headerinrouteDesktop {
	display:none;
	padding-bottom: 25px;
}

#main {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
#cleareen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cleartwee {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#side {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#player{
	background-color: #1A0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A0000;
}

#routeMobiel{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 60px;
	margin-top: 50px;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}

#vlag{
	clear: both;
	float: left;
	width: 100%;
	display: none;
}

#navMobiel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 100;
}



#nav {
	display: none;
}
#routeDesktop {
	display: block;
	text-align: center;
	margin-top: 70px;
}
.headerinrouteDesktop {
	display:none;
	padding-bottom: 25px;
}
#main {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#cleareen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cleartwee {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#side {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#routeMobiel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}


}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	float: left;
}

#vlag{
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #1A0000;
	height: 25px;
	position: fixed;
	z-index: 9999;
	margin-top: 0px;
}

#navMobiel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}


#routeDesktop {
	clear: none;
	float: right;
	width: 60%;
	display: block;
	margin-right: 5%;
	background-color: #1A0000;
	margin-top: -20px;
}
.headerinrouteDesktop {
	display: block;
	padding-bottom: 25px;
}
#nav {
	float: left;
	width: 25%;
	display: block;
	position: fixed;
	margin-top: 115px;
}


#cleareen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 30px;
}


#cleartwee {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#side {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35%;
	display: block;
}

#main {
	clear: none;
	float: right;
	width: 60%;
	display: block;
	margin-right: 5%;
}
#player{
	background-color: #1A0000;
	width: 35px;
}
#routeMobiel{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
}
.inplayer {
	width: 35px;
}
