html{
	height: 100%;
}

body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	height: 100%;
	background-color: #ffffff;
}

#site{
	position:absolute;
	width: 100%;
	height: 600px;
    left: 0px; 
    top: 50%;
    margin-top: -290px;
    margin-left: 0px;
	text-align: left;
}

#left{
	position: absolute;
	height: 376px;
	width: 144px;
	margin-top: 131px;
	background: url('http://www.lunsche.nl//img/blue.gif') right no-repeat;
	background-color: #007AC3;
}

#menu{
	position: absolute;
	margin-top: 40px;
	margin-left: 20px;
}

.mainmenu{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.mainmenu:hover{
	color: #e0e0e0;
}

.submenu{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
}

.submenu:hover{
	color: #e0e0e0;
}

.active{
	font-style: italic;
}

.selected{
	text-decoration: underline;
}

#container{
	position: absolute;
	margin-left: 150px;
	height: 376px;
	margin-top: 131px;
	background: url('http://www.lunsche.nl//img/grey.gif') left no-repeat;
	background-color: #78787B;
}

#content{
	position: absolute;
	height: 260px;
	width: 486px;
	margin-top: 50px;
	margin-left: 60px;
	overflow: hidden;
}

#content a{
	color: #ffffff;
	text-decoration: underline;
}

#content a:hover{
	color: #e0e0e0;
}

#content p{
	margin-top: 0px;
	margin-bottom: 1em;
}

#scrollUp{
	position: absolute;
	margin-top: 52px;
	margin-left: 35px;
}

#scrollDown{
	position: absolute;
	margin-top: 300px;
	margin-left: 35px;
}

#logo{
	position: absolute;
	margin-top: 9px;
}


#oneliner{
	position: absolute;
	margin-top: 452px;
	overflow: hidden;
	display: inline;
	z-index: 10;
			background-image: url(http://www.lunsche.nl/img/oneliner_transparent.png);
	}

#beeld{
	position: absolute;
	display: inline;
	overflow: hidden;
}

#arform{
	position: absolute;
	margin-left: 150px;
	margin-top: 20px;
	color: #78787B;
}

.ex1{ border: 0px; }

.ex1 tr td {
	font-family: arial, helvetica, sans-serif; 
	color: #007AC3;
	font-size: 10px;
	line-height: 20px;
	border-top: solid 0px #76e4de;
}
.ex1 .inp {
	border: solid 1px #007AC3;
	font-family: arial, helvetica, sans-serif; 
	width: 200px;
	font-size: 10px;
	background: #ffffff;
}
.ex1 .lbl {
	padding-right:10px;
	text-align: right;
}
.ex1 .but {
	border: solid 1px #007AC3;
	background: #007AC3;
	margin-top:5px;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.ex1 .butcell {
}

