
.lang a
{
	color: #adbcbf;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;

}

.lang a:hover
{
	color: white;
}

.remark
{
	color: #D77D10;
	text-transform: uppercase;
	font-size: 9px;
}

.toptable
{
	width: 840px;
}

/**
 * This CSS file defines all structural CSS rules for EDLSite.be.
 * It defines all styles, except those used by the content pages.
 */


/* algemeen, header en menu*/
body
{
	background:#EEEEEE;
	font-family:Verdana,	 Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2D3A40;
	margin:20px 0px 0px 0px;
}

.printlogo {
	display: none;
}
 
.float 
{
	float: left;
 }

.header-bg
{
	float: left;
	width:662px; 
	height:69px;
	background-image:url(/images/page/header-color.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
}
.header-right
{
	float: left;
	width:5px; 
	height:69px;
	background-image:url(/images/page/header-right.jpg);
	background-repeat:no-repeat;
}

.header-logo {
	padding:0;
	margin:0;
	float: left;
    padding-top: 22px; 
    padding-left: 15px;
}

.menu
{
	float: left;
	width:840px; 
	height:26px;
	background-image:url(/images/page/menu-bg.jpg);
	background-repeat:no-repeat;
}

.menu p.left
{
	display: inline;
	float:left;
	padding:5px 0px 5px 16px;
	font-weight:normal;
	text-align:left;
}

.menu p.right
{
	display: inline;
	float: right;
	padding:5px 0px 5px 16px;
	font-weight:normal;
	text-align:right;
}

.menu p a:link, .menu p a:visited
{
	color:#2D3A40;
	text-decoration:none;
	font-weight:bold;
	padding:0px 10px 0px 0px;
}

.floatright
{
	float: right;
}

/* Page navigation elements */
.pagenav a
{
	text-decoration: none;
	margin-right: 5px;
	color:#2D3A40;
}

.pagenav .active
{
	font-weight: bold;
	color:#F18C13;
	margin-right: 5px;
}

/* tab */
.tab-header
{
	width:202px; 
	height:31px;
	background-image:url(/images/page/tabs-header.jpg);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
}

.tab-header p
{
	padding:0;
	margin:0;
	padding-top: 5px;
	padding-left: 16px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
}

.tab-body
{
	padding:0;
	margin:0;
	width:202px; 
	background-image:url(/images/page/tabs-bg.jpg);
	background-repeat:repeat-y;
}

.tab-body p
{
	padding: 0;
	margin: 0;
	/*padding: 5px 16px 0px 16px;*/
}

.tab-bottom
{

	width:202px; 
	height:17px;
	background-image:url(/images/page/tabs-bottom.jpg);
	background-repeat:no-repeat;
}

/* news tab content */
.tab-body p.news, .tab-body p.last
{
	padding: 5px 16px 0px 16px;
	color: #4C6D74;
	font-size:10px;
}

.tab-body p.news
{
	margin: 0px 16px 0px 16px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#D1D4D5;
	padding: 5px 0px 5px 0px;
} 

.tab-body p.news .title, .tab-body p.last .title
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	color:#2D3A40;
}

.tab-body p.news .title a:link, .tab-body p.last .title a:link, .tab-body p.news .title a:visited, .tab-body p.last .title a:visited
{
	text-decoration:none;
	color:#2D3A40; 
}

.datetime
{
	text-transform:capitalize;
	font-weight: normal;
	font-size: 9px;
	font-style: italic;
}

.tab-body p.links
{
	padding: 5px 16px 5px 16px;
	text-align:center;
}

.tab-body p img
{
	border-color:#EEEEEE;
	border-style:solid;
	border-width:1px;
}

.tab-body p.links a:link
{
	text-transform:uppercase;
	font-weight:bold;
	color:#2D3A40;
	text-decoration:none;
	font-size:10px;
}

/* footer */
.footer-left{
	float: left;
	width:5px; 
	height:24px;
	background-image:url(/images/page/footer-left.jpg);
	background-repeat:no-repeat;
}
.footer-middle{
	float: left;
	width:830px; 
	height:24px;
	background-image:url(/images/page/footer-middle.jpg);
	background-repeat:repeat-x;
}
.footer-middle a:link, .footer-middle a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.footer-middle .left{
	float: left;
	color:#FFFFFF;
	padding:5px;
}
.footer-middle .right{
	float: right;
	color:#FFFFFF;
	padding:5px;
}
.footer-right{
	float: left;
	width:5px; 
	height:24px;
	background-image:url(/images/page/footer-right.jpg);
	background-repeat:no-repeat;
}
