@charset "utf-8";
/* CSS Document */

#interface {
	position:absolute;
	left:0px;
	top:75px;
	width:100%;
	height:100px;
	z-index:1;
}
body {
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #6E90A6;
	background-color: #FFF;
	margin: 0px;
}
.logocel {
	background-image:url(../images/LUUXlogo.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFF;
}
.introductie {
	color:#FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 2px;
}
.knopcel {
	background-image:url(../images/knop_op.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100px;
	height:45px;
	color:#FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 2px;
}
.knopcelNEER {
	background-image:url(../images/knop_neer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:100px;
	height:45px;
	color:#FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 2px;
}
.knopcel a {
	text-decoration:none;
	color:#FFF;
}


.knopcel:hover {
	background-image:url(../images/knop_neer.png);
}
.onderbalkLink {
	color: #CE0042;
	text-decoration: none;
}
.onderbalkLink:hover {
	color: #6B94A5;
	text-decoration: underline;
}
.interfaceTabel {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#010101;
}
