body {
	font: 9px Helvetica, Arial, sans-serif;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

h1 {
	font-size: 10px;
	margin-top: 3px;
}


#loxcontainer {
	margin: 0px auto;
	width: 1100px;
	background-color: gray;
}

#bovenbalk {
	background-color: white;
	height: 170px;
	padding-top: 20px;
	position: fixed;
}

#loxlogo{
	position: absolute;
	margin-top: 20px;
	margin-left: -50px;
	z-index: 0;
}

.balk {
	padding: 5px 5px;
	font-size: 9px;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1px;
	overflow: hidden;
	width: 100%;
	z-index: 10;
}
.balk.zwart {
	background-color: #000;
	color: #fff;
}
.balk.wit {
	background-color: #fff;
}

.kleur {
	color: #bbc800;
}
.kap {
	text-transform: uppercase;
}

.tekstvlak {
	width: 450px;
	float: left;
	color: #d3d1c3;
	font-size: 12px;
	margin-top: 12px;
	padding-right: 20px;
	padding-left: 5px;
	font-weight: bold;
}
.tekstvlak .kop {
	float: left;
	font-size: 36px;
	padding-top: 0px;
	padding-right: 10px;
}
.tekstvlak:hover {
	color: #000;
}

#noscript{
	position: absolute;
	top: 280px;
	left: 250px;
	padding: 20px;
	font-size: 24px;
	border: solid 5px red;
	color: red;
	background-color: yellow;
	z-index: 500;
	}


#zijtekst{
	position: absolute;
	top: 690px;
	padding-left: 5px;
	padding-right: 3px;
	width: 135px;
	font-size: 10px;
	line-height: 14px;
	background-image: url("50_white.png");
}
#award{
	position: absolute;
	top: 410px;
	padding-left: 3px;
	padding-right: 0px;
	width: 140px;
	height: 275px;
	font-size: 10px;
	line-height: 14px;
	background-image: url("50_white.png");
}
#digiflip{
	position: absolute;
	top: 205px;
	padding-left: 3px;
	padding-right: 0px;
	width: 140px;
	height: 275px;
	font-size: 10px;
	line-height: 14px;
	background-image: url("50_white.png");
}

#zijtekst h1 {
	color: #bbc800;
	margin-top: 10px;
}
#zijtekst h2 {
	color: #bbc800;
	margin-top: 10px;
}
#zijtekst p {
}
#zijtekst p.cursief {
	font-style: italic;
	color: #858c76;
	font-family: "Times New Roman", Times, serif;
}
#zijtekst a, #zijtekst a:visited {
	color: #666;
	font-weight: bold;
	
	text-decoration: none;
}
#zijtekst a:hover {
	text-decoration: underline;
}

.Rijtag {
	position: absolute;
	right:-10px;
	top:0px;
	width: 130px;
	height: 50px;
	padding: 0 5px;
}


/* waves */
#Rijen {
	position: absolute; 
	top: 205px;
	margin-top: 0px;
	margin-left: 130px;
	display: block;
	z-index: 5;
}


/* wave container */

.wave-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}

/* wave items */

a.wave-item {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.wave-item span {
	display: none;
	padding-left: 20px;
	Color:yellow;
}
.wave-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


/* kleuren */

.Rijtag.magenta {
	background-color: #d70067;
	color:white;
}
.Rijtag.paars {
	background-color: #71006d;
	color:white;
}
.Rijtag.geel {
	background-color: #ffe800;
}
.Rijtag.rood {
	background-color: #c20016;
	color:white;
}
.Rijtag.cyaan {
	background-color: #0093df;
	color:white;
}
.Rijtag.blauw {
	background-color: #1b246d;
	color:white;
}
.Rijtag.groen {
	background-color: #00901e;
	color:white;
}
.Rijtag.bordeau {
	background-color: #a3003c;
	color:white;
}
.Rijtag.oranje {
	background-color: #ea710e;
}
.Rijtag.oranjed {
	background-color: #df3814;
	color:white;
}
.Rijtag.grasgroen {
	background-color: #bbc800;
}
.Rijtag.bruin {
	background-color: #615305;
	color:white;
}
.Rijtag.oker {
	background-color: #fbb500;
}
.Rijtag.zwart {
	background-color: #000;
	color:white;
}
