body{
	margin:0;
	padding:0;
	background-color:#c71d1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;

}
#logo{
	position:absolute;
	display:block;
	left:20px;top:0;
	height:174px;width:224px;
	background:url("images/logo.png") no-repeat;
	z-index:1
}
#menu{
	position:absolute;
	left:50px;
	top:180px;
	width:140px;
	float:left;
	padding:5px;
	z-index:1;
	font-size: 70%;
}

#menu ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#menu a, li#current{
	color:#CCCCCC;
	text-decoration: none;
	width: 10em;
	padding: 0.5em;
	display: block;
}

#menu a:hover{
	max-width:150px;
	color:#fff;
	background-color: #c71d1e;
}

#menu a:active, #menu a:focus, li#current{
	max-width:150px;
	color:#fff;
	background-color: #300010;
}


.nobglink img, .nobglink a{
	color: #c71d1e;
	font-size: 1em;
	background-color: transparent;
}

.nobglink img:hover, .nobglink a:hover{
	color: #000000;
	font-size: 1em;
	background: transparent;
}
.nobglink img:active, .nobglink img:focus, .nobglink a:active, .nobglink a:focus{
	color:#fff;
	background: transparent;
}

h1 {
	text-align:left;
	position:absolute;
	top:0px;
	left:5px;
	right:150px;
	color:#fff;
	font-size:2.4em;
	z-index:1;
	text-indent: 0pt;
	font-weight:bold;
}

h2{
	font-style:italic;
	color:#fff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c71d1e;
	font-size:1.6em;
	font-weight:normal;
        margin-left:-15px;
}

h3{
	font-style:normal;
	color:#fff;
	font-size:1.2em;
	border-left-width: 2px;
	border-left-style:solid;
	border-left-color: #c71d1e;
	padding:2px;
	font-weight:bold;
        margin-left:-15px;
}


#txt{
	position:absolute;
	left:250px;
	right:0px;
	top:0px;
	bottom:20px;
	padding:15px;
	overflow-x:auto;
	overflow-y:auto;
	overflow:auto;
        z-index:1;
	font-size:80%;
        background-color:transparent;
}


#bg1{/* menuachtergrond */
	position:absolute;
	left:20px;
	top:0px;
	bottom:20px;
	width:230px;
	background:#000000 url("images/hoek_c71d1e.gif") no-repeat left bottom;
	z-index:0;
}
#bg2{/* tekstachtergrond */
	position:absolute;
	left:250px;
	right:0px;
	top:0px;
	bottom:20px;
	padding:0;margin:0;
	background-color:#300010;
	z-index:0;
}

.tdmain {
	min-width:24em;
	max-width:40em;
	position:absolute;
        top:0em;
	left:0px;
	right:150px;
	width: auto;
	border-left: dashed 1px #fff;
	border-right: dashed 1px #fff;
	border-bottom: dashed 1px #fff;
	padding-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:#400020;
}

.tdmain a{
        color:#fff;
	font-size: 1em;
}
.tdmain a:hover{
	color: #fff;
	font-size: 1em;
	text-decoration:none;
	background-color: #c71d1e;
}

.tdmain a:active, .tdmain a:focus{
	color: #000;
	font-size: 1em;
	background-color: #300010;
}

.tdmain a:visited{
	color: #aaa;
	font-size: 1em;
}

.anchornav{
	position:relative;
	left:0px;
	top:20px;
	font-size:0.8em;
}

.tdside {
	vertical-align: top;
	width: 124px;
	height: auto;


}
.nedstat {
	position: absolute;
	left: 225px;
	right: 0px;
	bottom: 23px;
	visibility: visible;
	z-index: 1;
	height: 18px;
	width: 18px;

}

.note{
	font-style:normal;
	font-size:0.8em;
	margin-left:2em;
	margin-right:2em;
	padding-left:0.5em;	
	padding-right:0.5em;
	text-align:justify;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #c71d1e;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #c71d1e;
}

.s1{ 
	font-size:0.8em;
	color:#555;
	text-indent:1em;

}

.sr{
	font-size:0.8em;
	text-align: right;
}

.hidden{
    color:#400020;
}


