/*  Start waardes      */
/*************** */

html,
button,
input,
select,
textarea {
	color: #fff;
}
textarea {
    resize: vertical;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
	margin: 5px 15px 0px 0px;
}
img[align="right"],
img[style*="float: right"]
img[style*="float:right"]{
	margin: 15px 0px 0px 15px;
}
html {
	-webkit-text-size-adjust: none;
	background-image:url('../images/screencast_bg.png');
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%; 
	overflow: hidden;
}
body,td {
	font-family: 'PT Sans', Arial,sans-serif;
	color: #FFF; 
	font-size:1.8vw;
	line-height:1.4;
	padding:0;
	margin:0;
}
p{
	padding:0;
	margin:0;
	
}
 ul{
	margin:0;
	padding:0;
	padding-left:12px;	
}


/*  koppen      */
/********** */

h1,h2,h3{
	font-family: 'PT Sans',Arial, sans-serif;
	font-weight:400;
	margin-top:0;
}
h1{
	font-size: 2.3vw;
	line-height:1.4;
	margin-top:6px;
	margin-bottom:6px;
}
h2{
	font-size: 2.5vw;
	line-height:1.4;
	color:#fff;
	margin-bottom:10px;		
	padding-top:2px;	
	font-weight:normal;
}
.datum{
	color:#84caef;
}	

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #479ccb;
	margin: 0 0 10px 0;
	padding: 0;
}
.header{
	float:left;position:relative;text-align:center;background-color:#FFF;width:92%;padding:8px 4% 0 4%;
}
.header img{
	max-width:200px;max-height:100px;
}
.progressbarDiv{
	float:left;position:relative;text-align:center;width:100%;background-color:#b6e2f9;
}
.titelDiv{
	float:left;position:relative;text-align:center;width:92%;padding:8px 4% 0 4%;
	color:#000;	
	background-color:#b6e2f9;
}

.main{
	float:left;position:relative;text-align:center;width:92%;padding:30px 4% 8px 4%;
}
.inhoud{
	float:left;position:relative;text-align:center;width:92%;padding:8px 4%;
}
.slides,.nieuwsslides{
	display:none;
}
.footer{
	position:fixed;text-align:center;width:100%;padding:8px 0;
	bottom:0;
}
.nummer{
	position:absolute;
	right:3%;
}]
.footer img{
	float:right;
}
.schoolsite{
	max-width:100px;
	width:20%;
	position:absolute;
	right:3%;
	bottom:15px;
}
.car_blokjes{
	z-index:100;
	display:inline-block;
}
.car_blokje{
	float:left;
	position:relative;
	width:14px;
	height:14px;	
	margin-left:9px;
	cursor:pointer;
	background-color:#176ea0;
	border-radius:7px;	
}
.blokhi{
	background-color:#FFF;
}
/* links   */
/***************/

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
a.button{ 
	position:relative;
	display:inline-block;
	background-color:#085178;
	padding:5px 20px; 
	margin:10px 0 0 0; 
	font-weight:normal;
	text-align:center;
	font-size:2vw;
	line-height:1.5;
	color:#fff;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	cursor:pointer;
	text-decoration:none;
}
#progressbar {
	background: #176ea0;
	height: 3px;
	border:0;
}
