/* 
Title:		Gemeente Lennik homepage styles
Author: 	gbe, © 2005 anaXis nv.
Updated:	Jan 23, 2006
*/

/* ---------- [ container ] ---------------  */
#container a {font-weight: bold; font-size: 1.2em;}
#container a.title { font-weight: bold; font-size: 1.2em; }
#container a img { margin: 0 0 0 3px; vertical-align: middle;}
#container h1 {background: #fff url(../images/bg_titelbalk1_hp.gif) no-repeat left top;}
#container h1 a { color: #fff; text-decoration: none; font-size: 1em; }
#container h1 a:hover {color: #66871E; text-decoration: underline; }
#container h3, #container img, #container p { margin: 0 2px 7px 13px;}
#container div.rule {margin: 0 2px 15px 13px;}

#col_floats {float: left; width: 547px;}
#col_mid {float: right; width: 254px;}

/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
#news {width: 285px; margin-right: 254px;}
#info {width: 183px; float: right;}
/* */

/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
#wrapper, #col_floats, #col_mid, #news, #info 
	{position: relative;}
/* */

/* ---------- [ news, events & content ] ---------------  */
#events h1 { background-image: url(../images/bg_titelbalk2_hp.gif);}
#register, #registerEVS { text-align: right;}
#register a { display: inline-block; padding-top: 10px;}

/* ---------- [ info ] ---------------  */
#info h1 {
	background: #cdd601 url(../images/titelbalk_hoek.gif) no-repeat left top; 
	height: 23px; color: #000; font-style: italic;
}
#info_content {background: #fff url(../images/bg_gradient.jpg) no-repeat center top;}
#info_content a.wijzer { margin: 0 0 0 15px;}
#info_content div.rule {margin: 5px 0 15px 0; background-image: none; background-color: #A5A60D;}
#info_content li { margin: 3px 0 5px 25px;}
#info_content li a { margin: 0; padding: 0; text-decoration: none;}
#info_content li a:hover { text-decoration: underline;}
#info_content ul {list-style: square url(../images/icon_burcht.gif) outside; margin: 0px 0px 10px 5px;}
#info_content img.internetiedereen { margin-top: 10px;}

/* ---------- [ calendar section ] ---------------  */
table.calendar { border: 1px solid #ACB272; margin: 0 auto 5px auto; width: 92%; border-collapse: separate; border-spacing: 1px; }
table.calendar * { text-align: center; font-size: 9px !important; }
table.calendar table.titelStyle { border: 0; background-color: #fff; width: 100%; border-bottom: 1px solid #A5AE6F; }
table.calendar table.titelStyle * { font-size: 11px !important; }
table.calendar table.titelStyle td { padding: 4px 0; }
table.calendar td.dayHeaderStyle { color: #969D5A; }
table.calendar td.dayStyle { background: #fff; padding: 2px; color: #55593E; }
table.calendar td.selectorStyle { padding: 1px; }
table.calendar td.selectorStyle a { color: #969D5A; }
table.calendar td.selectedCell { background: #fff;}
table.calendar td.selectedCell a { color: #4F562A;  }
table.calendar td.selectedDayStyle { background-color: #969C5C; color: #fff; }
table.calendar td.selectedDayStyle a { color: #fff; }
table.calendar td.otherMonthStyle { color: #ACA899; }
table.calendar td.todayDayStyle { background-color: #CDD601;}

#footer {clear: both; overflow: hidden;}