
body
{
	font-family:			"Times New Roman";
	margin:					12px;
	background-color:		white;
	font-size:				11pt;
}

h1
{
	margin:					1em;
	padding:				0;
}

a
{
	color:					black;
}

a#home
{
	color:					black;
	text-decoration:		none;
	font-size:				23pt;
}

a#home:hover
{
	background-color:		black;
	color:					white;
}

#bandirahcontent
{
	padding:					0 1em 3em 1em;
	width:				700px;
}

#header
{
	height:					5em;
}

#vws_messages .infomessage
{
	background-color:		white;
	color:					blue;
}

#vws_recordform label
{
	color:				black;
}

#vws_recordform legend
{
	color:				white;
}

#vws_recordform fieldset
{
	border:				0;
}

.archief
{
}

.archief ul
{
	list-style:				none;
	margin:					0 0 1em 0;
	padding:				0;
}

.archief li
{
	display:				inline;
	padding:				10px;
}



.menu
{
	font-size:				14pt;
	width:					130px;
}

.menu ul
{
	list-style:				none;
	margin:					0;
	padding:				0;
}

.menu a
{
	text-decoration:		none;
	color:					black;
	display:				block;
	padding:				2px;
}

.menu a:hover,
.menu a.selected
{
	background-color:		black;
	color:					white;
}

.menu li
{
	margin:					3px 3px 10px 3px;
}


