body {
  background-color:#1d2897;
   text-align: center;
   margin: 0;
   padding: 0;
   
}
img {
border: 10px;
}

#sitecontainer {
    min-height: 100%;
    height: 100%;
    bottom: 0px;
    margin-top: 0px;
    margin: 0px auto;
    padding: 0;
    width: 964px;
    background: url('bg.png');
    background-repeat: repeat-y;
    text-align: left;
    font-family: calibri;
}
#content1 {
    width: 936px;
    height:  100%;
    margin-left: 15px;
    margin-top: 10px;
    background: url('images/bg2.png');
}
#content {
    margin-top: 10px;
    margin-left: 15px;
    width: 936px;
    height: 100%;
    margin: 0px auto;
    background: url('images/bg.png');
    background-repeat: no-repeat;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;    

}
#menu {
    width: 600px;
    text-align: center;
    margin-top: 30px;
    padding-top: 100px;
    font-variant: small-caps;
    font-size: 1.5em;
}

#main {
    width: 95%;
    margin: 20px auto;
    padding: 22px;
    padding-right: 22px;
}

#glas {
    width: 300px;
    padding: 10px;  
    margin-left: auto;
    margin-right: auto;
    background-color:#1d2897;
    color: white;
    text-align: center;

}
#credits {
    text-align: right;
    font-size: 0.8em;
    padding: 20px;
}
.driehoeken {
    padding: 20px;
    text-align: left;
    
}
#glashal {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: center;
    background-color: #1d2897;
    color: white;
}

a:link {  
    color: black;
    text-decoration: none;
}
a:visited {  
    color: black;
    text-decoration: none;
}
a:active {  
    color: red;
    text-decoration: none;
}
a:hover {  
    color: #1d2897;
    text-weight: bold;
}

.credits {
    font-size: 0.8em;
    text-align: right;
}

#normlink {
    text-decoration: underline;
}
