/*
Eenvoudigleven.nl
psychotherapie css
*/


body{
	background-color: #FCEDAC;

}

p{
	font-family: Garamond, Times, Verdana;
	font-size: 13pt;
	color: #292925;
}

h1 {
	font-family: Garamond, Times, Verdana;
	font-size: 16pt;
	color: #292925;
	font-weight: bold;
}


#body{
	text-align: center;
	background-color: #FCEDAC;
	
}


#hoofd_div 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width:1000px;
	height: auto;
	border: 2px solid #292925;
	background-image:  url(http://www.eenvoudigleven.nl/nieuw/img/psych_background.png);
	text-align: left;
}

#knop {
	border: 0px solid red;
	width: 200px;
	height: 50px;
	background-color: #FFDE9A;
}

#spacer {
	border-bottom: 1px solid #292925;
	width: 200px;
	height: 50px;
	background-color: #FCEDAC;
}

#navigatie {
	border-right: 1px solid #292925;
	width: 200px;
	float: left;
	height: inherit;
	background-color: #FFDE9A;
}

#header {
	width: 799px;
	height: 50px;
	background-color: #FFDE9A;	
	text-align: center;
	border-bottom: 1px solid #292925;
}

#content {
	width: 799px;
	background-color: #FCEDAC;
	float: right;
}

#tekst {
	width: 600px;
	text-align: left;
	background-color: #FCEDAC;
	padding-left: 80px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 52px;

}

#footer {
	text-align: center;
	width: 180px;
	background-color: #FFDE9A;
	padding: 40px 10px 10px 10px;
	font-size: 14pt;
}

#admin_footer {
	text-align: center;
	font-size: 8pt;
	

}
