@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #CCC;
}

 #header {
	background: #FFF;
	margin: 0;
	height: 100px;
	width: 955px;
}

 #mainContent {
	padding: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 #footer_tv {
	padding: 0px;
	height: 180px;
	width: 815px;
	display: block;
}
 #footer_tv p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #FFF;
	padding-top: 20px;
	padding-left: 290px;
}

 #footer_com {
	padding: 0px;
	height: 180px;
	width: 855px;
	display: block;
}
 #footer_com p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #FFF;
	padding-top: 20px;
	padding-left: 500px;
}

 #footer_vid {
	padding: 0px;
	height: 180px;
	width: 815px;
	display: block;
}
 #footer_vid p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #FFF;
	padding-top: 20px;
	padding-left: 290px;
}

 #footer_inter {
	padding: 0px;
	height: 180px;
	width: 845px;
	display: block;
}
 #footer_inter p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #FFF;
	padding-top: 20px;
	padding-left: 450px;
}

#VideoPlaylistbox {
	width: 785px;
	float: left;
	padding-top: 35px;
	padding-left: 90px;
}

#ref01 {
	font-size: 0.6em;
	color: #FFF;
	height: 1250px;
	width: 170px;
	padding-top: 25px;
	padding-left: 25px;
	float: left;
}

#ref02 {
	font-size: 0.6em;
	color: #FFF;
	height: 1250px;
	width: 170px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}
#ref03 {
	font-size: 0.6em;
	color: #FFF;
	height: 1250px;
	width: 170px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}
#ref04 {
	font-size: 0.6em;
	color: #FFF;
	height: 1250px;
	width: 170px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}

#ref05 {
	font-size: 0.6em;
	color: #FFF;
	height: 1250px;
	width: 170px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}

.kopjebodytekst {
	font-size: 1.3em;
}

#route01 {
	width: 200px;
	height: 270px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}

#route02 {
	width: 400px;
	height: 190px;
	padding-top: 75px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.route {
	background-color: #1c5dad;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 10px;
	display: block;
	float: left;
	color: #FFF;
}

.route a {
	text-decoration: underline;
	color: #FFF;
}
.route a:hover, visited {
	color:#000;
}

#route_wrapper {
	width: 640px;
	height: 295px;
	margin-top: 70px;
	margin-left: 90px;
	background-color: #1c5dad;
}

#makers01 {
	width: 400px;
	height: 190px;
	}

#makers02 {
	width: 400px;
	height: 190px;	
}

#makers03 {
	width: 400px;
	height: 190px;
}

#makers04 {
	width: 400px;
	height: 190px;
}

.makers {
	background-color: #fff;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 10px;
	display: block;
	float: left;
	color: #FFF;
}

.makers a {
	text-decoration: underline;
	color: #FFF;
}
.makers a:hover, visited {
	color:#000;
}

#makers_wrapper {
	width: 850px;
	height: 295px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#makers_wrapper2 {
	width: 850px;
	height: 295px;
	margin-left: auto;
	margin-right: auto;
}

