﻿/* CSS from tutorials of www.alsacreations.com/articles */

* {padding: 0; margin: 0;}



body 
{
	padding:0px;
	margin:0px;
	background-color: #003466;
}

h1, h2, h3, h4
{
	margin-top:10px;
	margin-bottom:10px;
}

#wrapper
{
	/*global content of the page, which will be centered 
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	border: #990033 2px solid;*/
	background-image: url(achtergrond.jpg);
	background-repeat: no-repeat;
}


#header
{
	height: 110px;
	width:900px;
}
#menu {
	position: absolute;
	left:0;
	width: 200px;
	min-height:450px;
	height:auto !important;
	height:450px;
	

}
#content
{
	margin-left: 201px;
	width: 650px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	
	
	background-image: url('achtergrond_repeat.jpg');
	background-repeat: repeat-y;
	
	padding-left:20px;
	padding-right:50px;
	
	
}
#footer
{
	height: 50px;
	width:950px;
	text-align: center;
	font-size: 9px;
	background-color: #003466;
	background-position: left top;
	background-image: url(achtergrond_footer.jpg);
	background-repeat: no-repeat;
}

#adresgegevens
{
	right:20px;
	position: absolute;
	bottom: 0px;
	text-align: right;
	color: #ccffff;
	
}

#adresgegevens a:link
{
	font-size:90%;
	
	text-decoration:none;
	color:#ccffff;
}