﻿/* DO something */

html,body
{
    margin:0px;
    height:100%;
    
    font-family:Verdana;
    font-size:12px;
    color:#0D3692;
    background-color:#E5EDF5;
	line-height:17px;
}

form
{
	height:100%;
}

img
{
	display:block;
}

b a
{
     color:#0D3692;
     text-decoration:none;
}

h1
{
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	line-height:25px;

}


a
{
    color:#0D3692;	
    
}

a:visited
{
    color:#0D3692;	
}

.containerTable
{
    height:100%;
    width:800px;
    vertical-align:top;    
}

table td
{
    vertical-align:top;
}

DIV.MainMenu a
{
	color:white;
	text-decoration:none;
	position:relative;
}

DIV.MainMenu a:hover
{
    color:#ec047c;    
}

.ImgMeisje
{
    position:absolute;
    top:140px;
    width:150px;
}

.bottomTable
{
    height:27px;
    background-color:#FE89C7;    
    width:100%;
    text-align:center;
    color:White;
    font-weight:bold;
}

.bottomTable td
{
    vertical-align:middle;
}

.UIContent
{
	padding:0px 0px 10px 15px;
	text-align:left;
	width:560px;
	font-size:2;
}

.UIContent IMG
{
	display:inline;
}

.UIHeader
{
	font-size:2em;
	font-weight:bold;
	font-family:Verdana;
	line-height:26px;
}

.UIMenuItemSelected
{
	text-align:right;
    font-weight:bold;
	text-decoration:none;	
	padding-right:15px;
	
}

.UIMenuItemSelected a 
{
      color:#ec047c !important; 
}

.UIMenuItemSelected a:hover
{
      color:white !important; 
}


.UIMenuItem
{
	text-align:right;
    font-weight:bold;

	padding-right:15px;
}

.UISubMenuItem
{
	text-align:right;
	padding-right:25px;
	height:10px;
	font-style:italic;
}

.menuTable
{
	width:100%;
	margin-right:10px;
}

.bottomTable a
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.bottomTable a:hover
{
	color:#0D3692;
	font-weight:bold;
	text-decoration:none;
}

/*-----------------*/
/*------Main-------*/
/*-----------------*/

DIV.Main
{
	margin:0 auto;
	width:799px;
	position:relative;
	height :100%;
	background:white url(MainBG.jpg) repeat-y left ;
	overflow:    visible; 
	
}

DIV.Main DIV.MainHeader
{
	background-color:#80A3CC;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

DIV.MainMenu
{
	background: url(left_top_bg_menu.jpg) no-repeat left bottom #80a3cb;
	background-position-y:140px;
	float:left;
	width:150px;
	padding-top:200px;
	height:100%;
	min-height:100%;
	
	/*height:auto !important;  real browsers 
	display:block;
	background-color:#80a3cb;*/
	 
   
}

DIV.MainContent
{
	position:relative;  /*needed for footer positioning*/
	background:url(MainContentBG.jpg) repeat-y;/**/
	min-height:96.3%; /* real browsers */
	height:auto !important; /* real browsers */
	height:96.3%; /* IE6: treaded as min-height*/
	
			
}

DIV.MainContentHolder
{
	float:left;
	width:649px;
	min-height:100%;
    background-color:White;  
    padding:1em 0em 3.7em; /* bottom padding for footer */
    height:100%;
}

DIV.InnerContent
{
	margin-top:23%;
	padding-left:15px;
	height:100%;
	min-height:100%;
}

DIV.InnerContent a:hover
{
    color:#f3007e;
}

DIV.MainFooter
{
    position:relative;
	bottom:0px;
	margin:0px auto;
	width:799px;
	z-index:15;
	
}

.clear
{
    clear:both;
}

.MsoNormal
{
    margin:0px;   
}