/*
    Theme Name: Praktijk Be Yourself
    Theme URI: http://www.praktijk-beyourself.nl/
    Description: Layout van Praktijk Be Yourself
    Version: 1.0
    Author: ProdaCom
    Author URI: http://www.prodacom.net/
    */

body
{
	background: url('bg.jpg') repeat-y top left #98FF66;
	margin: 0;
	padding: 0;
	font-family: Arial, arial;
}
#header
{

	overflow: hidden;
	height: 210px;
}
#top_menu
{
	border-top: 21px #669900 solid;
	border-bottom: 2px #99CC99 solid;
	font-family: Arial; color: #6AA113;
	font-size:10pt;
	font-weight:bold;
	line-height:113%;
	text-align:left;
	text-indent:0;
	padding-top: 3px;
	padding-bottom: 9px;
}
#sidebar
{
	width: 250px;
	float: left;
	height: 100%;
	margin-left: 14px;
	margin-top: 18px;
}
#content
{
	max-width: 800px;
	margin-left: 263px;
}

.pagenav
{

}
.page_item a, a:hover.page_item, a:visited.page_item, a:active.page_item
{
	text-decoration: none;
	color: black;
}
.current_page_item a, a.current_page_item:hover, a.current_page_item:visited, a.current_page_item:active
{
	text-decoration: none;
	color: #669900;
}
.page_item
{
	min-height:22px;
	display: block;
	list-style: none;
	background: url('menu_item.png') no-repeat bottom left;
	width: 195px;
	margin-bottom: 26px;
	position: relative;
	color: black;
}


.page_item a
{
	position: absolute;
	top: -3px;
	left: -15px;
	font-size: 11px;
	font-weight: bold;
	font-family: Lucida Sans Unicode;
	margin-bottom: 3px;
	height: 25px;
	width: 100%;
	background: url('menu_item.png') no-repeat bottom 15px;
}
.current_page_item
{
	color: #669900;
	display: block;
	background: url('menu_item_active.png') no-repeat bottom left;
}
.current_page_item a
{
	background: url('menu_item_active.png') no-repeat bottom 15px;
}
.title_header
{
font-size: 20px;
font-style: italic;
font-weight: bold;
color: #669900;
margin-right: 10%;
float: right;
margin-top: 60px;
}
img
{
	margin: 5px;

}
