﻿/****** begin global clear ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th
{
    /*, td */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong
{
    font-weight:bold;
}
em
{
    font-style:italic;
}
ol
{
    list-style:decimal outside none;
    margin-left:20px;
    text-align:left;
}
ul
{
    list-style:disc outside none;
    margin-left:20px;
    text-align:left;
}
/****** end global clear ******/

body
{
    background-color:#fff;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#61A241;
    font-size:12px;
    text-align:center;
}

a:link,
    a:visited
{
    color:#3B6A23;
    text-decoration:underline;
}

a:active
{
    color:#3B6A23;
    text-decoration:underline;
}

a:hover
{	
    text-decoration:underline;
}

.txt
{
    border:1px solid #888;
    padding:3px;
}

.txt-error
{
    background:#f7d8d8;
    border:1px solid #790808;
}

.btn
{
    background:#578F3A;
    border:1px solid #333;
    color:#fff;
    min-width:80px;
    padding:5px;
}

.btn:hover
{
    background:#61A241;
}

/* begin Welcome page */
.welcome-img
{
    padding:50px 25% 0;
    text-align:right;
    width:50%;
}

.welcome-img img
{
    border:0;
    height:110px;
    width:400px;
}

.welcome-header
{
    color:#fff;
    margin:0 auto;
    padding-top:20px;
    width:880px;
}

.welcome-header td
{
    background:#96ca3d;
    text-align:center;
    vertical-align:middle;
    width:25%;
}

.welcome-header td.fixed
{
    width:50%;
}

.welcome-header td.address,
    .welcome-header td.site
{
    background:#61a241;
}

.welcome-header td.link
{
    background:#009933;
}

.welcome-header td a
{
    color:#fff;
}

.welcome-header td.address div
{
    cursor:default;
    padding:30px 35px 35px;
    text-align:left;
}

.welcome-header td.address div p.address-header
{
    font-size:16px;
    font-weight:bold;
    line-height:20px;
}

.welcome-header td.address div p.address-text
{
    font-size:10px;
    font-weight:bold;
    line-height:12px;
    margin-top:15px;
}

.welcome-header td.site div
{
    cursor:default;
    font-size:32px;
    padding:5px;
}

.welcome-header td.site div a
{
    text-decoration:none;
}

.welcome-header td.link a
{
    font-size:16px;
    font-weight:bold;
}
/* end Welcome page */

/* General & FCKEditor styles */
.vna-green
{
    color:#61A241;
}

.vna-black
{
    color:#000;
}

.vna-white
{
    background-color:#61A241;
    color:#fff;
}

.bigger-font
{
    font-size:1.4em;
}

.smaller-font
{
    font-size:0.8em;
}

.green-line
{
    border-bottom:2px solid #61A241;
    height:1px;
    margin:10px 0;
}

h1
{
    color:#666;
    font-size:1.6em;
    margin:5px 0 15px;
    text-transform:uppercase;
}

p
{
    font-size:13px;
    font-weight:bold;
    line-height:16px;
    margin:10px 0;
    text-align:left;
}

p.subtitle
{
    background:#61A241;
    color:#fff;
    padding:2px 5px;
    text-align:left;
}

table.vna-table td,
    table.vna-table-w-borders td,
    table.vna-table-w-dashed td
{
    padding:3px;
}

table.vna-table-w-borders,
    table.vna-table-w-dashed
{
    border-collapse:collapse;
}

table.vna-table-w-borders
{
    border-top:1px solid #426f2d;
    border-left:1px solid #426f2d;
}

table.vna-table-w-borders td
{
    border-right:1px solid #426f2d;
    border-bottom:1px solid #426f2d;
}

table.vna-table-w-dashed
{
    border-top:1px dashed #426f2d;
    border-left:1px dashed #426f2d;
}

table.vna-table-w-dashed td
{
    border-right:1px dashed #426f2d;
    border-bottom:1px dashed #426f2d;
}

.green-cell
{
    background-color:#96CA3D;
    color:#fff;
    font-size:1.4em;
    font-weight:bold;
    vertical-align:middle;
}

.leden
{
    width:100%;
}

.leden td
{
    border:1px solid #fff;
    color:#fff;
    cursor:default;
    font-size:1.3em;
    padding:7px 5px;
    vertical-align:middle;
    width:33%;
}

