/* CSS Document */
html, body{
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #915700;
	color: #E3B424;
	padding-bottom: 20px;

}
.page
{
	margin: 25px auto;
	border: 0px solid #ffffff;
	width: 958px;
	text-align: left;
	background-color: #9A0002;
	border: 1px solid #683314;
	background-image: url(../images/page.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
hr {
	color: #915700;
	}
a
	{
	color: #E3B424;
	}
a:visited
	{
	color: #E3B424;
	}
a:hover
	{
	color: #FFCC66;
	}
br {
	line-height: 8px;
}
.invoer
	{
	border: solid 1px #0474B3;
	width: 300px;
	}
#header
	{
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 48px;
	text-indent: 100px;
	}
#header .language
	{
	float: right;
	margin-right: 10px;
	margin-top: 188px;
	}
#body
	{
	min-height: 400px;
	padding-bottom: 20px;
	}
#footer
	{
	font-size: 11px;
	font-weight: bold;
	clear: both;
	text-align: left;
	text-indent: 170px;
	line-height: 20px;
	vertical-align: bottom;
	}
#menu-left
	{
	float: left;
	width: 210px;
	min-height: 350px;
	}

#menu-left ul
	{
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
	width: 180px;
	margin-left: 30px;
	}

#menu-left li
	{
	line-height: 25px;
	background-color: #990000;
	}
#menu-left a
	{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
#menu-left img
	{
	border-top: #995A17 2px solid;
	border-bottom: #995A17 2px solid;
	}
#content
	{
	float: left;
	line-height: 20px;
	padding-left: 20px;
	width: 600px;
	font-size: 12px;
	}
#content h1
	{
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	}
#content h2
	{
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
	}
#content ul
	{
	margin-top: 5px;
	margin-bottom: 10px;
	}
#content li
	{
	margin-bottom: 5px;
	}
#content img
	{
	border: 0;
	}
*.figure {float: left; position: relative; margin-bottom: 20px; }
*.figure *.caption {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	display: block;
	width: 150px;
	text-align: right;
	text-indent: 10px;
	position: absolute;
	margin-left: -15px;
	margin-top: 90px;
	left: 0;
	top: 0;
	font-size: 24px;
	letter-spacing: 4px;
	color: #DEE7F0;
	}
*.framed {display: block; }
.mat
	{
	opacity:0.4;
	filter:alpha(opacity=40); 
	}
.mat:hover
	{
	opacity:1.0;
	filter:alpha(opacity=100);
	}


