/*
// Author:  Guru Consulting Services, Inc.
// Homepage:  http://www.phpforumscript.com
// (c) Copyright 2008.  All Rights Reserved.
*/

#navlist
{
padding: 6px 0;
margin-left: 0;
border-bottom: 1px solid  #008080;
font: bold 18px Georgia, sans-serif;
text-align:center;

}



#navlist li
{
list-style: none;
margin: 0;
display: inline;
text-align:center;
}

#navlist li a
{
padding: 5px 0.5em;
margin-left: 3px;
border: 1px solid  #008080;
border-bottom: none;
background: #DDE;
text-decoration: none;

}

#navlist li a:link { color: #008080; }
#navlist li a:visited { color: #008080; }


#navlist li a:hover
{
color: #000;
background: #008080;
border-color: #008080;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;

}

A:link	{
color:#008080;
font-family:Georgia;
font-style:normal;
text-decoration:none;
cursor:hand;
	}
A:hover	{
color:#6666CC;
font-family:Georgia;
font-style:normal;
text-decoration:none;
cursor:hand;
	}
A:active	{
color:#003333;
font-family:Georgia;
text-decoration:none;
cursor:hand;
	}
A:visited	{
color:#993333;
font-family:Georgia;
text-decoration:none;
cursor:hand;
	}

#banner {
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
        width: 880px;
	height: 196px;
	background: url('../relatiecounselling.jpg') no-repeat left top;









}

#page {
	width: 880px;
	margin: 0 auto;
	margin-bottom: 80px;
}

#page .bgtop {
	background: url('../achterboven.jpg') no-repeat left top;
}


#page .bgmidden {
	width: 880px;
	margin: 0 auto;
        padding: 0;
        background: url('../achtermidden.jpg') repeat-y left top;


}


#page .bgbtm {
	background: url('../achterbeneden.jpg') no-repeat left bottom;



}


#footer {
	width: 880px;
	height: 55px;
	min-height: 55px;
	background: url('../onderbalk.jpg') no-repeat left bottom;
	margin-top: 25px;
        margin-bottom: 10px;
	text-align: center;
	
}

#footer p {
	padding: 20px 0;
}

#footer p a {
	color: #FFB300;
}