/*
#########################################################
#	                  _       _							#
#	    ___        __| | ___ | |_						#
#	   / _ \  _   / _` |/ _ \| __|						#
#	  |  __/ (_) | (_| | (_) | |_						#
#	   \___|      \__,_|\___/ \__|						#
#														#
# 	   S C R I P T I N G  &  W E B D E S I G N			#
# 	   i/o												#
# 	      												#
# 	 /  |    _  |_   |\ |\  _							#
# 	|   |  /  | |  --|/ |/ / \ |  |  |					#
# 	 \_/\_/   |/|_/  |_/|_/\_/  \/ \/					#
# 	                 |)									#
# 		          										#
#########################################################        				
*/


BODY {
	background-color:#FFFFFF; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('/content/images/bg_verloop.jpg'); 
	background: url('/content/images/bg_verloop.jpg'); 	
	background-position: bottom; 
	background-attachment:fixed; 
	background-repeat:repeat-x; 	
}

#CONTAINER { 
	height: 99.9%;
	min-height: 100%;
	position: relative;
	overflow: visible;
}

* html #CONTAINER {
	height:100%;
} /* IE6 and under treat height as min-height anyway*/

INPUT, TEXTAREA, SUBMIT, SELECT {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

A {
	color: #695530;
}

A.ZWART {
	color: #000000;
}

A.KOPTEKST {
	color: #A04E44;
	font-weight: bold;
}

IMG.GEENBORDER {
	border: none;
}

H1, H2, H3 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

H1, H3 {
	color: #A04E44;
	font-size: large;
	font-weight: bold;
}

TD.TOPUITLIJNEN {
	vertical-align: top;
}

#HEADER {
	background-color:#695530;
	height: 142px; 
	left: 240px; 
	margin: 0px;
	position: absolute; 
	right: 0px; 
	top: 60px;
	z-index: 2; 
}

#TOPNAVIGATIE {
	height: 32px; 
	right: 20px; 
	margin: 0px;
	position: absolute; 
	top: 20px;
	width: 280px;  
	z-index: 3; 
}

#LOGO {
	height: 32px; 
	left: 10px; 
	margin: 0px;
	position: absolute; 
	right: 0px; 
	top: 46px;
	z-index: 4; 
}

.MENUNORMAL, .MENUSMALL, .SITEMAPITEM {
	color: #695530;
	text-decoration: none;
}

.MENUNORMAL {
	font-size: 11pt;
	letter-spacing: 1px;
	font-weight: 800;
}

.MENUSMALL {
	font-size: 10pt;
	font-weight: 600;
}

#MENU{
	left: 42px; 
	line-height: 20px;
	margin: 0px;
	position: absolute; 
	right: 0px; 
	top: 188px;
	width: 200px;
	z-index: 5; 
}

#CONTENT{
	bottom: 21px;
	font-size: small;
	height: auto;
	left: 300px; 
	margin: 0px;
	overflow : visible;
	padding: 20px 20px 20px 0px;
	position: absolute; 
	right: 20px; 
	top: 210px;
	width: auto;
	z-index: 6; 
}

#CONTENT h1 {
	margin-bottom: 0px;
}

#CONTENT p {
	margin-top: 0px;
	margin-bottom: 20px;
}


#CONTENT ul li {
	margin-left: 20px;
}

#FOOTER{
	background-color: #78684F;
	clear: both;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative; 
	width: 100%;
	text-align: right;
	bottom: 0;
}

#FOOTER2{
	font-size: 11px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	bottom: 0;
	color: #695530;
}

#FOOTER a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#FOOTER a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#FOOTER a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#FOOTER a:active{
	color: #FFFFFF;
	text-decoration: none;
}


HR.ROOD {
	color: #A04E44;
}

#ADMINNAVIGATIE {
	height: 32px; 
	right: 20px; 
	margin:0px;
	position: absolute; 
	top: 20px;
	width: 550px;  
	z-index: 3; 
}