/* CSS Document And More*/
body{
	margin:0;
	padding:0;
	line-height: 1.4em;
	/*background-color: #666666; */
	background-image: url(vert-streep-lichter.gif);
}

body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } /*font van alle lettertypen op de site*/

#maincontainer{
width: 840px; /*breedte van main container*/
margin: 0 auto; /*centreren van  main container op pagina*/
}

#topsection{
margin-top: 15px; /*hoogte rand bovenaan*/
height: 250px; /*height van logo en menu stuk*/
background-image: url(top.jpg);
background-repeat: repeat-y; 
}

#contentwrapper{
background-image: url(back.jpg);
float: left;
width: 100%;
}

#footer{
background-image: url(bottom.jpg);
background-repeat: no-repeat;
clear: left;
width: 100%;
height: 91px;
padding: 0px;
margin-bottom: 20px; /*hoogte van de rand helemaal onderaan website*/
}

.innertube-menu{ 
margin-left: 35px; 
margin-right: 35px; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-right: 1px;
padding-top: 180px;
padding-bottom: 0px;
}

.innertube-main{ 
margin-left: 160px; 
margin-right: 160px; 
margin-top: 0px; 
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

.innertube-footer{ 
margin-left: 35px; 
margin-right: 35px; 
margin-top: 10px; 
margin-bottom: 0px; 
padding: 0px;
}

a:link {
	text-decoration: none;
	color: #ffffff; 
}
a:visited {
	text-decoration: none;
	color: #ffffff; 
}
a:hover {
	text-decoration: none;
	color: #FF00FF; 
}
a:active {
	color: #ffffff; 
}

.style1 {color: #ffffff; } /*hoofdteksten*/
.style3 {color: #FFFFFF;  font-weight: bold; } /*titels en kopteksten*/
.style4 {color: #FFFFFF}
.style5 {font-size: 12px}

