/*hoofdstijl*/
body	{
	margin: 0px;
	padding: 0px;
	background-color: #DDDDFF;
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
	}
img	{
border: 0px;
}
img.logo	{
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
	}
img.topimg	{
	position: absolute;
	top: 0px;
	left: 0px;
	}
h2	{
	font-size: 14px;
	}
a,a:visited	{
	text-decoration: underline;
	color: navy;
	}
a:hover	{
	text-decoration: none;
	font-weight: normal !important;
	}
div.poll1	{
	display: block;
	min-height: 20px;
	vertical-align: center;
	background-color: #FFFFCC;
}
div.poll2	{
	display: block;
	min-height: 20px;
	background-color: #FFFFAA;
}
span.maintop	{
	font-size: 15px;
	background: yellow;
	font-weight: bold;
	font-style: italic;
	color: navy;
	display: block;
	width: 550px;
	border: 1px navy solid;
	text-indent: 15px;
	}
span.maintop a	{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
span.maintop a:hover	{
	text-decoration: none;
	font-style: italic;
	font-weight: bold !important;
	}
span.menu	{
	font-family: sans-serif;
	font-size: 10px;
	background: yellow;
	font-weight: bold;
	display: block;
	width: 183px;
	border: 1px navy solid;
	margin-top: 5px;
	text-indent: 5px;
	color: black;
	}
span.menu a	{
	text-decoration: none !important;
	font-weight: bold !important;
	font-style: normal;
	color: black;
	}
span.menu a:hover	{
	text-decoration: none !important;
	font-weight: bold !important;
	font-style: normal;
	}
span.short	{
	font-style: italic;
	margin-left: 10px;
}
span.small	{
	font-size: 10px !important;
	}
span.nieuwsinfo	{
	position: absolute;
	font-size: 9px;
	top: -10px;	
	left: 10px;
}
span.fotoknoppen	{
	text-align: center !important;
}
/*temp: gastenboek*/
p.small	{
	font-size: 12px;
	}
td.small	{
	font-size: 12px;
	}
input, textarea		{
	border: 1px navy solid;
	background-color: #DDDDFF;
	font-family: sans-serif;
	color: navy;
	font-size: 12px;

	}


/*MENU ZOOI*/
ul.menu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 110px;
	width: 560px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: navy;
}
ul.menu li	{
	margin-left: 4px;
	background: url("../images/menu_back.png") right top repeat-y #FFFFAA;
	display: block;
	padding: 1px;
	border: 1px navy solid;
	text-indent: 5px;
}
li.menu { /* all list items */
	float: left;
	position: relative;
	width: 131px;
}
li.menu ul { /* second-level lists */
	list-style: none;
	display: none;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	top: 21px;
	left: -45px;
}
li.menu	a:hover	{
	font-style: italic;
	}
li.sub a, li.sublast a	{
	text-decoration: none !important;
	}
li.sub	{
	background: #FFFFAA;
	display: block;
	width: 131px;
	border: 1px solid navy;
	border-top: none !important;
	border-bottom: none !important;
}
li.sublast	{
	background: #FFFFAA;
	display: block;
	font-size: 12px;
	width: 131px;
	border: 1px solid navy;
	border-top: none !important;
	height: 20px;
}
li.menu>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;*/
}
li.menu:hover ul, li.menu.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

	/*FORUM ZOOI*/
div.message1	{
	position: relative;
	background-color: #DDDDFF;
	width: 490px;
	overflow: hidden;
	}
div.message2	{
	position: relative;
	width: 490px;
	}
div.mtext	{
	position: relative;
	padding-top: 12px;
	margin-left: 70px;
	width: 420px;
	color: navy;
	overflow: hidden;
	}
div.mfooter	{
	position: relative;
	text-align: right;
	font-size: 8px;
	right: 5px;
	}
div.minfo	{
	position: absolute;
	padding-left: 70px;
	padding-top: 1px;
	left: 0px;
	top: 0px;
	text-align: left;
	font-size: 8px;
	height: 12px;
	width: 420px;
	background-color: yellow;
	}
div.mbuttons	{
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	font-size: 8px;
	width: 70px;
	height: 12px;
	background-color: yellow;
	}
div.muser	{
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	}
div.muser img	{
	width: 60px;
	height: 60px;
	}

