/* REALISATIE: LUCAS IT B.V. **/

body
{
	background:#000;
}

#header
{
	width:100%;
	height:394px;
	background:url(/images/header.jpg);
	position:absolute;
	top:0px;
	left:0px;
}

#speaker_links
{
	width:125px;
	height:110px;
	background:url(/images/speaker_links.png);
	position:absolute;
	top:0px;
	left:0px;
}

#speaker_rechts
{
	width:125px;
	height:110px;
	background:url(/images/speaker_rechts.png);
	position:absolute;
	top:0px;
	right:0px;
}

#logo
{
	width:375px;
	height:165px;
	background:url(/images/logo.png);
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-187px;
}

#nav
{

}

#content
{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	position:absolute;
	top:250px;
	left:50%;	
	margin-left:-351px;	
}

.content_top
{
	background:url(/images/content_top.jpg);
	width:702px;
	height:25px;
}

.iframe_content
{
	background:url(/images/content_middle.jpg);
	width:700px;
	height:400px;
	border:0px;
	padding-right:2px;
}

.lijn_iframe
{
	width:1px;
	height:400px;
	border-left:solid 1px #343434;
	position:absolute;
	top:125px;
	left:346px;
}

.content_bottom
{
	background:url(/images/content_bottom.jpg);
	width:702px;
	height:25px;	
}

#realisatie
{
	font:normal 10px arial;
	color:#FFF;
	position:relative;
	top:0px;
	margin-top:5px;	
}

#realisatie a
{
	color:#FFF;
	text-decoration:none;
}

#realisatie a:hover
{
	color:#FFF;
	text-decoration:underline;
}

#nav_bottom
{
	font:normal 10px arial;
	color:#FFF;
	position:relative;
	top:0px;
	right:0px;
	margin-bottom:40px;
	margin-top:-13px;	
	margin-left:405px;
	text-transform:uppercase;
}

#nav_bottom a
{
	color:#FFF;
	text-decoration:none;
}

#nav_bottom a:hover
{
	color:#FFF;
	text-decoration:underline;
}

#footer
{
	width:100%;
	height:12px;
	background:url(/images/footer.jpg);
	position:fixed;
	bottom:0px;
	left:0px;
}


