@CHARSET "UTF-8";

@import url("menu.css");

body
{
	background-image:url("../img/background.jpg");
}

#container
{
	/*		LET OP! moet 4 px minder hoog/breed zijn ivm border		*/
	width:867px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:5px;
	border:2px solid #e097db;
	background-color:#FFFFFF;
}

#header{}

	#headerLink
	{
		/*display:block;*/
		float:left;
		width:668px;
		height:134px;
		
		background-image:url("../img/header.jpg");
	}
	
	#headerImage
	{
		float:left;
		width:197px;
		height:134px;
		
		border-left:2px solid #c230b7;
		
		background-image:url("../img/headerImage.jpg");
	}
	
	

#subHeader
{
	clear:both;
	
	height:30px;
	background-color:#c230b7;
	
	line-height:30px;
	
	padding-left:215px;
}
	
	#subHeader a
	{
		color:#FFF;
		text-decoration:none;
		margin-right:15px;
	}
	#subHeader a:hover
	{
		color:#FFF;
		text-decoration:underline;
	}
	
	

#menu
{
	float:left;
	width:199px;
	
	padding-top:25px
}

	#menu a
	{
		display:block;
		float:right;
		width:192px;
		height:33px;
		margin-bottom:3px;
		
		text-indent:-9999px;
	}

#text
{
	float:left;
	width:641px;/* 666 -10 -10 = 641px */
	border-left:2px solid #c230b7;
	
	padding-top:25px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	
	/* min-height IE hack */
	height:auto !important;
	height:360px;
	min-height:360px;
}

#footer
{
	clear:both;
	border-top:2px solid #de8fd8;
	background-color:#faeef9; 
	height:30px;
	line-height:30px;
}

#footer a
{
	float:right;
	color:#BBBBBB;
	text-decoration:none;
	margin-right:10px;
}


.quion
{
	clear:both;
}
