*, html {
    padding: 0;
    margin: 0;
}

body {
    margin-top: 15px;    
    font-family: verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
    font-size: 0.7em;
    color: #000;
    background: #fff;
    text-align: center;
}

a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

h1 {
    font-size: 1.7em;
    color: #2d7246;
}
h2 {
    font-size: 1.3em;
    color: #2d7246;
}
h3 {
    font-size: 1.1em;
    color: #46aa05;
}
h4 {
    font-size: 0.9em;
    color: #46aa05;
}

p {
    margin-bottom: 10px;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
    border-top: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ccc;
}
input:focus, textarea:focus {   background: #fff9c2;   }
input, textarea, select, button {   margin: 2px;   }
label { font-weight: bold;  }
/*767*/
table {
    margin: 10px 0;
}

td, th {
    font-size: 11px;
}

#main-container {
     margin-left: auto;
     margin-right: auto;
     width: 769px;
     text-align: left;
}

#container {
    width: 767px;
    margin-left: 4px;
    background: transparent url("../images/main_bg.gif") repeat-y 0 0;
}

#header {
    position: relative;
    height: 94px;
    background: #1288ba url("../images/header.gif") no-repeat 0 0;
}

#header a {
    font-weight: bold;
    padding: 3px 4px;
    color: #fff;
}

#lang-switcher {
    position: absolute;
    right: 0;
}

.home-link {
    position: absolute;
    display: block;
    top: 16px;
    left: 22px;
    width: 115px;
    height: 118px;
    text-indent: -1000em;
}

#content-container {
    background: transparent url("../images/bottom_left.gif") no-repeat bottom left;
    min-height: 500px;
    _height: 500px;
}

#left {
    width: 180px;
    float: left;
}

#navigation {
    margin-bottom: 20px;
    border-top: 1px solid #b9d9ee;
    border-bottom: 1px solid #b9d9ee;
    padding: 3px 0 6px 0;
    background: #dcb100;
}
#navigation ul {
    list-style: none;
}
#navigation li {
    display: inline;
}
#navigation a {
    display: block;
}

#menu-lvl-1 {
    padding: 0 1px;
}
#menu-lvl-1 a:link,
#menu-lvl-1 a:visited,
#menu-lvl-1 a:active {
    color: #fff;
}
#menu-lvl-1 a:hover {
    color: #000;
}
#menu-lvl-1 a {
    padding: 3px 3px 3px 5px;
    font-size: 1em;
    font-weight: bold;
}
#menu-lvl-2 a:link,
#menu-lvl-2 a:visited,
#menu-lvl-2 a:active {
    color: #fff;
}
#menu-lvl-2 a {
    padding: 5px 5px 5px 12px;
    font-size: 0.9em;
    font-weight: normal;
}
#menu-lvl-3 a:link,
#menu-lvl-3 a:visited,
#menu-lvl-3 a:active {
    color: #000;
}
#menu-lvl-3 a:hover {
    color: #1288ba;    
}
#menu-lvl-3 a {
    padding: 5px 5px 5px 19px;
    font-size: 0.8em;
    background: #b9d9ed;
}
#menu-lvl-4 a {
    padding: 5px 5px 5px 26px;
    font-size: 0.9em;
    background: #fff;
}

.current a {
    border-right: 5px solid #901807;
}

#center {
    float: left;
    width: 368px;
    padding: 8px 0 0 10px;
}

.page-title {
    padding-bottom: 10px;
}

#right {
    float: right;
    width: 190px;
    padding: 8px 10px 0 0;
}

#footer {
    position: relative;
    height: 35px;
    text-align: center;
    font-weight: bold;
    background: #fff;
}

#bottom-border {
    position: absolute;
    right: 0;
    top: -1px;
    height: 1px;
    width: 587px;
    border-top: 1px solid #6eb3dd;
}

.clear {
    clear: both;
}
