*
{
	font: 8pt tahoma;
	padding: 0; 
	margin: 0;
	font-weight: bold;
	font-weight: normal;
}

html,body
{
	background-color: #f3f3f3;
	height: 100%;
}
a
{
	color: #222222;	
}
sub
{
	font-size: 6pt;
	font-weight: normal;
}
em, em span
{
	font-size: 10pt;
	font-weight: bold;
}
.Red
{
	color: red;
}
strong
{
	font-weight: bold;
}
.Cleardiv
{
	clear: both;
}
#supercontainer
{
	position: relative;
	min-height: 100%;
	width: 960px;
	margin: auto;
	background-image: url("../images/container-shadow.jpg");
}
#container
{
	position: relative;
	margin: auto;
	width: 898px;
	height: auto;
	padding-bottom: 28px; /* om ruimte over te laten voor footer */
}
#header
{
	background-color: #007e49;
}

#header,
#header .Uniec
{
	position: relative;
	height: 66px;
	line-height: 66px;
	color: white;
	font-size: 20pt;
	font-weight: bold;
	padding-right: 20px;
}
#header .Uniec
{
	float: left;
	padding-left: 30px;
	margin-right: 10px;
}
#header span
{
	font-size: inherit;
	font-weight: normal;
	color: inherit;
}
#header div
{
	height: 66px;
	/*color: white;*/
	vertical-align: middle;
}
#header div p
{
	height: 25px;
	line-height: 23px;
	vertical-align: bottom;
	font-size: 7pt;
}
#header div img
{
	height: 20px;
}

#content
{
	padding: 15px;	
}
#footer
{
	height: 28px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
}
#footer p,#footer p a
{
	color: #444444;
	font-size: 8pt;
	margin-bottom: 3px;
	text-decoration: none;
}


#menu
{
	background-color: #007e49;
	height: 30px;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	text-align: center;
	line-height: 30px;
	color: white;
}
#menu table
{
	width: 100%;
	height: 30px;
	border-spacing: 0px;
	table-layout: fixed;
}
#menu table td
{
	color: white;
	border-right: 1px solid #222222;
	font-weight: bold;
	background-color: #ccffcc;
	cursor: pointer;
	color: #222222;
}
#menu table td:last-child
{
	border-right: none;
}
#menu table td.Active
{
	cursor: default;
	background-color: #64ad88;
	background-color: #007e49;
	color: white;	
}
#menu table td:hover
{
	background-color: red;
}
#menu a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.PageBreak
{
	
}
