@CHARSET "ISO-8859-1";

.jeuk
{
	background-color: #000000;
	color: #FFFF00;
}

ul
{
	list-style-type: none;
	margin: 0;
}
	


.voorstelling
{
	background-color: #FFFF00;
	color: #FF0000;
}

input.voorstelling
{
	border-style: solid;
	border-width: 1px;
	background-color: #FFFF33;
	margin: 2px;
	border-color: #FF0000;	
}

textarea.voorstelling
{
	border-style: solid;
	border-width: 1px;
	background-color: #FFFF33;
	border-color: #FF0000;
}

select.voorstelling
{
	border-style: solid;
	border-width: 1px;
	background-color: #FFFF33;
	border-color: #FF0000;	
}

a
{
		text-decoration: none;
}

body
{
	font-family: arial, "lucida console", sans-serif;

}

html
{
	height: 100%;
}

td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;

}

#main
{
	height: 100%;
	width: 100%;
}	

table
{
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#content
{
	height: 90%;
}

#bar_top
{
	background-color: #000000;
	height: 5%; 
	vertical-align: middle;
}

#bar_bottom
{
	background-color: #FFFF00;
	height: 5%;
	vertical-align: middle;
}

iframe
{
	width: 100%;
	height: 100%;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
}

img
{
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
}

div.menu
{
	font-weight: bold;
}

a.selected
{
	color: #FFFFFF;
}
