body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(back.gif);
	background-position: 170px 50px;
	background-repeat: repeat;
	margin: 0px;
}

.main-table-back {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 50px;
}

#main-table-back2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 50px;
	padding-right: 54px;
}
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BDBDBD;
	font-weight: bold;
}
.menu-back {
	background-color: #F2F2F2;
}
.blue-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.black-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blue-link-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.black-link-reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

td.out {
	background-color: #F2F2F2;
	color: black;
}
td.over {
	background-color: #F2F2F2;
	color: black;
	background-attachment: fixed;
	background-image: url('menu_back.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.light-blue-down {
	background-color: #B0D8ff;
	cursor: default;
}
.light-blue-up {
	background-color: #CFE7FF;
  	cursor: pointer;
}
.black-down {
	background-color: #000000;
	cursor: default;
}
.black-up {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(http://www.intelec.nl/def-menu-back.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}
.btn-down {
	background-color: #CCCCCC;
	cursor: default;
}
.btn-up {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #CCCCCC;
  	cursor: pointer;
}

/* BUTTONS: algemene properties */

ul#menu {
list-style-type:	none;
padding:			0 0 0 0;
margin:				0;
border:				none;
top:				0px;
left:				0px;
width:				151px;
height:				19px;
}

ul#menu li {
padding:			0;
margin:				0;
display:			block;
float:				left;
}

ul#menu li a {
margin-left:		0px;
margin-right:		0px;
border:				0;
display:			block;
height:				19px;
}

ul#menu li a:hover {
border:				0;
display:			block;
}

/* BUTTONS */

li#home a,
li#home a:link,
li#home a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #0000FF;
text-decoration: none;
height: 19px;
width: 151px;
text-align: center;
}

li#home a:hover,
li#home_on a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #0000FF;
text-decoration: none;
height: 19px;
background: url('menu_back.gif');
width: 151px;
text-align: center;
}

li#bg a,
li#bg a:link,
li#bg a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
text-decoration: none;
height:	19px;
width: 151px;
text-align: center;
}

li#bg a:hover,
li#bg_on a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
text-decoration: none;
height: 19px;
background:	url('menu_back.gif');
width: 151px;
text-align: center;
}

