@import "opmaak.css";

body
	{
	padding: 0 0 0 200px;
	}

/* fixed */
div.fixed
	{
	background: #FC6 url("../img1/Itsmagic_menu.png") no-repeat 30% 90%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 180px;
	height: 100%;  
	border-right: 2px dotted #C30;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}

div.fixed p
	{
	margin: 0;
	padding: 0;
	}

@media screen
	{
	body>div.fixed
		{
		position: fixed;
		}
	}

/* content */
div.content
	{
	background: #FFFFF0 url("../img1/Verfvlek_blik.png") fixed no-repeat 100% 100%;
	padding: 16px;
	}

div.nodisplay
	{
	background: #FFFFF0;
	}

div.menulogo
	{
	margin-bottom: 20px;
	}

div.menucolofon
	{
	background: transparent;
	border-top: #FFC 1px solid;
	padding-top: 24px;
	padding-left: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	}

/* menulijst */
ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

li.magnetfarbemenu
	{
	padding: 0.2em 0 0.2em;	
	border-top: #FFC 1px solid;
	border-bottom: #C30 1px solid;
	}

 /* hyperlinks */
a:link.menu
	{
	padding-left: 20px;
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

a:visited.menu
	{
	padding-left: 20px;
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

a:hover.menu
	{
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #FFC;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

a:active.menu
	{
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #FFC;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

li.hier
	{
	padding-left: 20px;
	background: #C30;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}
