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;
}