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

body {
	margin: 0px;
	padding: 0px;
	background-color: #FF9100;
	background-image: url("../images/bodybg.gif");
	background-repeat: repeat-x;
}

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

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

a:hover {	
	color: #FF9900;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

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

img {
	border: none;
}

table {
	border: none;
}

td {
	padding: 2px;
	border: 0px;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	vertical-align: top;
}

th {
	background-color: #990000;
	color: #fff;
}

ul li {
	margin-left: -24px;
}

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

#printHeader {
	display: none;
}

#mainContainer {
	position: absolute;
	width: 770px;
	height: 430px;
	margin-left: -385px;
	margin-top: -215px;
	left: 50%;
	top: 50%;
}

#leftpicContainer {
	position: absolute;
	left: 10px;
}

#leftpicImg {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 59px;
}

#leftpicOverlay {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 59px;	
}

#contentContainer {
	position: absolute;
	left: 310px;
	height: 430px;
	width: 450px;
	background-image: url("../images/contentbg.gif");	
}

#languagebar {
	position: absolute;
	left: 165px;
	top: 3px;
}

#menu {
	position: absolute;
	left: 20px;
	top: 40px;
	width: 400px;
	color: #fff;
}

#content {
	position: absolute;
	left: 20px;
	top: 70px;
	height: 336px;
	width: 410px;
	padding-right: 10px;
	overflow: auto;
	overflow-x: hidden; /* hide horizontal scrollbar */
	/*
	scrollbar-face-color: #990000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #990000;
	*/
}

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

#leftshadow {
	position: absolute;
	left: 0px;
}

#rightshadow {
	position: absolute;
	left: 760px;	
}

#bottomshadow {
	position: absolute;
	left: 8px;
	top: 408px;
}

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

.menuLink_active {
	color: #FF9900 !important;
}

#menu a:link,
#menu a:visited,
#menu a:active {
	color: #fff;
}

#menu a:hover {	
	color: #FF9900;
}

/******************
Divje met tekst die extra op moet vallen
******************/
.accent {
	background-color: #ff9900;
	padding: 10px;
	border: 1px solid #990000;
}