
/* Default system wide settings */

p, ul, ol, blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}



/* General */

body 
{
   background-color: #fff;
   color: #000;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

a img
{
	border: none;
}

a:link, a:active, a:visited, a:hover
{
   text-decoration:none;
}

td
{
   vertical-align: top;
}

.NoScreen 
{
   display: none;
}


   
/* Forms */

form.FrontOfficeForm
{
   margin: 0px auto;
}

input, select, textarea 
{
   color: #000;
   font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
   font-size: 11px;
}

input.Submit, input.Reset
{
    padding: auto 2em;
}

input.Submit 
{
   font-weight: bold;
}

input.Reset 
{
   font-weight: normal;
}

input.Radio, input.Checkbox 
{
}



/* Layout */

table#Main
{
   background-color: #fff;
   height: 100%;
   margin: 0px auto;
   width: 923px;
}

tr#Header
{
   height: 1%;
}

#Menu
{
   height: 1%;
   padding: 10px 0px;
}

#Content
{
   height: 98%;
   display: inline;
}

#ContentColumn1
{
   width: 45%;
}

#ContentColumn2
{
   width: 40%;
}

#Advertisement
{
   text-align: right;
   width: 15%;
}

#Footer
{
   height: 1%;
   padding-top: 10px;
}



/* Design */

#A, #B, #C, #D, #E, #F, #G, #H, #I, #J, #K, #L, #M
{
}

#A
{
}

#B
{
   padding-bottom: 10px;
   text-align: right;
   vertical-align: bottom;
}

#C
{
   width: 434px;
   padding: 0px;
}

#D
{
   width: 127px;
   height: 180px;
   padding: 0px;
}

#E
{
}

#F
{
   height: 22px;
   vertical-align: middle;
}

#G
{
   width: 100px;
   height: 22px;
   text-align: right;
   vertical-align: middle;
}

#H
{
}

#I
{
}

#J
{
   padding: 0px 25px;
}

#K
{
   padding: 15px 30px;
}

#L
{
   text-align: right;
}

#M
{
   height: 20px;
   vertical-align: bottom;
}

a.LeesMeer
{
   font-size: 10px;
   text-decoration: none;
}

a.LeesMeer:hover
{
   /*text-decoration: underline;*/
}



/* Type: Banner(Index) */
.BannerTable
{
}

.BannerRow
{
}

.BannerCell
{
}

.BannerCell img.Banner
{
}


/* Type: HoofdNieuws */
table.ImageWithCaption
{
   margin-left: 10px;
   margin-right: 1.5em;
}

table.ImageWithCaption td.Caption 
{
   padding: 3px 5px;
   text-align: center;
}

table.ImageWithCaption td.Caption p
{
   font-style: italic;
}


/* Type: Image(Index) */
.ImageTable
{
}

.ImageRow
{
}

.ImageCell
{
}



/* Paging */

div.Paging
{
   margin: 1.5em 0px;
   text-align: center;
   width: 50%;
}

div.Paging hr
{
   color: #ccc;
   height: 1px;
}




/* Formatting */

div.Body
{
   margin-bottom: 1.5em;
   margin-right: 1.5em;
}

.ClearFloat
{
   clear: both;
}

div.Description 
{
   font-weight: bold;
   margin-bottom: 1.5em;
}

div.PublicationDate 
{
   color: #666;
   margin-bottom: 0.75em;
}

.MarginBottom 
{
   margin-bottom: 1.5em;
}

.MarginTop
{
   margin-top: 1.5em;
}

.Light 
{
   color: #666;
}



/* --- Type: MenuItem(Index) ----------------------------------------------- */



/* Menubar definitions */
div.MenuBar
{
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

/* Menu font definitions */
div.MenuBar,
div.MenuBar a.MenuButton,
div.Menu,
div.Menu a.MenuItem
{
  font-size: 11px;
  font-weight: bold;
}

/* Menu item */
div.MenuBar a.MenuButton
{
  border: 0px solid #d0d0d0;
  color: #000;
  margin: 1px;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
}

/* Mouseover menu without submenus */
div.MenuBar a.MenuButton:hover
{
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #fff;
}

/* Mouseover menu with submenus */
div.MenuBar a.MenuButtonActive,
div.MenuBar a.MenuButtonActive:hover
{
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #fff;
}

/* Submenu definitions */
div.Menu
{
  background-color: #fff;
  border: 1px solid;
  border-color: #f0f0f0 #c0c0c0 #c0c0c0 #f0f0f0;
  padding: 0px 1px 1px 0px;
  margin-top: 15px;
  position: absolute;
  z-index: 101;
}

/* Submenu items */
div.Menu a.MenuItem
{
  color: #000;
  display: block;
  padding: 3px 3em 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  width:222px;
}

/* Mouseover submenu items */
div.Menu a.MenuItem:hover, 
div.Menu a.MenuItemHighlight
{
  background-color: #999;
  color: #fff;
}

div.Menu a.MenuItem span.MenuItemText
{
}

div.Menu a.MenuItem span.MenuItemArrow
{
  margin-right: -.75em;
}

div.Menu div.MenuItemSeparator
{
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}



/* Login */
form.LoginForm
{
   margin-top: 20px;
   margin-left: 20px;
   text-align: left;
}

form.LoginForm td
{
   font-weight: bold;
}



/* Search */

input.ZoekpaginaInput
{
   border: 0px;
   margin: 5px 0px;
}



/* partner style */
.Partner
{
	margin:3px;
	float:left;
	width:125px;
	height:80px;
	border:solid 1px #cccccc;
	vertical-align:middle;
	text-align:center;
}

.Partner a
{
	width:125px;
	height:80px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
}


/* Redactioneel blok */
.RedactioneelBlok {
	margin: 5px 5px !important;
}

.RedactioneelBlok .FrameHeader {
	background-color: Transparent !important;
	border: 1px solid #CC0000 !important;
}

.TekstPaginaIndexFrame .FrameBody {
	border: 1px solid #A51D1D
}

.RedactioneelBlok .FrameBody {
	border: 0px;
}