body
{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	
	/*scrollbar*/
	scrollbar-face-color:#195083; 
	scrollbar-track-color:#4e96d9; 
	scrollbar-arrow-color:#4e96d9; 
	scrollbar-shadow-color:#195083; 
	scrollbar-dark-shadow-color:#195083; 
	scrollbar-3dlight-color:#195083; 
	scrollbar-highlight-color:#195083;
}

#aspnetForm
{
    width: 984px;
	
	margin: 10px auto;
	margin-bottom: 0px;
}

#ieTest
{
    display: block;
    
}

#wrapper
{
	width: 984px;
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	min-height: 450px;
}

/*BORDER SHADOW*/
#layout-top
{
	width: 984px;
	height: 7px;
	background: transparent url(../images/layout-top2.png) no-repeat;
	
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#layout-center
{
	height: 100%;
	width: 984px;
	float: left;
}

#layout-left
{
    display: block;
	position: absolute;
	top: 7px;
	bottom: 17px;
	left: 0px;
	width: 7px;
	background: transparent url(../images/layout-left.png) top left repeat-y;
	z-index: 99999;
}

#layout-content
{
	width: 970px;
	background: #FFF url(../images/logo.png) no-repeat;
	background-position: 750px 8px;
	
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	margin-left: 7px;
}

#layout-right
{
	width: 7px;
	
	background: transparent url(../images/layout-right.png) top left repeat-y;
	display: block;
	position: absolute;
	top: 7px;
	right: 0px;
	bottom: 17px;
}

#layout-bottom
{
    display: block;
	position: absolute;
	bottom: 10px;
    
	width: 984px;
	height: 7px;
	background: transparent url(../images/layout-bottom2.png) no-repeat;
}

/*CONTENT*/
/*--------
  Menu*/
#menu
{
    display: block;
	width: 970px;
	height: 45px;
	position: absolute;
	top: 10px;
}

#menu ul
{
	margin-left: 0px;
	padding-left: 3px;
	display: block;
	list-style-type: none;
	font-size: 14px;
}

#menu ul li
{
	float: left;
	width: 93px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
}

#menu ul li.double-line
{
	padding-top: 7px;
	line-height: 18px;
	height: 38px; /*45-7*/
}

#menu ul li.smaller
{   
	width : 80px;
}
#menu ul li.larger
{   
	width : 107px;
}

#menu ul li.active
{
	background: #195083;
	color: #FFF;
}

#menu ul li a
{
	color: #000;
	text-decoration: none;
}

#menu ul li.active a
{
	text-decoration: none;
	color: #FFF;
}

/*-------
  Banner*/
#header
{
	width: 970px;
	height: 188px;
	display: block;
	position: absolute;
	top: 70px;
}

/*---------
  Titel*/
#titel
{
    height: 40px;
    display: block;
    position: absolute;
    width: 935px;
    margin-left: 10px;
    top: 270px;
}

/*---------
  Content*/
#content
{
    display: block;
    position: absolute;
    top: 310px;
    bottom: 36px;
    width: 950px;
	
	overflow-y: auto;
	overflow-x: hidden;
	margin-left: 10px;
	padding-right: 10px;
}

#content hr
{
	border:  1px solid #195083;
}

/*---------
  Footer */
#footer
{
    display: block;
    position: absolute;
    bottom: 7px;
	background: #195083 url(../images/footer-bg.png) repeat-x;
	height: 29px;
	width: 960px; /*-10px voor padding*/
	line-height: 29px;
	vertical-align: middle;
	padding-left: 10px;
	color: #FFF;
}

#footer a
{
    color: #FFF;
}

/*--------
  Standaard items*/
h1
{
	margin: 0px;
	font-size: 18px;
	color: #195083;
	border-bottom: 1px solid #195083;
	margin-bottom: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	
} 

h2
{
	margin: 0px;
	font-size: 16px;
	color: #195083;
	
}

h3
{
	margin: 0px;
	font-size: 14px;
	color: #4e96d9;
	
}

h4 /*Used for quotes*/
{
    margin: 0px;
	font-size: 16px;
	color: #195083;
	margin-top: 10px;
	border-bottom: 1px solid #195083;
	margin-bottom: 10px;
}

.blauw
{
    color: #195083;
    font-weight: bold;
}

a:link, a:visited, a:active
{
    color: #4e96d9;
}

a:hover
{
    color: #195083;
    text-decoration: none;
}

.left
{
    float: left;
}

.right
{
    float: left;
    margin-left: 75px;
    margin-top: -10px;
}
 
.clear
{
	clear: both;
}

.bold
{
    font-weight: bold;
}

/*---------
  Table*/
table th
{
    text-align: left;
    vertical-align: top;
    padding-right: 5px;
}
