html,body{
	background-color: #EBEBEB;
	font-family: Verdana;
}
#container{
	width: 800px;
	margin: 0 auto;
	min-height: 100px;
	background: url("content/content_bg.png");
}
#container_menu{
	background: url("content/header.png");
	height: 87px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}
#pagetitle{
	text-align: right;
	font: normal normal normal 18px Verdana;
	margin-right: 40px;
	margin-top: 10px;
}
#menu
{	padding: 20px;
	height: 25px;
	}
	
	#menu li
	{	float: left;
		list-style: none;
		font: 10px Verdana, Arial}
		

	#menu li a
	{	display: block;
		background: #000;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: auto;
		color: #EAFFED;
		white-space: nowrap}

	#menu li a:hover
	{	background: #666}
		
		#menu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#menu li ul li
		{	float: none;
			display: inline;
		}
		
		#menu li ul li a
		{	width: auto;
			background: #000;
			font: 10px Verdana, Arial;}
		
		#menu li ul li a:hover
		{	background: #666}
#content{
	background: url("content/content_bg.png");
	min-height: 400px;
	width: 800px;
}
#text{
	width: 700px;
	padding: 20px;
	margin: 0 auto;
	font: 11px Verdana;
}
#footerimage{
	background: url("content/footerimage.jpg");
	height: 100px;
	}
#footer{
	background: url("content/footer.png");
	height: 56px;
	color: #FF0000;
	text-align: center;
	font: 11px Verdana;
}
#footer a{
	color: #FF0000;
	text-decoration: none;
	font: 11px Verdana;
}
/************************************
Menu beheer
************************************/

#toevoegen{
	float: left;
	width: 200px;
}
#overzicht{
	float: left;
	margin: 0 auto;
}
#bewerken{
	width: 600px;
	float: none;
	margin-top: 20px;
}
.submenu{
	margin-left: 20px;
	font-style: italic;
}
a img{
	margin: 1px;
	border: none;
}

/* trigger button */ 
.editmenu { 
    /*background:transparent url(content/download.png) no-repeat scroll 0 0; */
    cursor:pointer; 
} 
 
/* mouseover state */ 
.editmenu:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
.editmenu:focus { 
    background-position:0 -88px; 
} 
 
/* tooltip styling */ 
.tooltip { 
    display:none; 
    background:url(content/black_arrow_big.png) no-repeat; 
    height:40px; 
    padding:0px 0px 20px 0px; 
    width:250px; 
    font-size:11px; 
    color:#fff;
	text-align: center;
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
.tooltipTitle{
	color:#000;
	font-size: 14px;
	font-family: Verdana;
	margin-top: 2px;
	font-weight: bold;
}