
body {
   font-size: 12px;
   background-color: #000;
}


#siteContainer {
   height: 610px;
   width: 100%;
   
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -270px;
}

   #header {
      height: 70px;
      position: relative;
   }
      #logo {
         display: block;
         width: 188px;
         height: 58px;
         position: absolute;
         left: 50%;
         margin-left: 230px;
      }
   
   #main {
      height: 440px;
      position: relative;
      border-bottom: 2px solid #fff;
      border-top: 2px solid #fff;
   }
      #mainText, #otherText {
         width: 405px;
	      height: 440px;
         position: absolute;
         top: 0;
         right: 50%;
         z-index: 10;
         color: #000;
         background-color: #fff;
      }
	      #otherText {
	         height: 25px;
	         display: none;
	         z-index: 9;
	      }
	      
      #closeContent, #openContent {
         cursor: pointer;
         padding: 5px 8px;
         position: absolute;
         right: 0;
         bottom: 0;
      }
	      #closeContent:hover, #openContent:hover {
	         text-decoration: underline;
	      }
         #content  {
            padding: 5px 30px;
            line-height: 18px;
         }
            #content img {
               padding-top: 25px;
               padding-bottom: 4px;
            }
            
      #arrowLeft, #arrowRight {
         position: absolute;
         left: 50%;
         margin-top: -17px;
         border: 2px solid #fff;
         top: 50%;
      }
      #arrowLeft { 
         margin-left: -465px;
         border-right: none;
      }
      #arrowRight {
         margin-left: 431px;
         border-left: none;
      }
      
      #tuinMenu {
         position: absolute;
         bottom: 0;
         left: 50%;
         margin-left: 109px;
         height: 30px;
         border-top: 2px solid #fff;
         border-left: 2px solid #fff;
         z-index: 2;
      }
         #tuinMenu li {
            height: 30px;
            width: 30px;
            border-right: 2px solid #fff;
         }
         
      #imageContainer {}
         #imageContainer img {
            border-right: 2px solid #fff;
            display: block;
         }
         
      #preloaderImage {
         position: absolute;
         left: 50%;
         top: 50%;
         z-index:10;
         margin-left: -8px;
         display: none;
      }
   
   #footer {
      height: 47px;
      margin-top: 15px;
      font-size: 11px;
      color: #fff;
      text-align: center;
   }
      #footer * {
      }
      #details, #newsletterPlaceholder {
         position: absolute;
         left: 50%;
      }
      #details {
         margin-left: -432px;
      }
      #newsletterPlaceholder {
         margin-left: 151px;
         /*width: 290px;*/
         heigth: 30px;
      }
	      #newsletterPlaceholder form,
	      #newsletterPlaceholder input,
	      #newsletterPlaceholder img,
	      #newsletterTitle {
            float: left;
            display: inline;
         }  
         #newsletterForm #newsletterInput {
            height: 16px;
            width: 120px;
            border: 0px;
            margin-left: 4px;
         }
         #newsletterForm #newsletterSubmit {
            cursor: pointer;
         }
         #returnMsg {
            clear: both;
         }
         
#subSite {
   position: absolute;
   right: 3px;
   bottom: 3px;
   clear: both;
   text-align: right;
}
   #subSite,
   #subSite a {
      font-size: 10px;
      color: #7F7F7F;
   }

.menu {
   list-style: none;
}
   .menu li,
   .menu a {
      float: left;
      display: inline;
   }

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}

.nbsp {
   white-space: nowrap;
}


/***
* Content
*/

html, body,
div, p, form, input, textarea, select, ul, ol, dl, dt, dd, li,
h1, h2, h3, h4, h5, h6 {
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   margin: 0;
   padding: 0;
}

a {
   color: #fff;
}
   a:hover {
      color: #eee;
   }

img {
   border: 0;
}


