﻿html
{
    padding: 0;
    margin: 0;
    color: #222222;
    background-color: #f8f4e9;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
}
body
{
    padding: 20px 0 0 0;
    margin: 0;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    background: inherit;
    font-size: 80%;
}

h1
{
    font-size: 260%;
    font-weight: normal;
    color: #869837;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
a img
{
    border: none;
}
a:link,a:visited,a:active,a:hover
{
    text-decoration: none;
}
input,select,textarea
{
    font-family: "Trebuchet MS", Arial, Sans-Serif;
    font-size: 100%;
}

.clearboth
{
    clear: both;
}
.blockimage
{
    display: block;
}
.displaynone
{
    display: none;
}

/* --------- MENU --------- */
.menu
{
    float: left;
    display: inline;
    width: 250px;
    background-color: #869837;
    border: solid 5px #ffffff;
    border-bottom: none 0px;
    overflow: hidden;
}
.menuitems
{
    margin: 20px 14px 100px 14px;
    text-align: right;
    border-top: solid 1px #91a538;
}
.menuitem,.menuitemoff
{
    padding: 3px 6px 3px 0px;
    border-bottom: solid 1px #91a538;
    text-transform: uppercase;
    font-weight: bold;
}
.menuitem a:link, .menuitem a:visited, .menuitem a:active
{
    color: #ffffff;
    background-color: inherit;
    text-decoration: none;
}
.menuitem a:hover
{
    color: #869837;
    background-color: Transparent;
    text-decoration: none;
}
.menuitemoff, .menuitemoff a:link, .menuitemoff a:visited, .menuitemoff a:active,.menuitemoff a:hover
{
    color: #aaaaaa;
    background-color: inherit;
    text-decoration: none;
}
.menuitemhover
{
    padding: 3px 6px 3px 0px;
    border-bottom: solid 1px #91a538;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #91a538;
    cursor: pointer;
}
.menuitemhover a:link, .menuitemhover a:visited, .menuitemhover a:active,.menuitemhover a:hover
{
    color: #ffffff;
    background-color: Transparent;
    text-decoration: none;
}
.menuitemon,.menuitemoffon
{
    padding: 3px 6px 3px 0px;
    border-bottom: solid 1px #91a538;
    text-transform: uppercase;
    font-weight: bold;
    color: #864938;
    background-color: #ffffff;
    cursor: pointer;
}
.menuitemoffon
{
    background-color: #dedede;
}
.menuitemon a:link, .menuitemon a:visited, .menuitemon a:active,.menuitemon a:hover
{
    color: #864938;
    background-color: Transparent;
    text-decoration: none;
}
.menuitemoffon a:link, .menuitemoffon a:visited, .menuitemoffon a:active,.menuitemoffon a:hover
{
    color: #999999;
    background-color: Transparent;
    text-decoration: none;
}

/* ---------------------------------------------- */

.topcontent
{
    color: #ffffff;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
.topcontent img
{
    margin: 0px 0px 0px 4px;
}
.topcontent *
{
    vertical-align: top;
}

.languagebuttons
{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff;
    padding: 6px 10px 2px 10px;
}
.languagebuttons input
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.languagebuttons input.active
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.maincontent
{

    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #222222;
    background-color: Transparent;
    background-image: url(../images/bgbottom.gif);
    background-repeat: repeat-y;
    background-position: left bottom;
    position: relative;
}
.maincontentinner
{

    width: 960px;
    height: 5px;
    background-image: url(../images/bgbottomend.gif);
    background-repeat: repeat-y;
    background-position: left bottom;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.innercontent
{
    color: #222222;
    background-color: #ffffff;
    float: left;
    display: inline;
    width: 685px;
    _height: 600px;
    min-height: 600px;
    margin-left: 5px;
    background-image: url(../images/contentbg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    border: solid 5px #ffffff;
    position: relative;
}
.textcontent
{
    float: left;
    display: inline;
    width: 405px;
    padding: 0px 20px 50px 20px;
}
.textcontent table
{
    border-collapse: collapse;
    border: 0px none;
    width: 100%;
}
.textcontent td
{
    padding: 4px 8px 4px 8px;
}

.contenttopmargin
{
    margin-top: 225px;
}
.rightcontent
{
    float: right;
    display: inline;
    width: 200px;
    margin-top: 220px;
    margin-bottom: 10px;
    font-size: 90%;
}
.rightcolimage
{
    border: solid 5px #ffffff;
    margin-top: 10px;
    display: block;
    width: 180px;
}
.rightimagebox
{
    position: relative;
}
.lastupdate
{
    padding-top: 20px;
    color: #666666;
    background-color: inherit;
    font-size: 90%;
}

/* CONTACTFORM */
.contactformline
{
    margin-top: 8px;
    width: 100%;
}
.contactform label
{
    width: 120px;
    display: block;
    float: left;
    font-weight: bold;
    margin-top: 3px;
}
.contactform label.rellabel
{
    width: auto;
    display: inline;
}
.contactform .input
{
    float: left;
    padding: 3px 4px 3px 4px;
    color: #864938;
    background-color: #ffffff;
    width: 275px;
    border: dashed 1px #91a538;
}
.contactform .inputzip
{
    width: 50px;
    margin-right: 20px;
}
.contactform .inputtown
{
    width: 150px;
    float: right;
}
.contactform .textarea
{
    border: dashed 1px #91a538;
    padding: 3px 4px 3px 4px;
    color: #864938;
    background-color: #ffffff;
    width: 275px;
    height: 100px;
    overflow: auto;
}
.contactform .button
{
    border: solid 1px #91a538;
    padding: 2px 4px 2px 4px;
    color: #864938;
    background-color: #f8f4e9;
    font-weight: bold;
    cursor: pointer;
    margin-left: 120px;
    text-transform: uppercase;
}
.mandatorytext
{
    margin-left: 120px;
    font-size: 90%;
}