/* algemene instellingen */
*            { margin: 0; padding: 0; }
html         { height: 100%; padding:0; margin:0; } 
BODY         { background-color: #6c5509; font: normal 15px 'Trebuchet MS'; text-align: left; color:#ffffff; height: 100%; }
#container   { position: relative; width: 975px; padding:0; margin:0; border:0; } 
div.content  { width: 910px; margin: 10px 35px 0 30px; text-align: left; }
div.menu     { width: 754px; margin-left: 16px; text-align: left; }
div.stats    { float: left; width: 910px; text-align: center; margin-top: 20px; display: inline; }
div.footer   { float: left; width: 910px; text-align: center; margin-top: 20px; display: inline; }

/* plaatjes */
div.pic img  { width: 120px; height: 90px; border: 2px solid #68540d; }

/* fonts */
h1, div.mblok h2, div.gtitel h2, div.bhead h2     { font: bold 15px 'Trebuchet MS'; line-height: 22px; color: #ffffff; text-decoration: none; text-transform: uppercase; }
b, h2                               { font: bold 15px 'Trebuchet MS'; line-height: 22px; color: #68540d; text-decoration: none; text-transform: uppercase; }
a, p                                { font: normal 14px 'Trebuchet MS'; line-height: 15px; color: #68540d; text-decoration: none; }
div.mblok a, div.mblok p            { font: normal 14px 'Trebuchet MS'; line-height: 15px; color: #ffffff; text-decoration: none; }
a:hover, div.mblok a:hover          { color: #b29126; }
div.menu b                          { font: bold 15px 'Trebuchet MS'; line-height: 42px; color: #68540d; text-decoration: none; text-transform: uppercase; }

div.footer a   { font: normal 14px 'Trebuchet MS'; color: #ffffff; line-height: 15px; text-decoration: none; }
div.footer a:hover   { color: #000000; }


/* elementen */
ul                 { text-indent: 1px; list-style-position: outside; list-style-type: square; color: #ffffff; padding: 6px; margin: 2px; padding-left: 14px; }
div.gcontent ul    { text-indent: 1px; list-style-position: outside; list-style-type: square; color: #68540d; padding: 6px; margin: 2px; padding-left: 14px; }

/* menu divs */
div.left   { float: left; background-color: #ffffff; width: 330px; margin: 0 15px 0 0; display: inline; }
div.mid    { float: left; width: 220px; display: inline; }
div.right  { float: left; background-color: #ffffff; width: 330px; margin: 0 0 0 15px; display: inline; }

/* mid blokken */
div.mblok   { float: left; background-color: #68540d; width: 204px; padding: 8px 8px 10px 8px; margin-top: 20px; display: inline; }
div.banner  { float: left; width: 204px; text-align: center; padding-top: 8px; display: inline; }

/* content blokken */
div.blok    { float: left; width: 328px; height: 134px; padding: 0 0 10px 0;    margin-top: 20px; border-bottom: 1px dashed #b29126; display: inline; }
div.bhead   { float: left; width: 323px; height: 22px;  padding: 3px 0 2px 8px; display: inline;  background-color: #68540d; }
div.titel   { float: left; width: 320px; height: 22px;  padding-left: 8px;      display: inline; }
div.text    { float: left; width: 180px; height: 90px;  padding-left: 8px;      display: inline; }
div.pic     { float: left; width: 120px; height: 90px;  padding: 0 10px 0 10px; display: inline; }
div.sub     { float: left; width: 320px; height: 22px;  padding-left: 8px;      display: inline; }

/* mid blokken */
div.gallery    { float: left; width: 445px; margin-top: 20px; display: inline; }
div.gtitel     { float: left; width: 435px; height: 22px; border: 1px solid black; padding: 3px 0 2px 8px; background-color: #68540d; display: inline; }
div.gcontent   { float: left; width: 435px; border: 1px solid black; padding-left: 8px; background-color: #ffffff; display: inline; }

