/********************************************************
*
*	stylesheet viewpage Lennik website
*
********************************************************/
#container { clear: both;}
#content { width: 550px; float: left; }
#content_toggles 
{
	width: 550px; float: right;
	/*margin: 0 0 0 190px;*/
}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
#info { width: 183px; float: right; }
#anchors { float: left; width: 183px; }
/* */

#footer { clear: both; }

#info_content { background: #fff url(../images/bg_gradient.jpg) no-repeat center top; height: 419px; }
#anchors_content { background: #fff url(../images/bg_gradient_full.jpg) no-repeat center top; height: 419px; }

#anchors_list { padding: 21px 0 0 0; }
#anchors_photo { padding: 0 0 0 13px; }


#info h1, #anchors h1
{ 
	background: #cdd601 url(../images/titelbalk_hoek.gif) no-repeat left top; 
	height: 23px; color: #000; font-style: italic;
}

#content h1 { background: #fff url(../images/bg_titelbalk1_pag.gif) no-repeat left top; }
#content_toggles h1 { background: #fff url(../images/bg_titelbalk1_pag_new.gif) no-repeat right top; padding-top: 5px; }
#content h2, #content_toggles h2 { margin: 0 5px 5px 0px; }
#content h3, #content p, #content_toggles h3, #content_toggles p { margin: 0 5px 13px 0px; }
#content p a, #content_toggles p a { font-weight: bold; }
#content ul{ margin-left: 35px; margin-bottom: 10px; }
#content ol { margin-left: 40px; margin-bottom: 10px; }
#content li { list-style-position: outside; /*list-style-type: disc;*/ }
/*#content img { margin: 0 5px 13px 20px; }*/

#content li.lijst { list-style: square url(../images/icon_burcht.gif) outside; margin: 3px 0 5px 5px; }

#content table { margin: 0 5px 13px 0px; }
#content td p { margin: 0; /*padding: 2px 2px;*/ text-align: left; vertical-align: top;}
#content table.tabel_lijntjes { border-collapse: collapse; border-spacing:0; border:1px solid #555; border-width:1px 0 0 1px; }
#content table.tabel_lijntjes td { border:1px solid #555; border-width: 0 1px 1px 0; }
#content td.tabel_kop_1 { background-color: #CDD601; }
#content td.tabel_kop_2 { background-color: #F4F6C7; }
#content p.tabel_kop_1 { font-weight: bold; color: #fff; font-size: 1.25em;}
#content p.tabel_kop_2 { font-weight: bold; font-size: 1.1em;}

#info_content p, #info_content ul, #anchors_content p { margin: 5px 5px 5px 13px; }
#info_content ul, #info_content li { list-style-type: none;}
#anchors_content ul { margin: 21px 5px 5px 13px; }

#info_content p, #anchors_content p { margin-top: 20px; }
#anchors_content li { list-style-type: none; border-bottom: solid 1px #9fa90c; margin: 0 0 2px 0; padding: 0 0 3px 0; }

#anchors_content li a { color:#222; text-decoration: none; }
#anchors_content li a:hover { text-decoration: underline; }
#anchors_content li a.active { color:#AF0136; font-weight: bold; }

#sessions { clear: both; }
#sessions table { margin: 5px 5px 5px 20px; width: 500px; }
#sessions th { background-color: #CDD601; text-align: center; }
#sessions td { text-align: center; line-height: 14px;}
#sessions tr.alt0 { background-color: #F4F8AB; }
#sessions tr.alt1 { background-color: #EBEF99; }
#sessions td.date { width: 280px;}

/* CSS editing */
div.editmenu *
{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
}
div.editlabel
{
	padding-top: 10px;
}
div.editmenu a
{
	cursor: pointer;
}