body{
	margin:0;
	background-color: #fc0;
	line-height: 1.5em;
	font-family: Georgia;
	font-size: 0.9em;
}

/* ROOT CONTAINER */
div#root{
	margin: 20px auto;
	padding: 0;
	width: 600px;
	text-align: left;
}

/* HEADER */
div#header{
	margin:0;
	text-align: center;
	padding:0;	
	width: 100%;
}

div#header img{
	margin:0;
	padding:0;
}

/* MAIN CONTAINER */
div#main{
	background: url("images/back.gif") repeat-y;
	margin: 0;
	_margin: -4px 0 0 0;
}

/* MENU CONTAINER */
div#menu{
	margin:0;
	line-height: 1.2em;
	padding: 5px 0 0 0;
	width: 100%;
	color: #000;
}

div#menu ul{
	text-align: left; /* set to left, right or center */
	font-weight: bold;
	list-style-type: none;
	padding: 3px 15px 2px 15px; /* THIRD number must change with respect to padding-top (X) below */
	margin: 0;
	border-bottom: 1px solid #c00;
}

div#menu ul li{
	margin: 0 0px 0 0;
	display: inline;
	text-align: center;
	color: #f9ec21;
}

div#menu ul li#here{
	background-color: #f9ec21;
	color: #c00;
	border-bottom: #f9ec21;
}

div#menu ul li#here a{
	background-color: #f9ec21; /* set selected tab background color as desired */
	color: #c00; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 3px; /* must change with respect to padding (X) above and below */
}

div#menu ul li a{
	padding: 2px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #c00; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #c00; /* set unselected tab background color as desired */
	color: #f9ec21; /* set unselected tab link color as desired */
	border-bottom: none;
	text-decoration: none;
}

div#menu ul li a:hover{
	background-color: #f9ec21;
	color: #c00;
	border-bottom: #f9ec21;
}

/* CONTENT CONTAINER */
div#content{
	background: url("images/backmiddle.gif") no-repeat center center;
	min-height: 260px;
	_height: 260px;
	margin: 0;
	padding: 20px 15px;
	width: 570px;
	color: #000;
}

div#content p{
	margin: 0;
	padding: 5px 0;
}

div#content a{
	color: #c00;
	text-decoration: underline;
}

div#content a:hover{
	color: #f60;
}

/* FOOTER CONTAINER */
div#footer{
	background: url("images/footer.gif") no-repeat;
	height: 36px;
	margin: 0;
	width: 600px;
	padding: 3px 0;
	color: #f9ec21;
	line-height: 16px;
}

div#footer p{
	margin: 0 10px;
	font-size: 0.8em;
	padding: 0;
}

div#footer a{
	color: #f9ec21;
	text-decoration: none;
}

div#footer a:hover{
	color: #f90;	
}

/* ALGEMEEN */
.small{
	font-size: 0.8em;	
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}

.no-margin{
	margin:0;
}

a img{
	border: none;
}

form{
	margin: 0;
}

form input, form textarea{
	color: #000;
}

.error{
	color: red;
}