@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}

body {
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #494949;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.container {
	margin: 0 auto;
	width: 990px;
	text-align: center;
	background: inherit;
}
.header {
	float: left;
	width: 965px;
	padding-left: 25px;
	height: 100px;
	text-align: left;
	margin-bottom: 5px;
}
.toolbar{
	float: left;
	width: 965px;
	padding-left: 25px;
	margin-bottom: 5px;
	text-align: left;
}
.links {
	float: left;
	width: 965px;
	padding-left: 25px;
	margin-bottom: 5px;
	text-align: center;
}
.footer {
	float: left;
	width: 965px;
	padding-left: 25px;
	text-align: center;
	margin-bottom: 5px;
}



.imgborder {
	border: 1px solid #ffffff;
}
.header img{
	margin-top: 10px;
}
.toolbar a{
	color: #dc2830;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.kolom1 {
	float: left;
	width: 500px;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kolom2 {
	float: right;
	width: 330px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.contentgoogle
{
	float: left;
	width: 300px;
	padding-left: 25px;
	height: 330px;
	text-align: left;
}
/* Embed Film 0c0c0c */
.embedfilm {
	float: right;
	width: 565px;
	height: 330px;
	background-color: #0c0c0c;
	margin-right: 25px;
}

.content
{
	float: left;
	width: 500px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px dashed #999;
}

.content .thumb{
	float: left;
	width: 140px;
}
.content .tekst{
	float: left;
	width: 360px;
	text-align: left;
}
.content .titel, .content .omschrijving, .content .bekeken {
	float: left;
	width: 360px;
	text-align: left;
	margin-bottom: 5px;
}
.content .titel a{
	font-weight: bold;
	color: #dc2830;
	text-decoration: none;
}
.content .omschrijving{
	text-align: left;
	font-size: 12px;
	color: #CCC;
}
.content .bekeken a{
	font-size: 12px;
	color: #dc2830;
	font-style:italic;
}
.content .img {
	border:1px solid #000000;
}

.content2
{
	float: left;
	width: 100%;
	margin-bottom: 1px;
	text-align: center;
	}
.content2 .img {
	border:1px solid #000000;
}


/* Navigatie */
.nav {
	float: left;
	width: 965px;
	padding-left: 25px;
	font-size: 18px;
	color: #dc2830;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	} 
.nav a:link, .nav a:active, .nav a:visited, .current{
	color: #dc2830;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #F00;
	padding: 3px;
}
.current{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #F00;
	padding: 3px;
	background-color:#FFF;
} 
.nav a:hover{
	color: #dc2830;
	text-decoration: underline;
	font-weight: bold;
}
.outlink a:link,
.outlink a:active, 
.outlink a:visited {
	font-size: 14px;
	color: #dc2830;
	text-decoration: none;
	font-weight: bold;
}