@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url('../guiimg/bg.gif');
	background-repeat:	repeat-x;
	background-position: center center;
}

/* standaard link eigenschappen */
a:link 		{color: #000000; text-decoration: underline;}
a:visited 	{color: #000000; text-decoration: underline;}
a:hover 	{color: #000000; text-decoration: underline;}
a:active	{color: #000000; text-decoration: underline;}

.menuitemnormal{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
}

.menuitemsmall{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			9px;
	font-weight:		bold;
}

.logoopindex{
	z-index: 2000;
	position: absolute;
	margin-top: 585px;
	margin-left: 774px;
	width:158px;
	height: 41px;
}

.logoopindex img{
	display: block;
}