/* standard elements */
html {min-height: 100%;}

* {
    margin: 5;
    padding: 0;
}






a {color: #444;}
a:hover {color: #06C;}
a img {border: none;}

body {

    
  background: url('/images/achtergrond.png') repeat;
    color: #444;
    font: normal 11px Tahoma, Lucida, arial;
  
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 20px sans-serif; padding-top: 3px;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #5d8eac; margin-bottom: 4px;}




.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
    border: 2px solid #D7D7D2;
    background: #FFF;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 10px;

 
    width: 900px;
}

.outer-container {
    background: url('/images/container.jpg') no-repeat center bottom;
    padding-bottom: 64px;
}


.header {

    height: 114px;
    margin-bottom: 5px;
    text-align: center;
}






/* path */
.path {

    color: #000;
    font: normal 18px Verdana,sans-serif;
   


   
}
.path li,.path ul {display: inline;}
.path a {
	 background: url('/images/nav.gif') no-repeat scroll top right;
   	text-align : center;
	padding-top: 5px;
    color: #000;
    text-decoration: none;


   display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 19px;
    width: 70px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	border-top : solid 2px #DCDCDC;
     border-bottom : solid 2px #949490;
	border-left : solid 2px #9494aa;
	border-right : solid 2px #554400;



}

.path a:link {

}






.path a:hover {
  	color: #5d8eac;
 background-position: bottom right;
 	border-right : solid 2px #9494aa;
	border-left : solid 2px #554400;
	border-bottom : solid 2px #DCDCDC;
     border-top : solid 2px #949490;
}

ul#path li a.active {
  	color: #5d8eac;
 background-position: bottom right;
 	border-right : solid 2px #9494aa;
	border-left : solid 2px #554400;
	border-bottom : solid 2px #DCDCDC;
     border-top : solid 2px #949490;
}


/* main */


.main {

background-color: #fff;	
}

.sidebar {
	float: left;
margin-top: 12px;
padding-left: 10px;	
width: 230px;

 	border-top : solid 2px #DCDCDC;
     border-bottom : solid 2px #949490;
	border-left : solid 2px #9494aa;
	border-right : solid 2px #554400;

 background: #D7D7D2;

	
}
.content {
	float: right;
width: 610px;	
    min-height: 400px;

    padding: 8px 12px 0 0;
     font: normal 110.5% Lucida, arial;
background-color: #fff;	
}





/* footer */



#bottom {
    clear: both;	
	float: bottom;	
	
}


#footer {

    background: #D7D7D2;
    
   	color: #5d8eac;
    font: bold 13px sans-serif;
    margin-top: 15px;
    padding: 1px 12px;
    
	 	border-right : solid 2px #9494aa;
		border-left : solid 2px #554400;
		border-bottom : solid 2px #DCDCDC;
	     border-top : solid 2px #949490;
	}
 
}
#footer a {
	float: right;
    color: #5d8eac;
  
    text-decoration: none;
}
#footer a:hover {color: #FFC;}

pre {border: solid 1px blue;
     font-size: 1.3 em; 
     color: blue; 
     margin: 10px; 
     padding:10px; 
      background: #D7D7D2;
     width: 500px;
}
code {font-size:1.2em; 
     color: #008099}




