body, html {
		margin:0;
		padding:0;
		font-family:arial;
}

body{background: rgb(26, 26, 26); min-height: 500px; min-width: 1080px;}

h1,h2,h3,h4,h5,p,.text,.titel_text{
	padding: 0px 20px;
	color: rgb(76, 76, 76);
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 19px;
	padding: 0;
}

a, a:link, a:visited {
	color: rgb(66, 85, 165);
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
	cursor: pointer;
}

img {border:none;}

/* Smartphones (portrait) */
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait) {
	#sjds a{font-size: 6px !important;}
	#muziek,#speaker-icon{display: none;}
	#tekstblok{width: 600px !important;}
	.tekst{font-size: 13px !important;}
}
/* Smartphones (landscape) */
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 480px) 
and (orientation : landscape) {
	#tekstblok{top: 100px; position: absolute; width: 670px !important;}
	#sjds{display: none;}
	#muziek,#speaker-icon{display: none;}
	.tekst{font-size: 13px !important;}
}

#tekstblok{
	width: 670px;
	height: 250px;
	left: 80px;
	bottom: 8%;
	background: rgba(255, 255, 255, 0.7);
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: fixed;
}

#balkje{
	top: 50px;
	right: 50px;
	position: relative;
	height: 2px;
	width: 400px;
	background-color: rgb(66, 85, 165);
}

.hidden{display: none;}
.tekst{
	padding: 0 20px;
	color: #4C4C4C;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
}

#titel{
	left: -10px;
	top: 8%;
	width: 350px;
	height: 30px;
	background: rgba(255, 255, 255, 0.6);
    -moz-border-radius: 10px;
    border-radius: 10px;
	position: fixed;
}

.titel_text{
	margin: 0 0 0 65px;
	color: rgb(76, 76, 76);
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 1.17em;
}

.float_menu{
	bottom: 10px;
	width: 600px;
	margin-left: 19px;
	font-size: 20px;
	color: rgb(74, 226, 170);
	position: absolute;
}

.float {
	float: left;
	margin: 0 15px 0 0;
}

img#contact{
	top: 20px;
	right: 20px;
	position: absolute;
	border-radius: 10px;
	height: 160px;
}

#muziek{
	position:fixed;
	width:25px;
	height:25px;
	bottom:0;
	overflow:hidden;
	padding-right: 3px;
	background-color: #1b1b1b;
}
	#muziek div{
		position: absolute;
		top: -272px;
		left: -20px;
	}

#speaker-icon{
	position:fixed;
	bottom: -2px;
	height: 27px;
	width: 50px;
	text-align: right;
	background-color: #1b1b1b;
	padding-bottom: 0;
}
	#speaker-icon img{margin-bottom: -10px;}

#preload{
	display: none;
}

#sjds{
	position: fixed;
	width: 100%;
	bottom: 3px;
	text-align: center;
}

#sjds a{
    color: #CCC;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
	#sjds a:hover{color: #FFF;}

#sjds .amp{
    color: #F7AC22;
    font-family: "Georgia", serif;
}
	
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em;}

#supersized{display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img{-ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img{-ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }