#bodyoverrule {
	margin-top:0px;
	margin-bottom:0px; 
	/*
        background: #a0b0e2 url(/img/background-gradient10.jpg) repeat-x scroll 0 0;
background: rgb(255,209,168) url(/img/backgroundgradient3.jpg) repeat-x scroll 0 0;	
		*/
/*		
background: rgb(255,213,176) url(http://s60.webhostingserver.nl/~deb24290/site_images/backgroundgradient.jpg) repeat-x scroll 0 0;
*/
	
background: rgb(255,209,161) url(../img/backgroundgradient.jpg) repeat-x scroll 0 0;
		
/* 	background-color: rgb(254,217,184);*/
	
}



a { color: rgb(120,20,0); text-decoration:none;font-weight: 700; } 
a:hover, a:active, a:focus {color:rgb(190,35,0);text-decoration:underline; }	

p {
	margin: 0 0 0px;	
}

ul {
	list-style-type: square;
	xline-height: 125%;
	margin-bottom: 0px;
}


#page   { 
	/* reset value of blue-print, was overruled in bodyoverrule*/
	margin-top:1.5em; 

	font-family:arial,verdana,helvetica,sans-serif;

	color: rgb(120,20,0);
	
	font-size: 10pt;

}

h1, h2, h3, h4, h5, h6 {
	color: rgb(120,20,0);
}


#page pre  { 
	/* reset value of blue-print, was overruled in bodyoverrule*/
	margin-top: 0px; 
	margin-bottom: 0px;
	display: block;	
/*	 font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Helvetica,sans-serif; 
	font-family:verdana,helvetica,sans-serif; */
	font-family:arial,verdana,helvetica,sans-serif;

	color: rgb(120,20,0);
	font-size: 10pt;

} 
	


#canvas   { 
	position: relative;
	left: 0px;
	top: 0px; /* 7*/
	background-color: rgb(255,255,245);
	border-width: 2px;
	border-style: solid;
	border-color: rgb(150,30,0);
	margin-bottom: 200px;
        
        -moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	 border-radius: 40px;

/*        -moz-border-radius: 0 50px 0 50px;
        -webkit-border-radius: 0 50px 0 50px;
         border-radius: 0 50px 0 50px;*/

         background: -webkit-gradient(linear, 0 0, 0 70%, from(rgb(255,255,245)), to(rgb(255,255,240)));
         background: -moz-linear-gradient(rgb(255,255,245), rgb(255,255,240) 70%);
         background: linear-gradient(rgb(255,255,245), rgb(255,255,240) 70%);
        -pie-background: linear-gradient(rgb(255,255,245), rgb(255,255,240) 70%);

        
        -webkit-box-shadow:  rgb(100,30,0) 3px 3px 8px;
        -moz-box-shadow: rgb(100,30,0) 3px 3px 8px;
        box-shadow:  rgb(100,30,0) 3px 3px 8px;

        behavior: url(/js/PIE.htc); 
}



#bottom_page {

	background:transparent url(../img/sunflower_field_strip_5_comp.jpg) no-repeat;
	height: 5px;
	margin-top: 0px;
	border-top-width: 1px;

	border-style: solid;
	border-color: rgb(101,43,6); 
}

#menu_content {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top:20px;
	margin-bottom: 0px;

}

.superscript {
	vertical-align: super;	
}

.superscript_75 { 
	vertical-align: 40%; 

}

.fontsize_75 {
	font-size: 75%;
}

.fontsize_60 {
	font-size: 60%;
}

div.test_border {
	border-style: solid;
	border-color: red;
	border-width: 0.5pt;	
}

