/* ===== 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#mainBody { 
	position: absolute;
	font-family: "Comic sans MS";
	background-color: #000;
	width: 454px; 
	left: 150px;
	top: 100px;
	height: 454px; 
	overflow: auto;
}  

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

#add {
	position: absolute;
	left: 165px;
	top: 10px;
	height: 16px; 
	width: 420px; 
	overflow: hidden;
}  
#bannerl {
	position: absolute;
	left: -130px;
	top: 0;
}  
#bannerr {
	position: absolute;
	left: 760px;
	top: 0;
}  

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

/* backbutton */
.links  {
	font-family: "Comic sans MS";
	font-size: 10pt;
	color: #b0addb;
	text-align: left;
	text-decoration: none;
}