body {
    background-color: #FFFCF0;
    text-align: center;
    font-size: 13px;
}

.wrapper {
    width: 950px;
    margin: 40px auto;
    text-align: left;
    position: relative;
}
.home-wrapper {
    width: 1000px;
    height: 603px;
    background-image: url(../images/home_bg.jpg);
    background-repeat: no-repeat;
    margin: 40px auto;
    border: 1px solid #000000;
    text-align: left;
    position: relative;
}
.contact {
    background-color: #629573;
    margin-top: -100px;
    clear: both;
    padding: 80px 0 10px;
}
.footer {
    background-color: #385742;
    clear: both;
}
.contact-wrapper {
    width: 910px;
    margin: 0 auto;
    text-align: left;   
    color: #FFFFFF;
    font-size: 10px;
    overflow: hidden;
}
.footer-wrapper {
    width: 910px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 3px 0;
    overflow: hidden;
}

.language {
    position: absolute;
    right: -37px;
    list-style: none;
}
.language a {
    display: block;
    width: 37px;
    height: 24px;
    background-position: bottom;
    text-indent: -3000px;
    margin: 0 0 10px;
}
.language .NL { background-image: url(../images/nl.jpg); }
.language .EN { background-image: url(../images/en.jpg); }
.language .DE { background-image: url(../images/de.jpg); }
.language .FR { background-image: url(../images/fr.jpg); }
.language .NL:hover { background-position: top; }
.language .EN:hover { background-position: top; }
.language .DE:hover { background-position: top; }
.language .FR:hover { background-position: top; }
.language .selected { background-position: top; }
.page {
    width: 888px;
    border: 1px solid #CCCCCC;
    padding: 20px 30px 25px;
    position: relative;
    background-image: url(../images/page_bg.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
}
.page .top {
    position: absolute;
    top: 0;
    left: 0;
}
.page .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
.page .leftcol {
    float: left;
    width: 220px;
}
.page .rightcol {
    float: left;
    width: 580px;
    padding: 30px 0 10px;
}
.page .leftcol .mainmenu {
    margin: 50px 0 0;
    list-style: none;
}
.page .rightcol .content {
    position: relative;
    width: 100%;
}
.page .leftcol .mainmenu li {
    margin: 10px 0 0;
}
.page .leftcol .mainmenu a{
    color: #007C52;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.page .leftcol .mainmenu a:hover { color: #000000; }
.page .leftcol .mainmenu .selected>a {
    padding: 0 0 0 15px;
    background-image: url(../images/menu_arrow.jpg);
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #000000;
}
.page .leftcol .mainmenu .submenu {
    list-style: none;
    margin-left: 15px;
}
.page .leftcol .mainmenu .submenu li {
    margin-top: 5px;
}
.page .leftcol .mainmenu .submenu a {
    font-size: 11px;
}
.page .leftcol .mainmenu .submenu .selected>a {
    background-position: 0 1px;
}
.home-wrapper .topmenu {
    float: right;
    margin: 578px 20px 0 0;
    list-style: none;
}
.home-wrapper .topmenu li {
    display: inline;
    margin: 0 1px;
}
.home-wrapper .topmenu a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.home-wrapper .logo {
    position: absolute;
    list-style: none;
    left: 490px;
    top: 30px;
}
.home-wrapper .taalcontacten {
    position: absolute;
    list-style: none;
    right: 20px;
    top: 10px;
}
.home-wrapper .taalcontacten li {
    float: left;
    margin: 25px 0 0 10px;
    width: 160px;
    word-wrap: break-word;
}
.home-wrapper .leftmenu {
    position: absolute;
    bottom: 40px;
    left: 10px;
    list-style: none;
}
.home-wrapper .leftmenu li {
    margin: 5px 0 0;
}
.home-wrapper .leftmenu a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    padding: 0 0 0 20px;
    background-image: url(../images/home_menu.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.home-wrapper .countries {
    position: absolute;
    bottom: 55px;
    list-style: none;
    right: 100px;
    margin: 0;
}
.home-wrapper .countries li {
    display: inline;
}
.home-wrapper .countries a {
    border:1px solid #FFFFFF;
    float:left;
    margin: 0 5px;
}
.contact-wrapper h3 {
    margin: 0 0 16px;
    font-size: 12px;
}
.contact-wrapper p {
    float: left;
    width: 180px;
}
.contact-wrapper a{
    color: #FFFFFF;
}
.footer-wrapper ul {
    float: right;
    list-style: none;
    margin: 0px;
}
.footer-wrapper li {
    display: inline;
    margin: 0 0 0 10px;
}
.footer-wrapper a {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.page #mailer {}
.page #mailer .form-error {
    display: block;
    border: 2px solid #FF0000;
    background-color: #FFFF99;
    color: #000000;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px;
}
.page #mailer .form-success {
    display: block;
    border: 2px solid #00FF00;
    background-color: #AAFFAA;
    color: #000000;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px;
}
.page #mailer .row {
    margin: 0 0 5px;
}
.page #mailer .row span {
    display: block;
    margin: 0 0 2px 130px;
    color: #FF0000;
}
.page #mailer .row label {
    float: left;
    width: 130px;
    padding: 2px 0 0;
}
.page #mailer .row label.wide {
    width: auto;
    float: none;
}
.page #mailer .row input {
    width: 220px;
    border: 1px solid #007C52;
    height: 20px;
}
.page #mailer .row textarea {
    width: 350px;
    border: 1px solid #007C52;
    height: 70px;
}
.page #mailer .row .button {
    color: #FFFFFF;
    height: 20px;
    background-color: #007C52;
    width: auto;
}

.page #mailer .client, .page #mailer .radio {
    margin: 0 0 8px;
}
.page #mailer .client span {
    display: block;
    margin: 0 0 2px 130px;
    color: #FF0000;
}
.page #mailer .client label {
    padding: 2px 0 0;
}
.page #mailer .client label.wide {
    width: auto;
}
.page #mailer .client input {
    width: 360px;
    border: 1px solid #007C52;
    height: 20px;
    margin: 5px 0 0 0;
}
.page #mailer .client textarea {
    width: 350px;
    border: 1px solid #007C52;
    height: 70px;
}
.page #mailer .client .button {
    color: #FFFFFF;
    height: 20px;
    background-color: #007C52;
    width: auto;
}

.page #mailer .error input {
    border: 1px solid #FF0000;
    background-color: #FFDDDD;
}
a.naam, a.naam:visited {
    font-size: 13px;
    line-height: 150%;
    color:#006B42;
    font-weight:bold;
    text-decoration:none;
}
.name {
    font-size: 13px;
    line-height: 150%;
    color:#006B42;
    font-weight:bold;
}

dt {
    font-weight: bold;
    margin: 8px 0 0 0;
}
.home-wrapper .IPGlogo {
    position: absolute;
    list-style: none;
    right: 8px;
    bottom: 40px;
}

h2 {
font-size:15px;
font-weight:bold;
margin-top:20px;
}
.page ol {
    margin: 0 0 0 24px;
}
.page ol li {
}

ol.twitter {
    margin: 15px 15px 0 0;
}
ol.twitter li {
    list-style: none;
    margin: 0 0 15px;
    font-size: 10px;
    line-height: 15px;
}
ol.twitter li .date {
    font-weight: bold;
}

a.icon {
    display: inline-block;
    margin: 15px 10px 15px 0;
}
