* {
	margin: 0;
	padding: 0;
}
     
a img {
	border: 0;
}
   
body {        
	background: #ebebeb url("/images/page_bg.jpg") top left repeat-x;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-family: "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	margin: 20px 0 0 0;
}         

.boxed {
	border: 1px solid #aaa;
	padding: 5px 20px;
	margin: 20px 0 0 0;
}

.casestudy {
	border: 1px solid #aaa;
	padding: 5px 9px 9px 9px;
	margin: 0 0 20px 20px;
}

.clear {
	clear: both;
} 

.download {   
	float: left;   
	width: 225px;
	margin: 10px 5px 20px 0;  
	text-align: center;
}

#container {  
	background: transparent url("/images/box_middle.jpg") top center repeat-y;
	margin: 0 auto;
	width: 740px;
}            

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
    
#footer {      
	background: transparent url("/images/box_bottom.jpg") top center no-repeat;   
	color: #333;
	margin: 0 auto;    
	padding: 30px 0 10px 0;
	text-align: center;
	width: 740px;  
} 

h1 {
	font-size: 2.4em;
	color: #003871;
	font-weight: normal;
	margin: 0 0 10px 0;
}       

h2 {
	font-size: 1.8em;
	color: #003871;
	font-weight: normal;
	margin: 15px 0 10px 0;
}

h3 {
	font-size: 1.6em;
	color: #333;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

hr {
	margin: 10px 0;
	color: #003871;
	background: #003871;
	height: 1px;
	border: 0;
}

#inner {
	padding: 10px 0 40px 0;
}

.imgBorder {
	border: 1px solid #dfdfe1;
}

#logo {
	margin: 0 0 0 20px;
}                   
  
.ns {
	display: none;
}

p {
	font-size: 1.3em; 
	line-height: 1.5em;
	padding: 5px 0;
}             
   
#panel_kleerflo {
	margin: 0 0 20px 0;
}

.sidepanel {
	float: right;
	width: 200px;
	margin: 0 0 20px 5px;
}    

.sidepanel p {
	font-size: 1.2em; 
	line-height: 1.4em;
	padding: 5px 0;	
}       

.sidepanel img {
	width: 160px;
	margin: 0 0 10px 0;
}

#sidelefthand {
	width: 240px;
	float: left;
}                

#siderighthand {
	width: 470px;
	margin: 0 0 0 250px;     	
}                            

#siderighthand ul, #siderighthand ol {
	list-style-position: inside;
}

#siderighthand ul li, #siderighthand ol li {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 5px 0;	  	
}      

#siderighthand ul ul {

} 

#siderighthand ul ul li {
	color: #333;
	font-style: italic;
}
   
.textright {
	text-align: right;
}    
          

#worldwide {
	margin: 27px 0 0 21px;
}

/* menu */

#menu ul {
	list-style: none;
}   

#menu ul li { 	

	font-size: 12px;
	line-height: 28px;
	margin: 15px 0 0 0; 
}  

#menu ul li a {  
	background: transparent url('images/menu_one.gif') top left no-repeat; 
	color: #111;
	display: block;
	padding: 0 0 0 35px;  	
	text-decoration: none;
	width: 210px;  
} 

#menu ul li a:hover { 
	background: transparent url('images/menu_one_hover.gif') top left no-repeat;  
}     

#menu ul li a.selected {
	background: transparent url('images/menu_one_selected.gif') top left no-repeat;	
}

#menu ul ul li {
	margin: 0; 
}           

#menu ul ul li a{
	background: transparent url('images/menu_two.gif') top left no-repeat; 
	color: #111;
	display: block;
	padding: 0 0 0 35px;  	
	text-decoration: none;
	width: 210px;  	
}   

#menu ul ul li a:hover { 
	background: transparent url('images/menu_two_hover.gif') top left no-repeat;  
}   

#menu ul ul li a.selected {
	background: transparent url('images/menu_two_selected.gif') top left no-repeat;	
}

#menu ul ul ul li a{
	background: transparent url('images/menu_three.gif') top left no-repeat; 
	color: #111;
	display: block;
	padding: 0 0 0 35px;  	
	text-decoration: none;
	width: 210px;  	
}   

#menu ul ul ul li a:hover { 
	background: transparent url('images/menu_three_hover.gif') top left no-repeat;  
}         

#menu ul ul ul li a.selected {
	background: transparent url('images/menu_three_selected.gif') top left no-repeat;	
}    

/* form */

label {
	display: block;
	float: left;
	width: 70px; 
}

.submit input {
	margin-left: 70px;
	padding: 0 10px;
}

.input {
	border: 1px solid #aaa;
	background: #fafafc;
	padding: 2px;
	width: 350px;
}
