div#splash {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#splash div.inhoud {
    width: 700px;
    margin: 100px auto;
    border: 7px double #763;
    padding: 10px;
}

div#splash h2 {
    background-color: #763; 
}

div#splash  div.door {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10px;
    font-size: 20px;
}

div#splash  div.newsitem {
    background-color: #ee3;
}

div#splash  div.newsitem h3 {
    color: #763;
}


.nb {
  border: 4px double red;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: darkred;
  }

.postit {
    width: 130px;
    height: 100px;
    background-color: lightyellow;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: absolute;
    left: 100px;
    top: 20px;
    z-index: 15;
    padding: 10px;
    padding-top: 20px;
    font-size: 14px;
    color: #333388;
    font-family: "Monotype Corsiva", script, serif;
    dragable: true;
    visibility: visible;
    }
.postit2 {
    width: 130px;
    height: 100px;
    background-color: black;
    position: absolute;
    left: 105px;
    top: 25px;
    z-index: 12;
    padding-top: 20px;
    padding: 10px;
    font-size: 14px;
    opacity: .4;
    font-size: 1px;
    filter: alpha(opacity = 40);
    visibility: visible;
    }
.postclose{
    background-color: #aaaa44;
    color:white;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    font-family: arial, helvetica, sans;
    font-size: 15px;
    padding: 1px;
    left: 0;
    top: 0;
    cursor: url('images/gws.cur');
    }


.bgleft{
    width: 130px;
    background-color: white;
    background-image: url('images/bglm3.jpg');
    background-repeat: repeat-y;
    padding-left: 5px;
    }

.bgright{
    width: 130px;
    background-color: white;
    background-image: url('images/bgrm3.jpg');
    background-repeat: repeat-y;
    padding-right: 5px;
    }
.bgtopr{
    width: 130px;
    background-color: white;
    background-image: url('images/bgrb2.jpg');
    background-repeat: no-repeat;
    padding: 10px;
    vertical-align: bottom;
    }
.bgtopl{
    width: 130px;
    background-color: white;
    background-image: url('images/bglb.jpg');
    background-repeat: no-repeat;
    padding: 10px;
    text-align: right;
    vertical-align: bottom;
    }
.bgtop{
    height: 123px;
    vertical-align:bottom;
    background-color: white;
    background-image: url('images/bgmb.jpg');
    background-repeat: repeat-x;
    padding-top: 18px;
    }
.toptitel {
    opacity: .7;
    filter: alpha(opacity: 70%);
    }

.bgbottomleft{
    height: 112px;
    vertical-align:top;
    background-color: white;
    background-image: url('images/bglo.jpg');
    background-repeat: no-repeat;
    padding: 10px;
    }
.bgbottomright{
    vertical-align:top;
    background-color: white;
    background-image: url('images/bgro.jpg');
    background-repeat: no-repeat;
    padding: 10px;
    }
.bgbottom{
    height: 112px;
    vertical-align:bottom;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: white;
    background-image: url('images/bgmo.jpg');
    background-repeat: repeat-x;
    padding: 30px;
    font-size: 12px;
    }
.mid {
    background-color: white;
    background-image: url('images/bgmm2.jpg');
    }


.boxkop {
    height: 28px;
    width: 140px;
    background-color: darkblue;
    background-image: url('images/boxkop.jpg');
    font-weight: bold;
    color: white;
    font-family: arial, helvetica, sans;
    padding: 2px;
    font-size: 14px;
    text-align: center;
    }

.boxbody3, .boxbody2, .boxbody1 {
    background-color: #AACCFF;
    background-image: url('images/boxbody10.jpg');
    color: white;
    font-family: arial, helvetica, sans;
    color: black;
    font-size: 12px;
    padding: 5px;
    opacity: .7;
    filter: alpha(opacity = 70);
    z-index: 10;
    }

.boxbody2 {
    background-color: lightyellow;
    background-image: url('images/boxbody2.jpg');
    }
.boxbody3 {
    background-color: lightred;
    background-image: url('images/boxbody3.jpg');
    }

.boxbottom {
    background-color: #AACCFF;
    background-image: url('images/boxbottom.jpg');
    font-size: 1px;
    height: 5px;
    }

