﻿@import url("scrollbar/uvumi-scrollbar.css");

body{
	margin:0px;
/*	overflow:hidden;  */
}

#frameMain {
	margin: 0 auto;
	width: 600px;
/*	voor scrollbar  */
/*	position:relative;
	height: 1000px;
	overflow:auto;  */
	background-color: #f0f0ff;
}

#maintable {
	margin: 0 auto;
	width: 600px;
	height: 100%; 
	border: 1px #000080 solid;
	background-color: #f0f0ff;
}

.maintablecell {
	margin:0px; 
	vertical-align:top;
/*  padding:15px;  */
	padding-left: 18px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 10px;
}

#headertable {
	margin: 0 auto;
	border-left: 1px #000080 solid;
	border-top: 1px #000080 solid;
	border-right: 1px #000080 solid;
	background-color: #e0e0ff;
}

.tableformat {
	margin-top: 18px; 								
}

/*
table.inline {
width: 100%;
margin-top: 12px;
margin-bottom: 12px;
border-width: 0px;
}
*/

/*  1-pixel scheidslijnen in tabel  */
.cellliners td {
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}
.cellliners {
border-left: 1px solid #C0C0C0;
border-top: 1px solid #C0C0C0;
}

td.showcell {border: 1px solid #C0C0C0;}

.leftalign {
margin-left:0px;
margin-top:4px;
margin-right:18px;
margin-bottom:7px;
float:left;
}

.rightalign {
margin-left:13px;
margin-top:6px;
margin-bottom:7px;
float:right;
}

.data {font-family: courier, monotype; font-size:10pt;}

h1 {
font-family: Arial;
font-size:12pt;
font-weight:bold;
margin-top:0px;
margin-bottom:10px; 
}

h1.actueel {
font-family: Arial;
font-size:18pt;
font-weight:bold;
margin-top:0px;
}

h2 {
font-family: Arial;
font-size:10pt;
font-weight:bold;
margin-top:0px;
margin-bottom:10px; 
}

h1.h1date {
font-family: Courier;
font-size:10pt;
font-weight:normal;
color:#808080;
margin-top:2px;
margin-bottom:7px; 
}

p.subtitle {
margin-top: 18px;
margin-bottom:8px; 
font-weight:bold;
}

br.extrasm {
display: block; 
margin: 3px 0;
content:''; /* voor Chrome ? */
}

/*  Fonts voor gebruiksaanwijzingen e.d.  */
.sitefont {font-family: Verdana; font-size: 10pt; font-weight: normal; color: #000080;}
.sitefontsm {font-family: Verdana; font-size: 8pt; font-weight: normal; color: #000080;}
.sitefontssm {font-family: Verdana; font-size: 7pt; font-weight: normal; color: #000080;}
.sitefontb {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #000080;}
.sitefontsmb {font-family: Verdana; font-size: 8pt; font-weight: bold; color: #000080;}
.sitefontssmb {font-family: Verdana; font-size: 7pt; font-weight: bold; color: #000080; letter-spacing: 1px;}

a:link    {font-family: Arial; font-size: 10pt; font-weight: normal; color: #0000ff; text-decoration: none;}
a:visited {font-family: Arial; font-size: 10pt; font-weight: normal; color: #0000ff; text-decoration: none;}
a:hover   {font-family: Arial; font-size: 10pt; font-weight: normal; color: #0000ff; text-decoration: underline;}

.maintextlink a:link    {font-family: Times New Roman; font-size: 12pt; font-weight: normal; color: #0000cc; text-decoration: none;}
.maintextlink a:visited {font-family: Times New Roman; font-size: 12pt; font-weight: normal; color: #0000cc; text-decoration: none;}
.maintextlink a:hover   {font-family: Times New Roman; font-size: 12pt; font-weight: normal; color: #0000cc; text-decoration: underline;}
.maintextlink a:active   {font-family: Times New Roman; font-size: 12pt; font-weight: normal; color: #0000cc; text-decoration: none;}

img.borderonly {
border: 1px solid #C0C0C0;
}


/*	Special cases  */

#actueel-logo {
width: 185px;	
}

#actueel-title {
	vertical-align:bottom;
}
