/* hoofdlayout in venster */

body
{
	margin: 0px;
	padding: 0px;
	background: white;
	color: black;
}


a		{ text-decoration: none; }
a:hover		{ text-decoration: underline; }
a:link		{ color: #0070dd; }
a:link:hover	{ color: #dd0070; }
a:active	{ color: #ff0000; }
a:visited	{ color: #0040aa; }


div#sitemenu,
div#pagemenu
{
	background: url(images/1180F7_85.png) transparent;
	font-weight: bold;
}

div#sitemenu
{
	position: fixed;
	z-index: 32;
	left: 0px;
	top: 0px;
	width: 100%;
	font-size: 80%;
	text-transform: lowercase;
}

div#pagemenu
{
	position: fixed;
	z-index: 31;
	overflow: hidden;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 20px;
	width: 5px;
	font-size: 120%;
	text-align: center;
}

div#pagemenu:hover
{
	width: auto;
	max-width: 20%;
}

div#sitemenu a,
div#pagemenu a
{
	color: white;
}

div#sitemenu a
{
	margin: 0px 1em 0px 1em;
}

div#pagemenu a
{
	display: block;
	padding: 2px 2em 2px 2em;
}








div#sidebar
{
	width: 20%;
	overflow: hidden;
	float: left;
	margin: 2em 1em 0px 0px;
}


div#maincontents
{
	padding: 1em;
}




/* special classes */
.urgent
{
	text-align: center;
}

.urgent a
{
	font-weight: bolder;
	font-size: larger;
	color: #c04;
	border: 2px solid #c04;
	padding: 2px;
}

.urgent a:hover
{
	background: #fde;
}



.mailmessage
{
	padding: 1em;
	background: #eee;
	border-left: 4px dotted #ccc;
	border-right: 4px dotted #ccc;
	border-top: 4px dashed white;
	border-bottom: 4px dashed white;
	margin-top: 1em;
	margin-bottom: 1em;
}

pre.source
{
	background: #eee;
	padding: 2px;
	border: 1px dotted #ccc;
}

pre.shellcommand
{
	background: black;
	color: white;
	font-family: monospace;
	font-weight: bold;
	padding: 2px;
}

a img:hover
{
	border: 1px solid #dd0070;
}

table.photos td
{
	background: #ddd;
	padding: 10px;
	border: 1px outset #eee;
}
