/* ===== standaard ===== */
div#top_bar {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 750px;
	height: 100px;
	background: url(../images/standaard/topTable.gif);
}
#flags {
	position: relative;
	left: -170px;
	top: 60px;
}
div#left_bar {
	position: absolute;
	left: 0;
	top: 100px;
	width: 150px;
	height: 454px;
	background: url(../images/standaard/leftTable.gif);
}
div#right_bar {
	position: absolute;
	left: 604px;
	top: 100px;
	width: 146px;
	height: 454px;
	background: url(../images/standaard/rightTable.gif);
}
div#footer_bar {
	position: absolute;
	left: 0;
	top: 554px;
	width: 750px;
	height: 96px;
	background: url(../images/standaard/footertable.gif);
}
#banner {
	position: absolute;
	left: 760px;
	top: 100px;
}  
/*** hoofdmenu ***/
div#knop1 {
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: #000;
    width: 150px;
	height: 151px;
    }
a#rol1 { 
	background-image:url(../images/standaard/kleurplatenknop.gif); 
	height: 150px; 
	width:150px; 
	display:block; 
}
a#rol1 span { 
	display:none; 
}
a#rol1:hover { 
	background-position: 0 -151px; 
}
div#knop2 {
        position: absolute;
        top: 50px;
        left: 250px;
        background-color: #000;
        width: 150px;
		height: 151px;
}
a#rol2 { 
	background-image:url(../images/standaard/briefpapierknop.gif); 
	height: 150px; 
	width:150px; 
	display:block; 
}
a#rol2 span { 
	display:none; 
}
a#rol2:hover { 
	background-position: 0 -151px; 
}
div#knop3 {
    position: absolute;
    top: 250px;
    left: 50px;
    background-color: #000;
    width: 150px;
	height: 151px;
}
a#rol3 { 
	background-image:url(../images/standaard/diversenknop.gif); 
	height: 150px; 
	width:150px; 
	display:block; 
}
a#rol3 span { 
	display:none; 
}
a#rol3:hover { 
	background-position: 0 -151px;  
}
div#knop4 {
    position: absolute;
    top: 250px;
    left: 250px;
    background-color: #000;
    width: 150px;
	height: 151px;
}
a#rol4 { 
	background-image:url(../images/standaard/deurhangersknop.gif); 
	height: 150px; 
	width:150px; 
	display:block; 
}
a#rol4 span { 
	display:none; 
}
	a#rol4:hover { 
	background-position: 0 -151px;  
}