.leden td.green1
{
    background-color:#61A241;
}

.leden td.green2
{
    background-color:#96CA3D;
}
/** end **/

#wrapper
{
    background-color:#fff;
    margin:0 auto;
    padding:20px 20px 30px;
    width:880px;
}

/* main menu */
.menu
{
    background-color:#ECF7E6;
    border-bottom:1px solid #426F2D;
    border-top:1px solid #426F2D;
    height:30px;
    margin-bottom:10px;
    text-align:center;
    width:100%;
}

.menu ul 
{
    list-style:none;
    text-align:center;
}

.menu li.topLevel 
{
    display:inline;
}

.menu li.separator 
{
    color:#426F2D;
    line-height:30px;
    padding:0 15px;
    vertical-align:middle;
}

.menu li a.topLevel 
{
    color:#2d551a;
    line-height:30px;
    padding:0 12px;
}

.menu li a.topLevel:link,
    .menu li a.topLevel:visited 
{ 
    color:#2d551a;
    text-decoration:none; 
}

.menu li a.topLevel:hover 
{
    color:#6f3921;
    cursor:default;
    text-decoration:none; 
}

.menu li a.topLevel:active, 
    .menu li a.topLevel.active:link,
    .menu li a.topLevel.active:visited 
{
    color:#6f3921; 
}

.menu ul.submenu 
{
    background-color:#ECF7E6;
    border:1px solid #426F2D;
    border-top:none;
    display:block;
    margin-left:-17px;
    margin-top:-6px;
    position:absolute;
    text-align:left;
    zoom:1;
}

.menu ul.submenu li
{
    line-height:0px;
}

.menu ul.submenu,
    .menu ul.submenu *
{
    z-index:15;
}

.menu li a.submenu 
{
    display:block;
    color:#2d551a;
    line-height:16px;
    padding:7px 12px 7px 23px;
    width:120px;
}

.menu li a.submenu:link,
    .menu li a.submenu:visited 
{
    color:#2d551a;
    text-decoration:none;
}

.menu li a.submenu:hover 
{
    color:#6f3921;
}

.menu li a.submenu:active, 
    .menu li a.submenu.active:link,
    .menu li a.submenu.active:visited 
{
    color:#6f3921; 
}

/* header */
.page-header
{
    /*order-bottom:2px solid #61A241;*/
    color:#61A241;
    min-height:56px;
    padding-bottom:20px;
    position:relative;
    text-align:right;
    width:100%;
}

.page-header img
{
    position:absolute;
    left:0;
    top:0;
}

.page-header span.title
{
    cursor:default;
    font-size:40px;
    font-weight:bold;
    line-height:56px;
}

.page-header .lbl-logout
{
    bottom:5px;
    position:absolute;
    right:0;
}

/* footer */
#footer
{
    border-top:1px solid #5B5C5B;
    color:#060;
    cursor:default;
    margin-top:40px;
    padding:10px 20px 0;
    text-align:right;
}

#footer img
{
    margin-right:5px;
    vertical-align:middle;
}

/* login */
.login-form
{
    margin:0 auto;
}

.login-form td
{
    padding:3px;
}

/* contact */
#contact-form
{
    margin:0 auto;
    padding-bottom:20px;
    position:relative;
    width:420px;
}

#contact-form table
{
    margin:0 auto;
    width:100%;
}

#contact-form table td
{
    padding:3px;
}

#contact-form table td input[type=text],
    #contact-form table td textarea
{
    width:90%;
}

#contact-form table td.dark-gray
{
    color:#555;
}

.contact-thanks
{
    color:#5FAE5E;
    text-align:center;
}

.contact-error
{
    color:#C13030;
    text-align:center;
}

.address-info
{
    bottom:-30px;
    color:#666;
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
}

/* site map page */
.sitemap 
{
    overflow:auto;
    text-align:left;
}

.sitemap span
{
    color:#C63;
    text-align:center;
}

.sitemapnode
{
    vertical-align:middle;
}

.menuTree
{
    background-color:#F2F3F4 !important;
    border:1px solid #61A241;
    width:400px !important;
}

.menuItemForm
{
    background-color:#F2F3F4 !important;
    border:1px solid #61A241;
    padding:10px;
    width:300px !important;
}

#menuTree ul,
    #menuTree ul li
{
    padding:0 15px;
}