﻿/* CSS from tutorials of www.alsacreations.com/articles */
html
{
	overflow:auto;
}

body
{
	padding: 0px;
	margin: 0px;
	margin-top: 20px; 
	background-image: url(texture.jpg);
	
	
}

#wrapper
{
	/*Voor het centreren:*/
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	background-color: #336600;
	padding:3px;
	

}


#header1
{
	height: 130px;
	background-image: url(header.jpg);
	background-repeat:no-repeat;
	
}
#header2
{
	height: 30px;
	background-color:#CCCCFF;
	display: none !important;
}



#contentwrapper
{
		border: #FFFFCC 2px solid;
}

#left
{
	position: absolute;
	left: 0;
	width: 200px;
/*
	min-height: 496px;
	height: auto !important;
	height: 496px;
*/
	margin:0px;
	
	

}



#right 
{
	position:absolute;
	right:0px;
	width:200px;
	padding-top:20px;
	/*
	min-height: 496px;
	height: auto !important;
	height: 496px;
	*/
	text-align:center;
	
	margin:0px;
}

#content
{
	margin-left: 204px;
	margin-right: 204px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	background-color: #ffffcc;
	padding: 5px;
	background-position: right bottom;
	background-image: url(watermerk.jpg);
	background-repeat: no-repeat;
}
#footer
{
	min-height: 20px;
	max-height: 20px;
	height: auto !important;
	height: 20px;
	
	width:950px;
	text-align: center;
	font-size: 9px;
	

	 
}


