body {
   text-align: center; /*voor IE*/
   background: #FFFFFF;
   background-position: center;
   padding: 0px 0px 0px 0px;
   margin: 0;
   font-weight: normal; 
   font-size: 80%; 
   color: #333333; 
   line-height: 1.8em; 
   font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, sans-serif;
}

#container {
   width: 760px;
   text-align: left; /*voor IE */
   overflow: hidden;
   margin: 0 auto;
}

#logo {
   width: 760px;
   height: 150px;
   background: #FFFFFF url(../site/logo.png);
   margin-top: 0px;
   margin-bottom: 0px;
}

#menu {
   float: left;
   width: 700px;
   height: 30px;
   margin-top: 5px;
   margin-bottom: 50px;
   border-bottom: 1px #336699 solid;
}

#language {
   float: right;
   width: 60px;
   height: 30px; 
   text-align: right;
   margin-top: 5px;
   margin-bottom: 50px;
   border-bottom: 1px #336699 solid;
}

#copyright {
   width: 760px;
   text-align: center;
   vertical-align: top;
   font-size: 0.85em;
   color: #999999;
   line-height: 1.3em;
   margin: 0px;
   padding-top: 50px;
   margin-bottom: 40px;
}

A {
   color: #336699; 
   text-decoration: underline;
}

A:hover {
   color: #336699; 
   text-decoration: none;
}

A.nav {
   color: #666666; 
   text-decoration: none;
   margin: 0px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 5px;
   padding-bottom: 5px;
}

A.nav:hover {
   color: #336699; 
   text-decoration: none;
   border-bottom: 1px #6699CC solid;
}

p, ul, li {
   text-align: justify;
}

p.center {
   text-align: center;
}

p.right {
   text-align: right;
}

h1 {
   font-size: 1.6em;
   text-transform: uppercase;
   text-decoration: none;
   line-height: 1.3em;
   font-weight: normal;
   margin-bottom: 30px;
}

h2 {
   font-size: 1.3em;
   text-decoration: bold;
}

h3 {
   font-size: 1.1em;
   text-decoration: bold;
}

img.image-right {
   float: right;
   border: 1px #333333 solid;
   margin-left: 30px;
}


