html, body{
	height:100%; /* 100% height fix */
	/*min-height: 100%; /* 100% height fix */
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS";
	color:#474747;
}

img {
	border:0px;
	}
body {
	font-size: 62.5%; /* komt overeen met 10px. bv 12px is dan 1.2em */
	/*border-left: 45px solid rgb(25,51,109);*/
	background-color:#f1f1f1;
	background-image: url(../site_images/bck_pageEvents.gif);
	background-repeat:repeat-y;
}
	

form, select, input{
	margin: 0;
}	

#main {
	margin-left:10px;
	width:945px;

}

/**********LINKEN RELATED  **********/
a:link {
	color: #a3a3a3;
    text-decoration: underline;
}

a:visited {
    color: #bfbfbf;
	text-decoration: underline;
}

a:hover {
    color: #838383;
	text-decoration: underline;
}

a:active {
    color: #838383;
	text-decoration: underline;
}
 
/********** HEADER CSS  **********/ 
#logo {
	float:left;
	width:120px;
	height:120px;
}

#title {
	float:left;
	width:794px;
	height:120px;
}

#title .margin {
	margin-top:60px;
}

#image {
	clear:both;
	float:left;
	width:360px;
	height:120px;
}

#image .margin  {
	margin-left:120px;
}

#intro {
	float:left;
}

#leftNavigation {
	float:left;
	width:120px;
	margin-left:0px;
	font-size:1.1em;
	background-color:#bababa;
	color:#FFFFFF;
}

#leftNavigation .margin{
	margin-top:12px;
	margin-bottom:80px;
}

#leftNavigation ul {
	margin:0;
	padding:0;	
	width:100%;
}

#leftNavigation li {
	margin:0;
	padding: 2px 0 2px 30px;
}

#leftNavigation li.normal {
	background: url(../site_images/ico_NavigationEvents.gif) 9px 7px no-repeat;
}

#leftNavigation li.over {
	background:#f7f7f7 url(../site_images/ico_NavigationEvents_over.gif) 9px 7px no-repeat;
	}

#leftNavigation li.normal a:link { color: #ffffff; text-decoration: none;}
#leftNavigation li.normal a:visited { color: #ffffff; text-decoration: none;}

#leftNavigation li.over a:link { color: #474747; text-decoration: none;}
#leftNavigation li.over a:visited { color: #474747; text-decoration: none;}
#leftNavigation li.over a:hover { color: #474747; text-decoration: none;}
#leftNavigation li.over a:active { color: #474747; text-decoration: none;}

#content {
	width:825px;
	float:left;
	font-size:1.1em;
	background:url(../site_images/bck_contentEvents.gif) left 40px repeat-y;
}

#content .margincontent {
	margin:0px 0 0 40px;
	/*line-height:1.6em;*/
}


H1 {
	margin-top:0px;
	margin-bottom:0px;
	color:#006998;
	font-size:1.8em;
	font-weight:normal;
	background: url(../site_images/ico_H1_events.gif) no-repeat 4px left ;
	padding-left:30px;
	padding-bottom:3px;
	padding-top:0px;
	background-color:#FFFFFF;
}

.color01 { color: #006998;}
.color02 { color: #0095b9;}
.color03 { color: #009183;}
.color04 { color: #009554;}
.color05 { color: #7da24a;}
.color06 { color: #dbba39;}
.color07 { color: #d57933;}
.color08 { color: #ed1528;}
.color09 { color: #cf2145;}
.color10 { color: #cc1b77;}
.color11 { color: #83307b;}

#contentTxt {
	width:551px;
	float:left;
	
}

#contentTxt .margintxt{
 margin: 45px 30px 20px 30px;
}

#contentTxt ul{
	padding:0;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:20px;
}

#contentTxt li{
	list-style-image: url(../site_images/ico_list_events.gif);
}

#footnote {
	background-color:#ebebeb;
	font-size:0.9em;
	line-height:1.4em;
	color:#787878;	
}

.marginfootnote {
	padding:15px 20px;
}


#contentRight {
	float:left;
	width:234px;
}

#contentRight .margin {
	margin:0 30px 20px 20px;
	
}

#RightTxt {
	background-image:url(../site_images/bck_events_right.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:25px;
	margin-top:20px;
}


#footer {
	border-top:1px solid #bababa;
	margin-left:40px;
	font-size: 1.1em;
	color:rgb(163,163,163);
	padding-top:5px;
	background-color:#FFFFFF;
}