

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #DDDDDD;
}

html
{
	overflow: hidden;
}

 

#logo
{
	position: absolute;
	bottom: 40px;
	left: 270px;
	width: 160px;
	height: 100px;
	background: url(logoleeg.jpg) no-repeat;
}



#sidebar1
{
	position: absolute;
	top: 50px;
	right: 15px;
	width: 200px;
	height: 190px;
	overflow: auto;
	/* border: 1px solid black; */
	background: url(blauw.GIF);
	padding: 5px;
	border-left: thin dotted #FFFFFF;
	border-bottom: thin dotted #FFFFFF;
	border-right: thin dotted #FFFFFF;
	border-top: thin dotted #FFFFFF;
	font-size: x-small;
}


#sidebar2
{
	position: absolute;
	top: 50px;
	right: 200px;
	width: 200px;
	height: 190px;
	overflow: auto;
	/* border: 1px solid black; */
	background: url(blauw.GIF);
	padding: 5px;
	border-left: thin dotted #FFFFFF;
	border-bottom: thin dotted #FFFFFF;
	border-right: thin dotted #FFFFFF;
	border-top: thin dotted #FFFFFF;
	font-size: x-small;
}


#filters
{
	position: absolute;
	top: 125px;
	left: 0px;
	width: auto;
	height: auto;
	overflow: auto;
	/* border: 1px solid black; */
	background: url(wit.GIF);
	padding: 5px;
	border-right: thin dotted #FF00FF;
	border-bottom: thin dotted #FF00FF;
	border-left: 0;
	border-top: thin dotted #FF00FF;
}

img#imgfilters
{
	border: 0;
	height: 16px;
}

/* #################### Links #################### */

a
{
	color: #000000;
	text-decoration: none;
}

a:link
{
	color: #0000FF;
	text-decoration: underline;
}

a:visited
{
	color: #0000FF;
	text-decoration: underline;
}

a:active
{
    color: #FF00FF;
}

a:hover
{
	background-color: #DDDDDD;
}

a#afilters_visible
{
	text-decoration: none;
	color: #000000;
}

a#afilters_invisible
{
	text-decoration: none; /*auch moeglich: line-through;*/
	color: #BBBBBB;
}

/* ############################################### */

#status
{
	position: absolute;
	bottom: 22px;
	right: 270px;
	width: auto;
	height: auto;
	overflow: auto;
	/* border: 1px solid black; */
	background: url(images/sidebarbackground.png);
	padding: 5px;
	font-size: x-small;
	border: thin dotted #FF00FF;
}

