﻿/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	
	text-align:center;
	background-color:#F0F0F0;
	}
	
img, div{ behavior: url(css/iepngfix.htc);}
img {border:0px solid #000000;}
	
body, table, th, td, p, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:12px;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	}
	
h1 {
	display:block;
	border-left:2px solid #FF9900;
	color:#99BB00;
	padding:0 0 0 20px;
	}
	
a	{outline:none;text-decoration:none; color:#241c8a;}
h1 {
	font-size:18px;
	}

table, td, form {width:auto !important; height:auto !important; min-height:inherit;}
/*
	background-image:url('../gfx/my.png');
	_background: none; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='gfx/my.png');
*/
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

#container {
	position:relative;
	margin:0 auto 0 auto;
	width:920px;
	_height:100%;
	text-align:left;
	background:#ffffff;
	min-height:100%;
	}

/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	position:relative;
	background:url('../gfx/header.gif') no-repeat;
	height:183px;
	z-index:900;
	}
	
a.logo{
	position:absolute;
	left:98px;
	top:45px;
	display:block;
	background:url('../gfx/logo.gif');
	height:101px;
	width:126px;
	}
	
	
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/

div.contentBlock {
	position:relative;
	width:920px;
	padding-bottom:50px;
	overflow:hidden;
	}
	
div.mainContent{
	position:relative;
	min-height:500px;
	_height:500px;
	}
	

div.leftblock {
	position:relative;
	float:left;
	width:228px;
	padding-bottom:20px;
	}
	div.leftblock object {
		position:relative;
		left:10px;
		}
div.sidenav {
	position:relative;
	float:left;
	width:200px;
	margin:0px 0 20px 10px;
	border-left:3px solid #ff9900;

	}
div.sidenav a{
	display:block;
	color:#241c8a;
	font-weight:bold;
	background: url('../gfx/nav-dot.gif') no-repeat 10px 12px;
	padding-left:40px;
	line-height:28px;
	}
div.sidenav a:hover{
	background: url('../gfx/nav-arrow.gif') no-repeat 9px 12px;
	}
div.sidenav a.selected{
	background: url('../gfx/nav-arrow.gif') no-repeat 9px 12px;
	}
	

div.rightblock{
	position:relative;
	margin-left:228px;

	width:550px;
	min-height:500px;
	_height:500px;
	padding:0 0 20px 0;
	}
	
div.rightblock a {
	color:#0099DD;
	border-bottom:#FF9900 1px solid;
	}

/*generated content*/
.header2 {
	font-weight:bold;
	}
	

/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:25px;
	width:920px;
	clear:both;
	background:#b4b4b4;
	}
div#footer .footerText {
	text-align:right;
	line-height:25px;
	}
	div#footer .footerText a:hover {
	text-decoration:underline;
	}

html>body #footer {
	top:expression(document.getElementById('container').clientHeight - 25 + "px"); /* IE7 fix */
	}

	
/* ============================================================	*/ 
/* ========	FORMULIEREN		  	===============================	*/
/* ============================================================	*/ 

form {
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
}

		}
.formgrid {
		}
.formGrid td {
		}
.formGrid .nameCell {
	}
.formGrid .inputCell {
		}
input,
select {
	vertical-align:middle;
	}
input.typeText {
	color:#F00;
	font-weight:normal;
	border-top:1px solid #F00;
	border-right:1px solid #F00;
	border-bottom:1px solid #F00;
	border-left:1px solid #F00;
	}
.formGrid input.typeText {
	padding-left:5px;
	}
label {
	vertical-align:middle;
	}
select.select {
	
	}
textarea.textarea {
	
	}

ul#menu li a {
	font-size:12px !important;
	}
.sidenav a {
	font-size:10px;
	}

/*%%%%%%%%%% SITEMAP %%%%%%%%%%*/

ul.sitemap,
ul.sitemap ul {
	margin:0 0 0 30px;
	padding:0 0 0 0;
	list-style:none;
	}
ul.sitemap li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:15px;
	}
ul.sitemap li li {
	font-size:12px;
	}




