/* ===== global styles ===== */

body {
	font-family: "Comic sans MS";
	font-size: 10pt;
	color: #b0addb;
	padding: 0;
	background: #000;
}

p {
	font-size: 10pt;
	margin: 1ex 1em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, li {
	font-size: 14pt;
	font-weight: bold;
    margin: 1ex 1em;
}

table {
    margin: 0;
    padding: 0;
}

tr, td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}


/*****************************************/
/*** Basic Frame ***/
/*****************************************/

div#wrapper {
	position: relative;
    width: 750px;
    height: 650px;
    margin: 15px auto;
    background-color: #000;
    border: none;
}


div#top_bar {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 750px;
	height: 100px;
	background: url(../images/standaard/topTable.gif);
}

#flags {
	position: absolute;
	left: 604px;
	top: 80px;
}

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


div#mainBody { 
	position: absolute;
	font-family: "Comic sans MS";
	background-color: #000;
	width: 454px; 
	left: 150px;
	top: 100px;
	height: 454px; 
	overflow: auto;
}  

/*** 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;  
}
	
		
/*****************************************/
/*** Breadcrumbs ***/
/*****************************************/

div#terug {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

#terug a{
	font-family: "Comic sans MS";
    font-size: 8px;
	text-align: left;
	color: #b0addb;
	text-decoration: underline;
}

div#zoeken {
	position: relative;
	margin-top: 5px;
	margin-left: 368px;
}

#zoeken a{
	font-family: "Comic sans MS";
    font-size: 8px;
	color: #b0addb;
	text-decoration: underline;
}

/*customstyle*/

div.zoekstijl1 {
	background-color: #ffff00;
}

/*****************************************/
/*** Footer menu ***/
/*****************************************/

table.footer {
  margin-left: 140px;
  margin-right: auto;
  width: 500px;
  padding: 0;
}

#footermenu {
  margin: auto;
  margin-right: auto;
  white-space: nowrap;
  height: 32px;
  margin-top: 70px;
  float: left;
}

#footermenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#footermenu li {
	float: left;
	/*background: url(../images/mw_menu_separator.png) top right no-repeat;*/
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#footermenu a {
  font-family: "Lithos Pro", verdana, sans-serif;
  font-size: 8px;
  font-weight: bold;
  float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}

#footermenu a:hover { 
	color: #ffff00; 
	}
	



/*****************************************/
/*** Stijl contactpagina ***/
/*****************************************/

#text_area {
	background-color: #b0addb;
}

/* Controlbar example */
.my-overlay { 
background: url(/plugins/content/highslide/graphics/controlbar4.gif);
width: 197px;
height: 34px;
}
.my-overlay a { 
display: block;
float: left;
/*margin: 0px 0 0 4px;*/ 
height: 27px;
}
.my-overlay a:hover {
background-image: url(/plugins/content/highslide/graphics/controlbar4-hover.gif);
}
.my-overlay .print {
width: 30px;
}
.my-overlay .previous {
width: 50px;
background-position: -30px 0;
}
.my-overlay .next {
width: 40px;
background-position: -80px 0;
}
.my-overlay .highslide-move {
width: 40px;
background-position: -120px 0;
}
.my-overlay .close {
width: 36px;
background-position: -160px 0;
}

/* backbutton */
.backbutton a {
  font-family: "Lithos Pro", verdana, sans-serif;
  font-size: 8px;
  font-weight: bold;
  float: left;
  color: #b0addb;
  text-decoration: underline;
}

.highslide {
	position: relative;
}

div#formsearch {
	margin-top: 50px;
	margin-left: 15px;
}