/* CSS reset */
html, body, div, p, form, input, textarea, select, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, img {margin:0px; padding:0px;}  

/* Site achtergrond */
body {
   background: #ffffff url('../../resources/images/background.jpg') repeat top center;
   font-family: Arial, Helvetica, sans-serif;
}

#main {
   background: #eeeeee url('') repeat top center;
   height: 100%;
   margin: 0 auto;
   width: 960px;
}

.container {
   height: 100%;
   margin: 0px;
}

#header {
   background: #eeeeee url('../../resources/images/header.png') no-repeat top center;
   height: 170px;
   margin: 0px 5px;
   overflow: hidden;
   padding: 0px 0px 0px 5px;
   width: 945px;
}  
   #header #logo .logo {
      background: transparent url('../../resources/images/header.png') no-repeat -10px 0px 0px -10px;
      display: block;
      height: 90px;
      margin: 10px 0px 0px 10px;
      text-indent: -9999px;  
      width: 600px;
   }
      
   #header #navigation {
      height: 35px;
      margin: 15px 0px 0px 0px;
      float: left;
      width: 925px;
   }
   
      #header ul#navigation {
         list-style: none;
         float: left;
      }
      
         #header ul#navigation li {
            background: transparent url('../../resources/images/menu_background.png') repeat-x top left;
            float: left;
            font-size: 15px;
            font-weight: bold;
            height: 26px;
            overflow: hidden;
            padding: 9px 0px 0px 0px;
            text-transform: uppercase;
         }






body {
   background-color: #ffffff;
}

h2 {  
   font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
   font-size: 24px;  
   color: #044055;  
   font-weight: normal;  
   margin-bottom: 15px;
} 
   
p {
   line-height: 17px;
	text-align: ;
	font-size: 13px;
	font-family: calibri;
}
/* SELECT */
::-moz-selection {
   background: #000;
	xbackground: #000;
	color: #fff;
} 

::selection {
	background: #000;
	color: #fff;
} 
td, tr, table {
	font-size: 13px;
	font-family: calibri;
}
