html,body
{
	height:100%;
	padding: 0px;
	margin: 0px;
	border:none;
}

.body_style
{
	background-color:#FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;

}

.body_style_print
{
	background-color:#FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
}

.body_main_site
{
	background-image: url(../img/bgblue.gif);
}

.table_collapse
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td
{ 
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.login
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

.background_lightblue
{
	background-image: url(../img/spacer_lightblue.gif);
}

.background_line
{
	background-image: url(../../intranet/img/line.gif);
	background-repeat: repeat-x;
}

.aligntop
{
	vertical-align: top;
}

.balk
{
	width: 100%;
	background-image: url(../img/spacerbalk.gif);
}

.uitgevuld
{
	width: 90%;
	vertical-align: top;
}

.stretched
{
	width:100%;
}

vertstretched
{
	height:100%;
}

.content
{
	padding: 10px;
}

.author
{
	font-size: 8pt;
}

.light
{
	color: #999999;
}

.alert
{
	color: #FF0000;
	font-weight: bold;
}

a:link, a:visited, a:active
{
	color: #333399;
}

a:hover 
{
	color: #CCCCFE;
}


hr
{
	height: 1px;
	color: #CCCCFE;
}
h1
{
	color: #333399;
	font-size: 14pt;
	font-weight: bold;
}
h2
{
	color: #333399; 
	font-size: 10pt; 
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}

li
{ 
	color: #333399; 
	margin-top: 2px;
}
ul
{ 
	color: #333399; 
	margin-top: 2px;
}

.table_header
{
	margin: 2px;
	padding: 2px;	
	background-color: #ADAAAD;
	color: #FFFFFF;
	font-weight: bold;	
}

.table_header_right
{
	margin: 2px;
	padding: 2px;	
	background-color: #ADAAAD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}


.table_content
{
	vertical-align: top;
	margin: 2px;
	padding: 2px;
	background-color: #F7F7F7;
	color: #000000;
}


.right
{
	text-align: right;
}

.field50
{
	width: 50px;
}

.field150
{
	width: 150px;
}

.field250
{
	width: 250px;
}

.field300
{
	width: 300px;
}

.field500
{
	width: 500px;
}

SELECT, TEXTAREA, INPUT
{
	font-size: 10pt;
	background-color: #FFFFFF;
	border: 1px solid #333399;
}

INPUT[type=radio]
{
	font-size: 8pt;
	background-color: transparent;
	border: 0px none;
}
img
{
	border: 0;
}
#contentlayer, picturelayer {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
#contentlayer {
	z-index: 3;
}
#picturelayer {
	z-index: 0;
}
#picture, #pictureoverlay {
	position: absolute;
	top: 76px;
}
#picture{
	z-index: 1;
}
#pictureoverlay {
	z-index: 2;
}
