@charset "utf-8";
/* CSS Document */

* {
	margin:0; 
	padding:0;
	text-decoration:none;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family:Tahoma,sans-serif;
	font-size:13px;
	background:url(/img/bgsite.png) repeat-x top;
}

#container {
	min-height:100%;
	position:relative;
}

#main {
	width:900px;
	margin:0 auto;
}

#top {
	width:900px;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
}

#top a {
	text-decoration:none;
	color:#FFFFFF;
}

#top a:hover {
	text-decoration:underline;
}

#header_logos {
	width:900px;
	height:111px;
}

#header_logos_logo {
	width:312px;
	height:111px;
	float:left;
}

#header_logos_splash {
	width:588px;
	height:111px;
	float:left;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
}

#header_logos_splash h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin:15px 0px;
}

#header_logos_splash a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#header_logos_splash a:hover {
	text-decoration:underline;
}

#header_mainmenu {
	width:900px;
	height:25px;
	padding-top:25px;
}

* html #header_mainmenu {
	padding-top:22px;
}

#header_mainmenu ul {
	list-style:none;
}

#header_mainmenu li {
	display:inline;
}

#header_mainmenu li a {
	display:block;
	width:132px;
	height:18px;
	padding-top:7px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	background:url(/img/bgmainmenulia.png);
	float:left;
}

#header_mainmenu li a:hover {
	background:url(/img/imgmainmenuliahover.png);
}

#header_submenu {
	height:30px;
	width:900px;
	line-height:30px;
}

#header_submenu ul {
	list-style:none;
}

#header_submenu li {
	display:inline;
}

#header_submenu li a {
	display:block;
	padding:0px 20px;
	float:left;
	color:#797375;
	font-weight:bold;
	font-size:11px;
}

#header_submenu .first a {
	padding:0px 20px 0px 0px;
}

#header_submenu li a:hover {
	color:#000000;
}

#page {
	width:900px;
	padding-top:30px;
	padding-bottom:69px;
}

#sidebar {
	width:180px;
	float:left;
	margin-right:20px;
}

#sidebar_menu {
	width:180px;
	margin:20px 0px;
}

#sidebar_menu ul {
	list-style:none;
}

#sidebar_menu li {
	display:inline;
}

#sidebar_menu li a {
	display:block;
	width:165px;
	height:25px;
	line-height:25px;
	padding-left:15px;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	background:url(/img/bgsidemenulia.png) repeat-x;
	margin-bottom:1px;
}

#sidebar_menu li a:hover {
	background:url(/img/bgsidemenuliahover.png) repeat-x;
}	

#content {
	width:500px;
	width:680px;
	float:left;
	margin-right:20px;
	text-align:justify;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0560A4;
	font-weight:normal;
	margin:0px 0px 15px 0px;
}


#content h3, #content h4, #content h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#0560A4;
	font-weight:normal;
	margin:15px 0px 5px 0px;
}
#content h4, #content h5 {
	font-size:14px;
}
#content p {
    margin:5px 0 10px 0;
}
#content ul {
    margin:5px 0 10px 20px;
}
#content a {
    color:#0560A4;
}
#content a:hover {
    color:#0560A4;
    text-decoration:underline;
}

#rightbar {
	width:180px;
	float:left;
}

#rightbar_actieknop {
	width:150px;
	height:70px;
	padding:15px;
	background:url(/img/bgrightknop.png) no-repeat;
	font-size:11px;
	line-height:16px;
	margin:20px 0;	
}

#rightbar_actieknop a {
	font-weight:bold;
	color:#333333;
}

#rightbar_actieknop a:hover {
	font-weight:bold;
	color:#333333;
}

#rightbar_actieknop h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0560A4;
	margin-bottom:5px;
}

#footer-wrapper {
    clear:both;
  	position:absolute;
	bottom:0px;
    width:100%;
    background:url(/img/bgfooter.png) repeat-x;
}

* html #footer-wrapper {
	bottom:0;
}

#footer {
	color:#5574A9;
    width:850px;
    margin:0 auto;
    height:53px;
	line-height:26px;
	font-size:11px;
	text-align:right;
}

#footer a {
	color:#5574A9;
	text-decoration:none;
}

#footer a:hover {
	color:#4E4E4E;
}

