
body {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #b5b5b5;
	background-image:url(images/index_02.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/* building block elements for the page */
#wrap {   
	width: 781px;
	line-height:130%;
	margin-left: auto;
	margin-right:auto;
	background-image:url(images/index_05.jpg);
	background-repeat:repeat-y;
}

#headerimg {
	margin: 0;
	width: 781px;
	background-image:url(images/index2_03.jpg);
	background-repeat:no-repeat;
	height: 141px;
}

#headerimg h1 {
	font-size:28px;
	line-height:130%;
	margin:0;
	width: 400px;
	height:70px;
	color:#FFFFFF;
	text-decoration:none;
}

#headerimg h2 {
	font-size:18px;
	font-family:Arial, Times, serif;
	width:500px;
	margin:40px 0 0 25px;
	color: #990000;
}

#content{
	float:left;
	width: 460px;
	padding:40px 0 0 30px;
	margin-top:0px;
}

#content ol li{
	padding-bottom: 5px;
}

#content ul li{
	padding-bottom: 5px;
}


#avmenu {
	margin-top: 13px;
	margin-left:510px;
	padding:40px 0 0 5px;
	width:260px;
	font-size: 11px;
}

#sluit {
	clear: both;
	margin: 0 auto;
	padding: 10px 25px 10px 25px;
	color:#000;
	text-align:left;
	font-size:14px;
}

#sluitlinks {
	float: left; 
	width: 350px;
}

#sluitrechts {
	float: right; 
	width: 350px; 
}

#footer {
	font-size: 0.8em;
	height:90px;
	background-image:url(images/index_08.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#footercontent{
	margin:0px auto;
	text-align: center;
	color: #808080;
	height:88px;
	width:781px;
	background-image:url(images/index_09.jpg);
	background-position: 0px;
}
	

/* --- TopMenu --- */
#topmenu {
	position: absolute; 
	top: 140px; 
	width:752px; 
	height:29px;
	font-size: 12px;
	margin-left: 20px;
	border-bottom: 1px solid #990000;
	float: left; 
	line-height: normal;
}

#topmenu ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px; 
	padding-top: 5px; 
	list-style-type: none;
}

#topmenu li {
	padding-right: 0px;
	padding-left: 9px;
	background: url(/images/left.gif) no-repeat left top;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#topmenu a {
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	background: url(/images/right.gif) no-repeat right top;
	float: left; 
	padding-bottom: 4px;
	color: #765; 
	padding-top: 5px;
	text-decoration: none;
}

#topmenu a {
        float: none;
}
#topmenu a:hover {
        color: #0000FF;
		text-decoration:underline;
}
#topmenu #current {
        background-image: url(/images/left_on.gif);
}
#topmenu #current a {
        background-image: url(/images/right_on.gif);
        padding-bottom: 5px; 
        color: #333;
}

/* --- End of TopMenu --- */
/* end of block elements for the page */

/* defining specific HTML tags */

h1 {
	font-size:14px;
	font-weight:100;
	margin:0px 0 0px 0;
	display: inline;
}

h2 {
	font-size:17px;
	line-height:130%;
}


#avmenu ul {	
	list-style: none;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 15px;
	text-decoration: underline;
	color: #0000CC;
	display: block;
	padding: 6px 0 0 5px;
}	
	
#avmenu li a:hover {
	background: #ffffff;
	color: #990000;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
}

a {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a:visited {
	text-decoration: underline;
	color:#000099;
}

a:visited:hover {
	color: #CC0000;
}

a img {
	border: 0;
}


#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.headertextwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:130%;
}

.headertextgreen {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color:#99CC33;
	line-height:130%;
}

.subheadertextdarkred {
	font-size: 18px;
	font-weight:bold;
	color:#990000;
	line-height:130%;
}

.bigtext {
	font-size: 22px;
}

.bigtextred {
	font-size: 22px;
	color:#990000;
	line-height:130%;
}

.bigtextwhite {
	font-size: 22px;
	color:#FFFFFF;
	line-height:130%;
}

.italictext {
	font-style:italic;
}

.redtext {
	color:#990000;
	font-weight:900;
}

.darkredtext {
	color:#990000;
	font-weight:900;
}

.whitetext {
	color:#FFFFFF;
	font-weight:900;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.sub {  
	font-size: 8pt;
	font-weight: 400;
}

.hide {
	display: none;
}

.gavban {
	float:left;
	width: 140px;
}
