@import "opmaak.css";

/* fixed */
div.fixed
	{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 125px;
	height: 100%;
	background: #C00 url('../img1/Anno1909.gif') no-repeat 50% 98%;
	border-top: 2px solid #FCC;
	border-left: 2px solid #FCC;
	border-right: 2px solid #966;
	border-bottom: 2px solid #966;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	}

div.fixed p
	{
	margin: 0;
	padding: 0;
	}

@media screen
	{
	body>div.fixed
		{
		position: fixed;
		}
	}

/* content */
div.content
	{
	padding: 0;
	}

ul.nav
	{
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	width: 125px;
	background: #C00;
	}

li.navmenu
	{
	padding: 2px 0 2px 0;
	display: block;
	border-bottom: #C0741F 1px solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #630;
	}

li.hier
	{
	padding: 2px 0 2px 20px;
	background: #000;
	display: block;
	border-bottom: #C0741F 1px solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFF0;
	}

a.menu
	{
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
	}

a:link.menu
	{
	padding-left: 20px;
	color: #CCC;
	text-decoration: none;
	}

a:visited.menu
	{
	padding-left: 20px;
	color: #CCC;
	text-decoration: none;
	}

a:hover.menu
	{
	padding-left: 20px;
	color: #FFFFF0;
	text-decoration: none;
	background: #999;
	display: block;
	}

a:active.menu
	{
	padding-left: 20px;
	color: #FFFFF0;
	text-decoration: none;
	background: #999;
	display: block;
	}
img
	{
	border: 0;
	}