
html {
   overflow-y: scroll;
}

a {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    outline: 0;
}

body {
   font-family: Verdana;
   font-size: 0.9em;
   line-height: 150%;
}

.site-pagina {
   width: 1200px;
   margin: 0 auto;
}

.site-container {
}

.site-wrapper {
   clear: both;
}

.site-kop {
   height: 210px;
   height: 166px;
   width: 1180px;
   background: url(gjkl-afb-kop.jpg);
}

.site-menu {
    overflow: hidden;	
}
  
.gekozen {
   color: #cccc33;
}

.site-kolom-links {
   position:relative;
   width: 900px;
   float: left;
}

#site-kolom-rechts {
   position:relative;
   width: 300px;
   float: right;
}

.site-inhoud {
   position: relative;
   display: block;
   padding: 10px;
}

.site-voet {
   position:relative;
   clear: both;
   height: 30px;
}

.site-links {
   float: left;
   padding: 5px 5px 5px 10px;
}

.site-rechts {
   float: right;
   padding: 5px 10px 5px 5px;
}

.site-box {
   -moz-border-radius: 10px;  /* for Firefox */
   -webkit-border-radius: 10px; /* for Webkit-Browsers */
   border-radius: 10px; /* regular */
   margin: 9px;
   background-color: #ffffff;
   box-shadow: 5px 5px 6px #000000;
}

.site-lijn  {
   border: 0px solid #333366;
   <!-- border: 3px solid #cc0033; -->
}
.site-box .site-titel {
   -moz-border-radius-topright:8px;
   -moz-border-radius-topleft:8px;
   -webkit-border-top-right-radius:8px;
   -webkit-border-top-left-radius:8px;
   border-top-left-radius:8px;
   border-top-right-radius:8px;
   font-size: 16px;
   font-weight: bold;
   background-color: #cccc33;
   color: #482683;
   padding: 2px 5px 5px 10px;
   margin: 0px;
}
.site-box .site-tekst {
   padding: 0px 10px 5px 10px;
}

.opvallend {
   font-size: 2.0em;
   line-height: 110%;
   text-align: center;
}

h1 {
   color: #482683;
   font-size: 18px;
}
h2 {
   color: #482683;
   font-size: 14px;
}
h3 {
   color: #482683;
   font-size: 12px;
}

a.tekstlink
   {
   text-decoration: none;
   outline: none;
   color: #333366;
   font-weight: bold;
   }

img[rel~="foto"] {
   cursor:pointer;
}   
   
/***************************** dynamic *****************************/
a.dynamic:link { text-decoration: none; outline: none; }
a.dynamic:active { text-decoration: none ; outline: none; }
a.dynamic:visited { text-decoration: none; outline: none; }

#slideshow {
   display: block;
   float: right;
   position: relative;
   right: 140px;
   top: 15px;
   }

.vollebreedte
   {
   width:265px;
   height: 23px;
   overflow:hidden;
   }

#maincontainer {
}

#ref_invoer
   {
   border: 0px solid blue;
   }
#ref_berichten
   {
   border: 0px solid green;
   }
  
#topsection{
   background: #eaeaea;
   margin-top: 5px;
   padding-top: 5px;
   height: 40px; /*Height of top section*/
}

#topsection h1{
   margin: 0;
   padding-top: 15px;
}

#contentwrapper{
   float: left;
   width: 100%;
}

#contentcolumn{
   margin-left: 150px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
   float: left;
   width: 150px; /*Width of left column*/
   margin-left: -100%;
   background: #eaeaea;
}

#tagcontentcolumn{
   margin-left: 250px; /*Set left margin to LeftColumnWidth*/
}

#tagleftcolumn{
   float: left;
   width: 250px; /*Width of left column*/
   margin-left: -100%;
   background: #eaeaea;
}

#footer{
   clear: left;
   width: 100%;
   color: #ffffff;
   text-align: center;
   padding: 4px 0;
}

.innertube{
   margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
   margin-top: 0;
}

#ref_titel 
   {
   display: inline;
   font-weight: bold;
   color: #482683;
   font-size: 20px;
   }
   
#ref_note 
   {
   display: inline;
   font-weight: bold;
   }
 
.form_button
   {
   height: 23px;  
   width: 130px;  
   margin: 5px 5px 0px 0px;
   color: #482683;
   text-align: left;
   background: #cccc33;
   border: 1px solid #482683;
   cursor:pointer;
   }
  
.form_label
   {
   height: 19px;
   text-align: left;
   vertical-align:text-top;
   background-color: #e6e5e5;
   padding: 4px 5px 0px 5px;
   }

.mededeling
   {
   color: green;
   font-weight: bold;
   }
   
.foutmelding 
   {
   color: red;
   font-weight: bold;
   }
   
textarea.lv
   {
   width: 327px;
   height: 100px;
   background-color: #ffffff;
   border-width: 1px;
   border-style: solid;
   border-color: #cccccc;
   font-family: Verdana;
   font-size: 12px;
   }
     
#gallery {
   padding: 0px;
   margin-left: 15px;
}

#descriptions {
   position: relative;
   height: 10px;
   margin-top: 10px;
   width: 100px;
   padding: 10px;
   overflow: hidden;
}
#descriptions .ad-image-description {
   position: absolute;
}

#descriptions .ad-image-description .ad-description-title {
   display: block;
}

/***************************** Navigatie ***************************/
nav select {
   display: none;
}

ul#nav {
   list-style: none;
   margin: 0;
   padding: 0;
   background-color: #cccc33;
}


ul#nav li {
   display: inline-block;
   margin-right: 10px;
}

ul#nav li a {
   background-color: #cccc33;
   border: 1px solid #cccc33;
   color: #482683;
   font-weight: bold;
   padding: 6px 10px;
   text-align: center;
   display: block;
   text-decoration: none;
   font-size: 16px;
   cursor: pointer;
}

ul#nav li a:hover, ul#nav li a.gekozen  {
   background: #482683;
   border: 1px solid #482683;
   color: #ffffff;
}
