/*  ----- Created by Emile Blume - 2006 - Netcreators.com ---- */

body {
	background: #F3F0EB;
	color: #413839;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	color: #413839;
}

img, fieldset {
	border:none;
}

form {
	margin: 0;
	padding: 0;
}

a{
	color: #413839;
	text-decoration: none;
}

input, select, textarea{
	border: 1px solid #E1E1E1;
	font-size: 11px;
	padding-left: 2px;
}

#container {
	top: 0;
	position: relative;	
	width: 900px;
	margin: auto;
}

#frame{
	background: url(../img/bg-instellingen.gif) repeat-y center;
		
	min-height:540px;
  	height:auto !important;
  	height:540px;
  	
  	float: left;
}

#header{
	background: #FEFEFC;
	height: 135px;
	width: 900px;
	border-bottom: 1px solid #413839;	
}

#header h1{
	background: url(../img/logo.png) no-repeat top;
	height: 135px;
	width: 230px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}

#header h1 a {
	display: block;
	height: 118px;
	width: 230px;
	cursor: pointer;
}

#header h2{
	background: url(../img/header-instellingen.png) no-repeat top;
	height: 135px;
	width: 670px;
	right: 0;
	position: absolute;
}

#header h2 a {
	display: block;
	height: 135px;
	width: 670px;
}

#header h1 span, #header h2 span{
	display: none;
}

/* --------- linkerzijde --------- */

#left, #center, #right {
	float: left;
}

#left {
	background: url(../img/tab-instellingen.gif) no-repeat top left;
	width: 196px;
	margin-top: -22px;
	
	left: 0;
	position: absolute;
	z-index: 20;
	
}

/* --------- midden van de pagina --------- */

#center{
	width: 512px;
	margin-left: 196px !important;
	margin-left: 96px;
}

#center hr {
	background: #CBAA8E;
	border:0;
	color: #CBAA8E;
	height: 1px;
}

#center h1, #center h2, #center h3 {
	font-size: 16px;
}

#center img {
	margin: 2px;
}

#center a {
	text-decoration:underline;
}

#content{
	margin: 10px;
}

#center ul, #right ul {
	padding-left: 20px;
}

.frame-01{
	margin-bottom: 10px;
}

.frame-01 h3 {
	padding: 2px;
}


/* --------- items aan de rechterzijde --------- */

#right{
	width: 180px;
	padding-left: 4px !important;
	padding-left: 10px;
	padding-top: 10px;
}

#right h1, #right h2 , #right h3, #right h4, #right h5 {	
	padding: 2px;
	padding-left: 8px;
}

#right h3 {
	font-size: 14px;
}

#right h4 {
	font-size: 13px;
}

#right h5 {
	font-size: 12px;
	padding-left: 0;
}

#adres{
	clear: both;
	margin-left: 20px;
	padding-top: 10px;
	font-size: 10px;
}


/* --------- footer --------- */

#footer{
	clear: both;
	background: #ED9912;
	border-top: 0px solid #413839;
	font-size: 10px;
	text-align: center;
	margin: auto;
	padding: 2px 0 2px 0;
	width: 900px;
}


#footer p {
	margin: 0;
	padding: 0;
}