*
{
    margin: 0;
}

body
{
    background: url(../img/modder-bodem.jpg) repeat-x 0 281px;
    border-top: 5px solid orange;
    font: 12px Arial, Helvetica, sans-serif;
    color: #1b1612;
}

h1, h2, h3
{
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: normal;
    line-height: normal;
}
h3
{
    color: #fff;
}
h4
{
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    background: url(../img/arrow-h4.gif) no-repeat 0 4px;
    color: #fff;
    font-size: 13px;
}
a
{
    color: #1b1612;
}
a:hover
{
    color: #000;
}
a img
{
    border: 0;
}
select, input, textarea
{
    padding: 0;
    border: 1;
    font: 12px Arial, Helvetica, sans-serif;
    background-color: White;
    border-style: solid;
    border-width: 1px;
}

#menubg
{
    width: 50%;
    height: 45px;
    background: orange;
    position: absolute;
    top: 5px;
    right: 0;
}
#overlay
{
    width: 100%;
    height: 64px;
    background: url(../img/modder.png);
    position: absolute;
    top: 217px;
    left: 0;
    z-index: 10;
}

#mainmenu
{
    width: 960px;
    height: 45px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 30;
}
#mainmenu ul
{
    height: 40px;
    padding: 5px 0 0 10px;
    list-style: none;
    background: url(../img/mainmenu-corner.gif) no-repeat bottom left orange;
    float: right;
}
#mainmenu li:hover a, #mainmenu li.sfHover a
{
    background: url(../img/menu-right.gif) no-repeat right;
    color: #fff;
}
#mainmenu li:hover a span, #mainmenu li.sfHover a span
{
    background: url(../img/menu-left.gif) no-repeat;
}
#mainmenu li:hover ul a, #mainmenu li.sfHover ul a
{
    width: 140px;
    padding: 5px 10px;
    background: orange !important;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}
#mainmenu li:hover ul a:hover, #mainmenu li.sfHover ul a:hover
{
    color: #434c08;
}
#mainmenu li
{
    float: left;
    position: relative;
}
#mainmenu li a
{
    display: block;
    text-decoration: none;
    float: left;
    cursor: pointer;
}
#mainmenu li a:hover
{
    background: url(../img/menu-right.gif) no-repeat right;
}
#mainmenu li a span
{
    height: 22px;
    padding: 8px 15px 0;
    float: left;
}
#mainmenu li a:hover span
{
    background: url(../img/menu-left.gif) no-repeat;
}
#mainmenu ul ul
{
    width: 160px;
    height: auto;
    padding: 9px 0 0;
    list-style: none;
    background: none;
    font-size: 12px;
    text-transform: none;
    position: absolute;
    top: -9999px;
    left: 0;
}
#mainmenu ul li:hover ul, #mainmenu ul li.sfHover ul
{
    top: 30px;
}

#header
{
    width: 960px;
    height: 226px;
    padding: 60px 0 0;
    margin: 5px auto 0;
    background: url(../img/logo.gif) no-repeat;
    text-align: right;
    position: relative;
}
#header a.logo
{
    width: 312px;
    height: 70px;
    display: block;
    text-indent: -9999px;
    text-align: left;
    position: absolute;
    top: 97px;
    left: 75px;
}
#header img
{
    margin: -80px 40px 0 0;
}
#plant
{
    width: 154px;
    height: 210px;
    background: url(../img/plant.png);
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 20;
}

#content
{
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0;
    line-height: 20px;
    overflow: hidden;
}
#content p
{
    margin: 0 0 20px;
}
#content .breadcrumb
{
    width: 960px;
    height: 40px;
    margin: 0;
    color: #666;
}
#content .breadcrumb a
{
    color: #666;
}
#content .breadcrumb a:hover
{
    color: #000;
    text-decoration: underline;
}

#left
{
    width: 340px;
    padding: 0 39px 0 0;
    float: right;
}
#left ul
{
    padding: 0 0 20px;
    list-style: none;
}
#left li a
{
    width: 315px;
    padding: 3px 0 3px 25px;
    display: block;
    background: url(../img/arrow-green.gif) no-repeat 0 5px;
    text-decoration: none;
}
#left li a span
{
    color: #666;
}
#left li a:hover
{
    background: url(../img/arrow-brown.gif) no-repeat 0 5px;
    text-decoration: underline;
}
#nieuwsbrief
{
    width: 300px;
    padding: 20px 20px 10px;
    margin: 0 0 20px;
    background: url(../img/form-corner.gif) no-repeat bottom right orange;
    overflow: hidden;
}
#nieuwsbrief h3, #left form p
{
    margin: 0 0 10px;
}
#nieuwsbrief label
{
    width: 300px;
    margin: 0 0 5px;
    display: block;
    font-size: 18px;
    cursor: pointer;
    clear: both;
}
#nieuwsbrief .field
{
    width: 206px;
    height: 22px;
    padding: 5px 0 0 5px;
    margin: 0 0 10px;
    background: url(../img/input-field.gif);
    float: left;
}
#nieuwsbrief .btn
{
    width: 26px;
    height: 26px;
    margin: 0 0 0 10px;
    background: url(../img/aainput-btn.gif);
    float: left;
    cursor: pointer;
}
#nieuwsbrief .btn:hover
{
    background-position: bottom;
}
#left .url
{
    float: none;
}

