/* BODY { height: 8.5in } Required for percentage heights below */
h1 {font-size: 120%}
h2 {font-size: 105%}
h3 {font-size: 90%}
p {font-size: 80%}
a {text-decoration: none;}
a:hover {text-decoration: underline; cursor:pointer;}
a:active, a:focus {border: none; -moz-outline-style: none; cursor:pointer;}
img {border: 0; display: block}


#header {
	background: DarkOrange;
	position: fixed;
	height: 00px;
	width: 100%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 2;
}
#sidebar {
	background: DarkOrange;
	position: fixed;
	width: 160px;
	height: auto;
	top: 00px;
	right: auto;
	bottom: 0;
	left: 0;
}
#main {
	position: absolute;
	width: 85%;
	height: 85%;
	top: 00px;
/*	right: 160px; */
	bottom: 50px;
	left: 180px;
	z-index: 1;
}
#mainAchtergrond {
	background: url(http://www.dela-online.nl/Plaatjes/AchtergrondLogo.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 85%;
	height: 85%;
	top: 0px;
/*	right: 160px; */
	bottom: 50px;
	left: 180px;
	z-index: 1;
}
#footer {
	background: DarkOrange;
	position: fixed;
	width: 100%;
	height: 50px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}


#tool {
	float: right;
	height: 45px;
	margin: -15px -10px 0 0;
	padding-top: 6px;
	position: relative;
	width: 185px;
	z-index: 20;
}

#tool a {
	display: block;
	padding: 0 5px;
}
#tool a img{
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
#tool a:hover img{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
#tool a.lang {
	clear: both;
	color: #e2e3e2;
	display: block;
	font-size: 75%;
	font-weight: bold;
	height: 15px;
	padding-left: 20px;
	text-align: center;
}
#tool a:hover.lang {
	color: white;
	text-decoration: none;
}