.boxleft {
    background-color: #AACCFF;
    background-image: url('images/boxleft.jpg');
    font-size: 1px;
    width: 3px;
    padding:0px;
    z-index: 10;
    }
.boxright {
    background-color: #AACCFF;
    background-image: url('images/boxright.jpg');
    font-size: 1px;
    width: 3px;
    padding:0px;
    }
.boxspace {
    height: 8px;
    }

.cont {
    overflow: auto;
    height: 400;
    width: 400;
    padding-left: 40px;
    padding-right: 40px;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    z-index: 2;
    border: 1px solid lightblue;
    }
.menu2 {
    margin-top: 2px;
    padding: 0px;
    line-height: 16px;
    cursor: url('images/gws.cur');
    font-weight: bold;
    text-decoration: none;
    color: black;
    background-color: white;
    }
.menu1 {
    padding: 1px;
    cursor: url('images/gws.cur');
    font-weight: bold;
    text-decoration: none;
    color: black;
    }
.newsline {
    padding: 1px;
    width: 120px;
    }
.newshr {
    padding: 0px;
    width: 120px;
    background-color: darkblue;
    height: 1px;
    font-size:0;
    }
.newsitem {
    padding: 5px;
    border: 1px solid darkgreen;
    background-color: #aadd88;
    width: 80%;
    }
.newsitem2 {
    padding: 3px;
    border: 1px solid darkgreen;
    margin-top: 5px;
    background-color: white;
    }
.news {
    cursor: url('images/gws.cur');
    text-decoration: none;
    color: black;
    font-size: 11px;
    }
.subbox1,.subbox2 {
    background-image: url('images/boxbody.jpg');
    color: white;
    font-family: arial, helvetica, sans;
    color: black;
    font-size: 12px;
    padding: 1px;
    border: 1px solid darkblue;
    position: absolute;
    z-index:10;
    visibility: hidden;
    cursor: url('images/gws.cur');
    }
.subbox1{
    left: 23px;
    
    }

.bluebar {
    background-color: #3344aa;
    color:white;
    font-weight:bold;
    font-size: 12px;
    }
.bluebar2 {
    background-color: #bbddff;
    color:darkblue;
    font-weight:bold;
    }

.fotoknop{
    border:0;
    background-color:darkblue;
    color:white;
    font-weight:bold;
    padding: 3px;
    }
.foto{
    border:0;
    }
.fototrans{
    border:0;
    opacity: .5;
    filter: alpha(opacity = 50);
    }


hr {
    height: 1;
    color: darkblue;
    background-color: darkblue;
    }

body {
    font-family: arial, helvetica, sans;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    cursor: url('/images/cursor.gif'),auto !important;
    cursor: url('images/gws.cur');
    }
body,div{
    scrollbar-face-color: darkblue; 
    scrollbar-shadow-color: darkblue; 
    scrollbar-highlight-color: darkblue; 
    scrollbar-3dlight-color: darkblue; 
    scrollbar-darkshadow-color: darkblue; 
    scrollbar-track-color: white; 
    scrollbar-arrow-color: white;
    }
td {
    vertical-align: top;
    font-family: arial, helvetica, sans;
    font-size: 12px;
    }

h1 {
    color: #3344aa;
    font-size: 24px;
    }
h2 {
    color: white;
    background-color: #3344aa;
    width: 95%;
    padding: 3px;
    font-size: 18px;
    }
h3 {
    color: #3344aa;
    font-size: 16px;
    margin: 1px;
    line-height: 20px;
    }
h4 {
    color: #3344aa;
    font-size: 16px;
    margin: 1px;
    line-height: 14px;
    }
a {
    font-family: arial, helvetica, sans;
    color: darkblue;
    cursor: url('images/gws.cur');
    }
a:hover{
    background-color: darkblue;color:white;
    cursor: url('images/gws.cur');
    }
.ateam {
    text-decoration: none;
    }
.gwsteam {
    text-decoration: none;
    color: white;
    }

textarea, input {
    border: 1px solid darkblue;
    }
fieldset {
    border: 2px solid darkblue;
    padding: 5px;
    
    }
legend {
    color: darkblue;
    font-weight: bold;
    font-size: 14px;    
    }


