img {
	border: 0px;	
}

ul, li {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: black;
	border-top: 3px solid #00AEEF;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: auto;
	width: 900px;
	min-height: 400px;
	background-image: url(../images/background.png);
}

.header {
	float: left;
	widh: 100%;
	height: 141px;
}

.header .logo {
	float: left;
	margin-top: 43px;	
}

.menu {
	float: left;
	width: 875px;
	height: 41px;
	background-color: #00AEEF;
	padding-left: 25px;
	line-height: 38px;
}

.menu li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}

.menu li a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
}

.menu li a:hover {
	color: #006FA3;	
}

.submenu {
	float: left;
	width: 875px;
	height: 41px;
	background-image: url(../images/submenu.png);
	line-height: 41px;
	padding-left: 25px;
}

.submenu li {
	float: left;
	list-style-type: none;
	margin-right: 8px;	
}

.submenu li a {
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #00ADEE;
}

.submenu li a:hover {
	color: #006FA3;	
}

.content {
	float: left;
	width: 900px;
	background-color: white;	
	padding-bottom: 20px;
}

.main {
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	width: 650px;	
}

.main h1 {
	float: left;
	width: 100%;
	padding-bottom: 5px;
}

.content h1 {
	font-size: 19px;
	color: #006FA3;	
	text-transform: uppercase;
	margin-bottom: 10px;
}

.nieuwste_clips {
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	width: 300px;	
}

.nieuwste_clips .left, .populairste_clips .left, .meer_clips .left {
	float: left;
	width: 77px;	
}

.nieuwste_clips .left a, .populairste_clips .left a, .meer_clips .left a {
	float: left;
	margin: 7px;
}

.nieuwste_clips .right, .populairste_clips .right, .meer_clips .right {
	float: left;
}

.nieuwste_clips .right a, .populairste_clips .right a, .meer_clips .right a {
	width: 205px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-decoration: none;
}

.nieuwste_clips h2, .populairste_clips h2, .meer_clips h3 {
	color: #00AEEF;
	font-size: 18px;
	margin-bottom: 5px;
	float: left;
	text-decoration: none;
	width: 100%;
}

.titel {
	font-size: 12px;
	color: #006FA3;
	font-weight: bold;
}

.populairste_clips {
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	width: 300px;	
}

.light, .dark {
	float: left;
	width: 300px;
	height: 65px; 	
}

.light {
	background-color: #FAFAFA;
}

.dark {
	background-color: #E5F7FD;	
}

.google {
	float: right;
	width: 180px;	
	margin-top: 20px;
}

.meer {
	float: right;
	margin-top: 10px;	
}

.meer_clips {
	width: 100%;
	float: left;
}

.meer_clips h2 {
	margin-top: 30px;
	float: left;	
	width: 100%;
	margin-bottom: 20px;
	color: #00AEEF;
}

.meer_clips_right {
	margin-right: 10px;	
	margin-bottom: 5px;
}

.views {
	color: #006FA3;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 15px;
	text-transform: uppercase;
}

.footer {
	float: left;
	width: 100%;
	text-align: center;
	color: white;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}

.search {
	float: right;
	width: 158px;
	padding-top: 10px;
}

.search input {
	float: left;
	border: 1px solid #666;
	height: 18px;
}

.search_left {
	float: left;
	width: 60px;
	background-color: red;
	font-size: 12px;
}
