@charset "utf-8";
/* CSS Document */

html{
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
background-color:#232332;
color: #CCC;
}

#container{
	width: 1000px;
	height: 800px;
	margin:0px auto;
	padding: 0;
	background-color:#42435e;
	
}

#container2{
	width: 1000px;
	height: 900px;
	margin:0px auto;
	padding: 0;
	background-color:#42435e;
}

#container3{
	width: 1000px;
	height: 1050px;
	margin:0px auto;
	padding: 0;
	background-color:#42435e;
	
}

#lijst1{
	margin: 0px auto;
	width: 552px;
}

#banner{
	width: 800px;
	margin: 0px auto;
	margin-top: 10px;

}
#content{
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#filmpjes{
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#filmpjes1{
	margin-top: 10px;
	margin-left: 20px;
	width: 480px;
	float: left;
}


#text1{
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}

#kikker{
	height: 480px;
	margin-right: 100px;
	margin-top: 10px;
	float: right;
	background-color:#35374d;
	
}

ul{
	margin: 0px auto;
	list-style: none;
	padding: 10px 0 0 0;
}

li{
	display: inline;
	margin: 0 50px 0 0;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 5px 0 5px;
}

a:link, a:visited{
	background: transparent url(../_img/hor_rood.gif) no-repeat top center;
	border-top: 3px solid #067d00;
	border-bottom: 2px solid #067d00;
	color: #CCC;
}

a:hover, a:active{
	background: transparent url(../_img/hor_geel.gif) no-repeat top center;
	border-top: 3px solid #86bb15;
	border-bottom: 2px solid #86bb15;
	color: #FFF;
} 

