html {
	background: black url(/pics/bg.png) no-repeat fixed center;
	color: silver;
}
body {
	max-width:1200px;
	margin:1em auto;
	display:block;
}
acronym { /* for MSIE */
	border-bottom : thin dotted;
}
h1, h2, h3 {
	text-align: center;
	clear:both;
}
h1 {
	margin-top:1.5em;
}
#content
,#inhoud	/* gastenboek */
{
	margin-left : 11.6em;
	max-width : 850px;
	font-size: 1.1em;
}
#crums {
	position: absolute;
	left: 13em;
	top: 1em;
}
#content object {
	margin-top : 3em;
}
.nobr {
	white-space:nowrap;
}
.br
,hr {
	clear:both;
}
IMG.ce {
	display: block;
	margin: 1em auto;
}
.ce {
	text-align: center;
}
IMG.ce {
	display: block;
	margin: 1em auto;
}
.frt {
	float: right;
}
IMG.frt {
	margin-left: 1em;
}
.flt {
	float: left;
}
IMG.flt {
	margin-right: 1em;
}
.just {
	text-align: justify;
}
a img {
	border: none;
}
a:link
{
	background-color:#000;
	color:red;
	font-style:italic;
	text-decoration:underline;
}

a:link.ext
{
	color:#C60;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	background:#000 url("/pics/extern.png") center right no-repeat;
	padding-right: 20px;
}

a:visited
{
	background-color:#000;
	color:#F90;
	font-style:normal;
	text-decoration:none;
}

a:visited.ext
{
	background: url("/pics/visit.png") center right no-repeat;
	padding-right: 18px;
}

a:hover
,a:hover.ext
{
	background-color:#FC0;
	color:red;
	font-style:italic;
	text-decoration:underline;
}

a:active
,a:active.ext
{
	background-color:red;
	color:#FC0;
	font-style:italic;
	text-decoration:underline;
}
a:hover > img
,a:active > img
{
	color: silver;
	background-color: black;
}
#p_menu {
	position:fixed;
	top:11em;	/* add 1.5(?) for each menu item */
	left:1em;
}
#spin {
	position: relative;
	clear:both;
	float:right;
	margin: 1em;
}
#p_menu P{
	margin:.3em auto;
}
/* MENU START */
#nav {
	position: fixed;
	top: 1em;
	left: 1em;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.55em;
	margin-bottom : -1px;
	width: 11em;
	border : 1px solid silver;
	z-index: 2147483647;	/* max */
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.6em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a, #nav STRONG, #nav SPAN {
	width: 11em;
	w\idth : 10em;
	display : block;
	color : silver;
	font-weight : bold;
	text-decoration : none;
	background-color : black;
	padding : 0 0.5em;
/*	font-size: 1em;
/**/}
/* current page */
#nav li STRONG {
	color: black;
	background-color : silver;
	font-size:1em;
}

#nav li a:hover {
	color : black;
	background-color : silver;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav .daddy {
	background-image: url(/icons/continued.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
/* MENU END */
/* MAIL START */
input,textarea,select {
	background-color:black;
	color: silver;
}
#contact form>div
{
	width:600px;
	float:left;
}
#contact fieldset
{
	border:thin dotted;
}
#contact legend
{
	font-size:85%;
	background-color:black;
	color:silver;
}
#contact fieldset>label>span
{
	width:23%;
	float:left;
}
#contact fieldset>label>input
{
	width:75%;
	float:right;
}
#contact input#copy
{
	margin-left:5em;
}
#contact textarea
{
	width:99%;
}
#contact div#err
{
	color:red;
	background-color:transparent;
	padding:0 1em;
}
#contact div#err>p>strong
{
	font-size:1.5em;
}
#contact select
{
	margin:0 1em;
}
/* MAIL END */
