/******************
Standaard tags
******************/

body {
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #990000;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #990000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;	
}

img {
	border: none;
}

table {
	border: 1px solid #990000;
}

td, th {
	padding: 2px;
	border: 1px solid #990000;
	vertical-align: top;
}

th {
	font-weight: bold;
}

/******************
Layout Divjes
******************/

#leftpicContainer, #leftpicImg, #leftpicOverlay, #languagebar, #menu, #leftshadow, #rightshadow, #bottomshadow {
	display: none;
}

#printHeader {
	display: block;
}

#mainContainer {
	width: 100%;
}

#contentContainer {
	width: 100%;
}

#content {
	width: 100%;
}

#content img {
	border: 1px solid #990000;
	margin: 5px;
}


/******************
Menu style
******************/

.menuLink_active {
}