/* ALGEMEEN */

BODY {
	/*background-color: #EDEEF2; */
	background-color: #FFFFFF; 
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}

IMG {
	border: 0;
}

INPUT, TEXTAREA {
	font-family: Arial, sans-serif; 
	font-size: 8pt;
	color: #595A5D; 
	background-color: #FFFFFF; 
	border-color: #999999;
	border-style: solid; 
	border-width: 1px 
	}
	
HR {
	border-width: 0;
	height: 1px;

	color: #595A5D;
	background-color: #595A5D;
}

#container {
	position: absolute;
	top: 0;
	left:0;
	width: 780px;
	height: 100%;
	background-image: url(../images/containerbg.jpg);
	
	font-family: Arial, sans-serif; /* Arial, sans-serif; */
	font-size: 8pt;
}

#sideBar {
	position: absolute;
	left: 750px;
	top: 0;
	width: 30;
	height: 100%;
	background-color: #B0B1B3;
}

#bgLine {
	position: absolute;
	top: 0;
	width: 100%;
	border-style: solid;
	border-width: 1 0 0 0;
	border-color: #595A5D;
}

#omlijnd {
	border-style: solid;
	border-width: 1px;
	border-color: #B0B1B3;
}

/* HEADER */

#topBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 30px;
}

#topBarMedinex {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 30px;
}

#imageBar{
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 180px;
}

#secondBar {
	position: absolute;
	top: 180px;
	left: 0;
	width: 600px;
	height: 30px;
	background-color: #595A5D;
}

#secondBarText {
	padding: 9 20 0 0;
	font-size: 90%;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

#secondBarText a {
	color: #FFFFFF;
	text-decoration: none;
}

#secondBarText a:hover {
	text-decoration: underline;
}

#emailAddress {
	position: absolute;
	top: 215px;
	left: 480px;
	
	padding: 2px;
	
	background-color: #F4F5F7;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
	visibility: hidden;
}	

/* MENU */

#menuTitle {
	position: absolute;
	top: 180px;
	left: 600px;
	width: 150px;
	height: 30px;
	background-color: #78797C; 
}

#menuTitleText {
	padding: 8 0 0 9;	
	font-weight: bold;
	color: #FFFFFF;
}

#menuBar {
	position: absolute;
	top: 209px;
	left: 599px;
	width: 150px;
	height: 180px;
	background-color: #FFFFFF;
	
	border-style: solid;
	border-width: 1 0 0 0;
	border-color: #595A5D;
}

#menuBar a {
	color: #595A5D;
	text-decoration: none;
	font-weight: bold;
}

#menu {
	width: 151px;
	height: 35px;

	border-style: solid;
	border-width: 0 0 1 1;
	border-color: #595A5D;
}

#menuText {
	padding: 10 1 1 10;
	font-weight: bold;
}

/* CONTENT */

#contentBar {
	position: absolute;
	top: 210px;
	left: 0;
	width: 750px;
	background-color: #FFFFFF;	
}

#contentBarColor {
	position: absolute;
	left: 0px;
	top: 0;
	width: 10px;
}

#contentBarImage {
	position: relative;
	top: 0;
	left: 399px;
	width: 200px;
}

#contentBarContent {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 570px;
	
	padding: 0 0 25 0;
	
	line-height: 16pt;
	color: #595A5D;
}

#contentBar a {
	color: #000000;
}

#contentBar a:hover {
	color: #999999;
}

#contentTable {
	border-width: 0;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 16pt;
	color: #595A5D;
}

/* FOOTER */

#lowerBar {
	position: relative;
	width: 750px;
	height: 40px;
	
	background-image: url(../images/onderbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	border-style: solid;
	border-color: #595A5D;
	border-width: 1 0 0 0;
	
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

#lowerBarText {
	padding: 8 5 0 5;
	font-size: 90%;
	text-align: right;
	color: #FFFFFF;
}

#lowerBarText a {
	text-decoration: underline;
	color: #FFFFFF;
}
#lowerBarText a:hover {
	color: #CCCCCC;
}