#main
{
    width: 581px;
    float: right;
}
#featured
{
    width: 344px;
    height: 294px;
    padding: 10px 10px 10px 227px;
    margin: 0 0 20px;
    background: url(../img/featured.gif);
    position: relative;
}
#featured ul.ui-tabs-nav
{
    width: 227px;
    padding: 9px 0 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
}
#featured ul.ui-tabs-nav li
{
    padding: 1px 0 1px 10px;
}
#featured li.ui-tabs-nav-item a
{
    width: 186px;
    height: 30px;
    padding: 9px 0 0 31px;
    display: block;
    background: url(../img/arrow-brown.gif) no-repeat 7px 12px;
    outline: none;
    text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover
{
    background: url(../img/featured-hover.gif) no-repeat orange;
    color: #434c08;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a
{
    background: url(../img/featured-hover.gif) no-repeat orange;
    color: #434c08;
}
#featured .ui-tabs-hide
{
    display: none;
}
#featured .ui-tabs-panel
{
    width: 304px;
    height: 254px;
    padding: 20px;
    background: orange;
    position: relative;
    overflow: hidden;
}
#featured .ui-tabs-panel img
{
    float: left;
    margin: 0 20px 10px 0;
}
#featured .ui-tabs-panel h3
{
    margin: 0 0 10px;
}
#featured .ui-tabs-panel h3 a
{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#featured .ui-tabs-panel h3 a:hover
{
    text-decoration: underline;
}
#featured .ui-tabs-panel p
{
    clear: both;
}
#featured .ui-tabs-panel p a
{
    width: 100%;
    padding: 0 0 0 25px;
    display: block;
    background: url(../img/arrow-white.gif) no-repeat 0 3px;
    color: #434c08;
}
#featured .ui-tabs-panel p a:hover
{
    background: url(../img/arrow-brown-on-green.gif) no-repeat 0 3px;
    color: #000;
}

#leftsub
{
    width: 224px;
    padding: 0 39px 0 0;
    float: right;
}
#leftsub ul
{
    padding: 0 0 20px;
    list-style: none;
}
#leftsub li a
{
    width: 199px;
    padding: 3px 0 3px 25px;
    display: block;
    background: url(../img/arrow-green.gif) no-repeat 0 5px;
    text-decoration: none;
}
#leftsub li a:hover
{
    background: url(../img/arrow-brown.gif) no-repeat 0 5px;
    text-decoration: underline;
}
#leftsub .active a
{
    background: url(../img/arrow-brown.gif) no-repeat 0 5px;
}

#mainsub
{
    width: 697px;
    float: right;
}
#portfolio
{
    width: 677px;
    height: 381px;
    padding: 20px 0 0 20px;
    margin: 0 0 20px;
    background: url(../img/portfolio.gif);
}
#portfolio #inside
{
    width: 677px;
    height: 381px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
#portfolio .pfbelt
{
    position: absolute;
    left: 0;
    top: 0;
}
#portfolio .pfpanel
{
    width: 677px;
    height: 381px;
    margin: 0 40px 0 0;
    float: left;
}
#portfolio .pfitem
{
    width: 132px;
    height: 132px;
    margin: 0 37px 37px 0;
    float: left;
    overflow: hidden;
    position: relative;
}
#portfolio .pfitem div
{
    width: 106px;
    height: 106px;
    padding: 13px;
    background: url(../img/60.png);
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: -132px;
    right: 0;
    z-index: 10000;
}
#portfolio .pfitem div p
{
    margin: 0 0 10px;
}
#portfolio .pfitem div span
{
    color: #ccc;
    font-size: 11px;
    text-transform: uppercase;
}
#portfolio .pfitem div a
{
    padding: 0 0 0 21px;
    display: block;
    background: url(../img/arrow-white-transparant.png) no-repeat 0 1px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 13px;
    right: 13px;
}
#portfolio .pfitem div a:hover
{
    color: orange;
    text-decoration: underline;
}

#footertop
{
    width: 100%;
    padding: 20px 0;
    background: #1b1612;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
}
#footertop ul
{
    padding: 0;
    list-style: none;
}
#footertop li a
{
    color: #fff;
    text-decoration: none;
}
#footertop li a:hover
{
    color: orange;
    text-decoration: underline;
}
#footertop .column
{
    width: 240px;
    float: left;
}

#footerbottom
{
    width: 100%;
    padding: 20px 0;
    background: #100d0b;
    font-size: 11px;
    color: #807266;
    line-height: 24px;
}
#footerbottom a
{
    color: #807266;
    text-decoration: none;
}
#footerbottom a:hover
{
    color: #b4a79c;
    text-decoration: underline;
}

.content
{
    width: 960px;
    margin: 0 auto;
}
.url
{
    float: right;
}
.url a
{
    padding: 0 0 0 25px;
    display: block;
    background: url(../img/arrow-green.gif) no-repeat 0 3px;
    text-decoration: underline;
}
.url a:hover
{
    background: url(../img/arrow-brown.gif) no-repeat 0 3px;
}
.clear
{
    width: 100%;
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
}
#ScrollToTop a
{
    /* display: block before hiding */
    display: block;
    display: none; /* link is above all other elements */
    z-index: 999; /* link doesn't hide text behind it */
    opacity: .8; /* link stays at same place on page */
    position: fixed; /* link goes at the bottom of the page */
    top: 100%;
    margin-top: -33px; /* = height + preferred bottom margin */ /* link is centered */
    right: 15px;
    margin-left: -160px; /* = half of width */ /* round the corners (to your preference) */
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px; /* make it big and easy to see (size, style to preferences) */
    width: 100px;
    line-height: 30px;
    height: 33px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
}

