﻿*
{
	margin: 0px;
	padding: 0px;
}

html, body 
{
	height: 100%;
} 

body
{
	text-align: left;
	background-color: #00adef;
}

a 
{
	text-decoration: none;
}

a:hover, a.unline
{
	text-decoration: underline; 
}

img
{
	border: none;
}

#HomePage
{
	background-color: #f20017;
	height: 550px; 

	position: relative;
	width: 760px;

	margin-left: auto;
	margin-right: auto;
	z-index: 4;

	border: solid #f20017 20px;
	background-color: white;

}

#Top 
{
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	width: 100%;
	height: 150px;
}

#Top div.topblok
{
	float: left;
	padding-right: 10px;
}

#Middle
{
	position: relative;
	width: 90%;
	float: none;
	left: 0px;
}

#logo
{
	width: 120px;
}

#uitleg
{
	width: 225px;
}

#nav
{
	margin-top: 3px;
}

#animatie
{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

#Content
{
	height: auto;
}

#Content a
{
	color: #f20017;
}

ul.sitenav
{
	color: #f20017;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}

ul.sitenav a
{
	color: #f20017;
}

#Middle
{
	height: auto;
}

#Content, #ContentWrapper
{
	padding: 0px;
	margin: 0px;
}

div.Nieuws
{
	border-left: solid 10px #f20017;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.datum
{
	color: #f20017;
}

#Lijn
{
	position: fixed;
	top: 450px;

	background-image: url(/images/streep.gif);
	width: 100%;
	height: 94px;
	
	z-index: 2;
}

#Attiks
{
	position: fixed;
	top: 350px;

	width: 100%;
	height: 20px;
	
	z-index: 2;
}

#Attiks div.dummypage
{
	position: relative;

	width: 840px;

	margin-left: auto;
	margin-right: auto;
	
	top: 0px;
}

#Attiks div.attiks_logo
{
	float: right;
}

