@charset "utf-8";
/* CSS Document */

html{ 
	height:100%;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../images/background_patroon.jpg);
	text-align:center;
	
}

div#container{
	width:980px;
	height:100%;
	text-align:left;
	background-image:url(../images/background_content.jpg);
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}

div#header{
	width:980px;
	height:128px;
	float:left;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;	
}

div#logo_link{
width:335px; 
float:left; 
margin-top:43px; 
margin-left:21px;
}

div#menu_container{
width:545px; 
height:50px; 
float:right; 
margin-top:60px; 
margin-right:10px;
}

div#home_menu{
	width:200px;
	height:15px;
	float:left;
	margin-top:9px;
	margin-left:10px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

div#container_content{
	width:100%;
	height:100%;
	height: 446px;
	float:left;
}

div#left_images{
	width:220px;
	height:448px;
	max-height:100%;
	margin-left:4px;
	float:left;
	background-image:url(../images/image_left.jpg);
	background-repeat:no-repeat;

}

div#container_text{
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/background_content.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	float:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-position: left 130px;
}

div#text_wrapper{
	width:70%;
	float:left;
	margin-right:10px;
	padding-bottom:10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial;
}

div#footer{
	width:970px;
	height:18px;
	float:left;
	margin-left:4px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
}

A.link:visited {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}
A.link:link {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}
A.link:hover {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: underline;}
A.link:active {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}


