body {
	font: 9px Helvetica, Arial, sans-serif;
	background-color: #fff;
	background-image: url(2012_Lox_Bovenbalk_fill.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

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


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

#bovenbalk {
	width: 1024px;
	height: 271px;
	position: fixed;
	z-index: 11;
	background-image: url(2012_Lox_Bovenbalk.jpg)
}
#bovenbalk #tekst1.tekst,
#bovenbalk #tekst2.tekst,
#bovenbalk #tekst3.tekst {
	position: absolute;
	left: 785px;
	width: 220px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	font-family: Times,"Times New Roman",serif;
	z-index: 5;
}
#bovenbalk #tekst1 {
	top: 57px;
}
#bovenbalk #tekst2 {
	top: 135px;
}
#bovenbalk #tekst3 {
	top: 213px;
}
.highlight {
	color: rgb(226,0,26);
	font-style: normal;
}
a.knop {
	position: relative;
	left: 750px;
	width: 255px;
	height: 64px;
	z-index: 10;
}
a.knop:hover {
}

a.knop.knop1 {
	position: absolute;
	top: 30px;
	width: 255px;
	height: 64px;
}
a.knop.knop2 {
	position: absolute;
	top: 108px;
	width: 255px;
	height: 64px;
}
a.knop.knop3 {
	position: absolute;
	top: 186px;
	width: 255px;
	height: 64px;
}
#nawbalk {
	position: absolute;
	left: 5px;
	top: 200px;
}
a.email {
	float: left;
	width: 162px;
	height: 28px;
}
a.tel {
	float: left;
	width: 128px;
	height: 28px;
}
a.fax {
	float: left;
	width: 126px;
	height: 28px;
}
a.adres {
	float: left;
	width: 310px;
	height: 28px;
}
.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;
	}



/* waves */
#Rijen {
	position: absolute; 
	top: 300px;
	margin-top: 0px;
	margin-left: 10px;
	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%; 
}

@media only screen and (device-width: 768px) and (orientation:portrait) {
  /* For portrait layouts only */
body {
	}
}

@media only screen and (device-width: 768px) and (orientation:landscape) {
  /* For landscape layouts only */
body {
	}
}

