/********************************************************
*							*
*	Basic stylesheet for the donderdagvrieden	*
*							*
*********************************************************/

/* Main Structural Elements & init
---------------------------------- */
html { padding:0; border:0; margin:0; }
body
{
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 62.5%; /* Sets base font size for site to 10px (because 62.5% of 16px [default browser font size] = 10px) */
	text-align: center; margin-top:0;padding:0;
	background-color:#A7B5BE;
	height:100%;
}
ol, ul, li, p, img { margin:0;padding:0;list-style-type:none; }
form { margin:0; }
div { padding:0; }

/* Typho
---------------------------------- */
fieldset, td, table { font-size: 1em; }
#breadCrumb { color:#06305A; }
#breadCrumb a { color:#06305A; }

/* div section
---------------------------------- */
#wrapper { margin: 60px auto; }
#sideBarLeft { margin:0 0 9px 11px;width:200px;text-align:right;float:left;border:solid 1px #A4B6C4; }
#navigation { margin:9px 9px 0 0; }
#menu { margin-top:40px; }
#searchBar { margin:20px 0 40px 0; }
#tree { margin: 0px 0 65px 0; }
#breadCrumb { float:left;width:477px;margin:9px 0px 0px 9px;text-align:left;vertical-align:bottom; }

#footerWrapper { margin:9px 0px 0px 11px;float:left; }
#leftBottomBar { width:200px;height:9px;background-color:#9CC1DE;float:left; }
#axLogo { width:820px; text-align:center; }

/* Menu section
---------------------------------- */
#menu li { display:inline; }
#menu a { display:block; padding: 0 16px 3px 0;background:url(../images/ikon.gif) #FFF no-repeat right center;color:#737476;text-decoration:none; }
#menu a:hover { text-decoration:underline; }
#menu_SearchBox_txtSearch { width:130px; margin-bottom:4px; font-size:1em; }

/* Tree section
---------------------------------- */
#tree ul { margin:0; }
#tree li { margin-top:5px; list-style-type:none; }
#tree h3 { color:#000;margin-bottom:5px; letter-spacing: .01em; }
#tree a { color:#6C7175; margin:0 5px; text-decoration:none; }
#tree a:active { font-weight:bold; }
#tree a:hover { text-decoration:underline; }

#treeCMS { margin-top:15px; }
#treeCMS ul { margin:0; }
#treeCMS div.lvl1 { background:url(../images/treeclose.jpg) #FFF no-repeat right center; }
#treeCMS div.lvl2 { margin-right:15px;background:url(../images/puntjes1.jpg) #F2F3F3 no-repeat right bottom; }
#treeCMS div.lvl3 { margin-right:15px;background:url(../images/puntjes2.jpg) #F2F3F3 no-repeat right bottom; }
#treeCMS div.lvl1 li { margin:5px 15px 0px 0px; }
#treeCMS div.lvl2 li { margin-right:16px; }
#treeCMS div.lvl3 li { margin-right:26px; }
#treeCMS div.lvl1 a { color:#6C7175;font-weight:bold; }

/* Tools section
---------------------------------- */
#menu_tools { height:26px; }
#menu_tools ul { display:inline;float:right; }
#menu_tools li { display:inline; }
#menu_tools a:hover { border-bottom:solid 1px #960200; }

/* Content section
---------------------------------- */
#infoBarBottom p { margin:0px 9px 0px 9px; }
#bottomBar p { margin:0px 0px 0px 0px; font-size:1px; }
#infoBarBottom span { font-family:Arial;color:#737476;font-size:1.0em; }

/* hacks - undo floats
---------------------------------- */
div.clear { clear:both; height:1px; overflow:hidden; }
br.clear { clear:both; height:0; margin:0; font-size:1px; line-height:0; }

/*** -----[ CSS editing ] ---------------- ***/
#eyeEditMenu *, #eyeEditMenu #content table
{
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
div.eyeEditMenu a
{
	cursor: pointer;
}

/* escape photo styles for editor 
------------------------------------ */
.editmenu {border: 0 !important;}
.editmenu * {border: 0 !important;}
