/* Start of CMSMS style sheet 'Layout' */
*{
   padding:0;
   margin:0;
}

html, body{
   margin:0; 
   padding:0; 
   width:100%; 
   height:100%;
   overflow: hidden; 
}

div#scroll {
   margin:0; 
   padding:0; 
   width:100%; 
   height:100%; 
}

div#scroll{
   position: absolute;
   top:0px;
   left: 0px;
   z-index: 2;
   overflow: auto;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Tahoma, Arial, Verdana, Geneva;
   font-size: 12px;
   line-height: 13px;
   color: #000;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #18507C;
}

a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body{
   background: #eaecf5 url(bg.jpg) repeat-x bottom;
}

table{
   table-layout: fixed;
}

#container {
   width: 100%;
   text-align: left;
   position: relative;
   min-height: 100%;
   height: auto !important;
   height: 100%; 
}

#frame1000 {
   width: 1000px;
   text-align: left;
   position: relative;
}

#header{
   padding-left:20px;
   height:140px;
}

#inhoud {
   padding: 10px 45px 50px 40px;
}

#text {
   padding: 0 50px 120px 0;
}

#sfeer {
   background-image: url(sfeer1.jpg);
   width: 200px;
   height: 400px;
}

#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 165px;
}

div#golf {
   position: absolute;
   left: 0px;
   top: 210px;
   height: 275px;
   background-image: url(golf.png);
   width:1710px;
   overflow: hidden;
   z-index: 1;
}

/********************
CONTENT STYLING
*********************/

div#inhoud {
}

/* HEADINGS */
div#inhoud h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
}
div#inhoud h2 {
   color: #ee2200; 
   font-size: 18px; 
   text-align: left; 
   line-height: 19px;
   font-weight: normal; 
}
div#inhoud h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#inhoud h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#inhoud h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#inhoud h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;

   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

div#zareh,
div#zareh a,
div#zareh a:link 
div#zareh a:active
div#zareh a:visited {
   text-decoration: none;
   color: #5c5f72; 
   font-size: 8px;
}
div#zareh{
   position: absolute;
   bottom: 0px;
   right: 0px;
   padding: 10px;
   z-index: 2;
}
code, pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#inhoud ul,
div#inhoud ol,
div#inhoud dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0;
}
div#inhoud ul li,
div#inhoud ol li {
   margin: 0 0 0 2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* CONTACTFORM */
.contactform div {width: 100%; padding: 0.55em 0 0.25em 0;} 
.contactform div label {display: block; width: 150px; } 
.contactform div.required {color: #000;}

.contactform input,
.contactform textarea{
    border: solid 1px;
    border-color: #d0d0d0;
    text-align: left;
    font-family: Arial;
    overflow: auto;
    font-size: 12px; 
    line-height: 120%; 
    padding: 2px;
}



.contactform textarea{
    width: 650px;
}

.contactform input{
    width: 200px;
}

.contactform .submit input{
    width: 100px;
    text-align: center; 
}

/* END CONTACTFORM */
/* End of 'Layout' */

