<!--
/* GEBRUIKTE KLEURCODES: 

#efefae		Groenig van achtergrond
#ffffcc		lichte geel
#00365f		donkere blauw
#000000		zwart
#ffff00		geel

*/
body{
color: #000;
background-color: #efefae;
background: url(images/bg_img02.jpg) top left repeat;
margin: 0px;
font-family: Verdana, Geneva, Arial, sans-serif;
}
#centreer_alles{
text-align: center;
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block
}
#layout_opleuker_basis{
/* background-color: #ffffcc; */
margin-left: -390px;
position: absolute;
top: -300px;
left: 50%;
width: 780px;
height: 640px;
}
#layout_opleuker{
margin:5px 0 0 10px;
width: 760px;
height: 630px;
}


/* WELKOM link: */
#layout_opleuker h1 a.welkom:link, #layout_opleuker h1 a.welkom:visited{color:#ffffcc;padding:5px;font-weight:normal;font-size:1.4em;text-decoration:underline;}
#layout_opleuker h1 a.welkom:hover{background:#ffffcc;color:#00365f;padding:5px;font-weight:normal;font-size:1.4em;text-decoration:none;}
#layout_opleuker h1 a.welkom:active{background:#000000;color:#ffffcc;padding:5px;font-weight:normal;font-size:1.4em;text-decoration:none;}

/* LOGO Link */
a.intrologo:link, a.intrologo:visited {
	display: block;
	width: 764px;
 	height:358px;
	text-decoration: none;
	background: url(images/logo_los_a.png) no-repeat left top;
}
a.intrologo:hover {
	background: url(images/logo_los_b.png) no-repeat left top;
}


/* FOOTER: */
#footer{
font-size: 13px;
font-family: Verdana, Geneva, Arial, sans-serif;
font-weight:bold;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 24px;
padding-top:8px;
background:#ffffcc;
color:#00365f;
border-top:1px dotted #00365f;
visibility: visible;
display: block;
z-index:1;	/* Zodat bij kleine schermen de footer niet 'over de rest heen gaat liggen'! */
}

a.footer:link, a.footer:visited{color:#00365f;background:#efefae;}
a.footer:hover, a.footer:active{color:#000000;background:#efefae;text-decoration:none;}

a.text:link, a.text:visited{color:#00365f;background:#ffffcc;}
a.text:hover, a.text:active{color:#ffffcc;background:#00365f;text-decoration:none;}


/* AFBEELDINGEN: */
img {border:0;}

IMG.vlaggetje{border:0px;}


/* Preloading IMAGES! */
p.preload, .hiddenPic {display:none;}

-->