body {
    padding:0;
    margin:0;
    font-family: Verdana;
    font-size: 80%;
}

img {
    border:none;
}

a {
    color: #646567;
    text-decoration: none;
/*    border-bottom: 1px solid #aaa;*/
}

a:hover {
    color: #003366;
}

code {
    background-color: #eee;
    border: 1px solid #aaa;
    display:block;
    padding: 20px;
    margin: 20px 0;

}

pre {
    font-family: Verdana;
    font-size: 100%;

}

img.left {
    float: left;
    padding: 13px 15px 10px 0;
}

td {
    vertical-align: top;
}

h1.first-heading {
    padding:0;
    margin: 10px 0 5px 0;
}

h1 {
    color: #013366;
    font-size: 160%;
}

h2.underlined {
    border-bottom: 1px solid #999;
}

h2.heading-middle {
    padding-top: 20px;
}

div.blog-entry h2 {
    font-size: 120%;
    margin: 0 0 2px 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #999;
    clear: both;
}

div.blog-entry h2 a {
    color: #013366;
    text-decoration: none;
    border-bottom:none;
}

.field {
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

.blog-by-line {
    color: #999;
    font-size: 85%;
}

.news-date {
    color: #999;
}

div.languages {
    float: right;
    position: relative; top: 14px;
    padding-right:15px;
}

div.languages a {
    text-decoration: none;
    border-bottom: none;
}

.site-actions {
    color: black;
}

.site-actions a {
    text-decoration: none;
    border-bottom: none;
    color: black;
    position: relative; top:-1px;
}

.site-actions a:hover {
    text-decoration: underline;
}

/* Search */
input.search {
    background: url(../img/search_bg.png) no-repeat;
    width: 196px;
    padding: 16px 0 20px 10px;
    border: none;
    float: right;
    position: relative; top: 14px;
}

td.header-right,
td.header-left {
    width: 50%;
    background: url(/media//getlfs/img/header_bg.jpg) repeat-x;
}

td.left-slot {
    width: 200px;
    padding:20px 40px 0 0;
}

td.right-slot {
    width: 200px;
    padding:20px 0 0 40px;
}

.top-image {
    padding-top: 20px;
}

#logo {
    height: 120px;
    background: url(../img/header.jpg) no-repeat;
}

/* Menu Top */

td.menu-left,
td.menu-right {
    background: url(../img/menu_bg.jpg);
}

#menu {
    margin: 0;
    padding: 0;
}
#menu li {
    display: inline;
}

#menu li a {
    float: left;
    height: 0;
    padding-top: 35px;
    overflow: hidden;
}

#menu li a {
    background-image: url(../img/menu.jpg); background-repeat: no-repeat;
    border-bottom: none;
}

#menu li a.en {
    background-image: url(../img/menu_en.jpg); background-repeat: no-repeat;
    border-bottom: none;
}


#menu li#m0 a { width: 43px; background-position: 0px 0;}
#menu li#m1 a { width: 79px; background-position: -43px 0;}
#menu li#m2 a { width: 106px; background-position: -122px 0;}
#menu li#m3 a { width: 71px; background-position: -228px 0;}
#menu li#m4 a { width: 86px; background-position: -299px 0;}
#menu li#m5 a { width: 610px; background-position: -385px 0;}

#menu li#m1 a:hover { background-position: -43px -35px; }
#menu li#m2 a:hover { background-position: -122px -35px; }
#menu li#m3 a:hover { background-position: -228px -35px; }
#menu li#m4 a:hover { background-position: -299px -35px; }

#menu li#m1 a.selected { background-position: -43px -70px; }
#menu li#m2 a.selected { background-position: -122px -70px; }
#menu li#m3 a.selected { background-position: -228px -70px; }
#menu li#m4 a.selected { background-position: -299px -70px; }

td.menu {
    min-width: 995px;
}

/* Navigation */
.navigation-portlet ul {
    margin:0;
    padding:0;
    list-style: none;
}

.navigation-portlet a {
    color: black;
    text-decoration: none;
    border: none;
    display:block;
    padding: 5px 5px;
}

.navigation-portlet a:hover {
    background-color: #d2e2f2;
}

.level-1 li.level-2 a {
    padding-left: 2em;
}

li.level-3 a {
    padding-left: 2.5em;
}

li.current a {
    background-color: #d2e2f2;
}

/* box */
.box-header {
    width: 310px;
    height: 89px;
    background: url(../img/box_header.jpg) no-repeat;
}

.box-middle-header {
    width: 626px;
    height: 89px;
    background: url(../img/box_middle_header.jpg) no-repeat;
}

.box-middle-header h2,
.box-header h2 {
    color: #003366;
    font-weight: bold;
    padding: 25px 0 0 130px;
    margin:0;
    font-size: 22px;
}

.box-body {
    background: url(../img/box_body.jpg) no-repeat;
    width: 310px;
    height: 152px;
    color: #646567;
    font-size: 90%;
}

.box-middle-body {
    background: url(../img/box_middle_body.jpg) no-repeat;
    width: 626px;
    height: 152px;
    color: #646567;
    font-size: 90%;
}

.box-middle-body ul,
.box-body ul {
    margin-top: 0;
    margin-left: 20px;
    padding: 10px 10px 10px 30px;
    line-height: 2;
}

.box-body p {
    margin:0;
    padding: 10px 10px 10px 30px;
}


table.features {
    width: 100%;
    border-collapse: collapse;
}

td.features-col-1,
td.features-col-2 {
    width: 50%;
    padding-right: 20px;
}

h2.with-bg,
td.features-col-2 h2,
td.features-col-1 h2 {
    font-size: 90%;
    background: url(../img/title_bg.jpg) no-repeat;
    padding: 10px;
    border-bottom: none !important;
    text-decoration: none;
}

h2.with-bg {
    color: #003366;
}

td.features-col-1 ul,
td.features-col-2 ul {
    padding-left: 25px;
}

td.features-col-1 li,
td.features-col-2 li {
    list-style: square;
}

li.new {
    font-weight:bold;
    color: red;
}

div.footer {
    background: url(../img/footer_bg.jpg) repeat-x;
    margin-top:80px;
    border: 1px solid #eeeeee;
    color: #999;
    font-size:90%;
    text-decoration: none;
}

div.footer ul {
    margin:10px 0;
    padding-left:0px;
    list-style-type: none;
    float: left;
    padding: 0 80px 0 20px;
}

div.footer li {
    line-height: 2em;
}

div.footer a {
    color: #999;
    text-decoration: none;
}

div.footer a:hover {
    color: #003366;
}

div.copy {
    padding:4px 0 20px 0;
    color: #999;
    font-size:90%;
    text-align:right;
}

div.copy a {
    text-decoration: none;
    color: #999;
}

div.copy a:hover {
    text-decoration: none;
    color: #003366;
}

.portlet {
    margin-bottom: 10px;
}

.portlet .date {
    text-align: right;
    color: #999;
    font-size: 85%;
    padding: 5px 0;
}

.portlet-header {
    background: url(../img/title_bg.jpg) no-repeat;
    font-weight: bold;
    text-transform: uppercase;
    color: #003366;
    padding: 5px 0;
    text-align: center;
}

.portlet-header a {
    color: white;
    text-decoration: none;
}

.portlet-body  {
    padding: 5px 0;
}

.portlet-item {
    line-height: 2em;
}

/* news */
table.news {
    width: 100%;
    margin-top: 20px;
}

table.news ul {
    margin-top: 0;
    padding: 0 0 10px 25px;
    line-height: 2;
}

table.news li {
    list-style: square;
    color: #646567;
}

.news h2 {
    font-size: 100%;
}

.news h2 a {
    color: #003366;
}

.news h2 a:hover {
    color: #646567;
}

.news-entry {
    padding: 0 9px 10px 9px;
    color: #646567;
}

.news-date {
    text-align:right;
    color: #aaa;
    padding-top: 6px;
    font-size: 85%;
}

/* gallery */

div.photo {
   margin-bottom: 10px;
}

a.photo-image {
    border: none;
}

div.photo-description {
    height: 20px;
}

h2.photo-name {
    color: #013366;
    margin: 0;
}

div.previous-next-links {
    padding-top: 20px;
    clear: both;
}

div.previous-next-links a.previous {
    display: block;
    float: left;
    padding-right: 10px;
}

div.previous-next-links a.next {
    padding-left: 6px;
}

/* pagination */
div.pagination {
    text-align:right;
}

div.pagination-top {
    padding: 0 0 10px 0;
}

div.pagination-bottom {
    padding: 10px 0 0 0;
}

/* comments */
div.comments {
    clear: both;
    padding-top: 20px;
}
div.comment {
    padding-bottom: 10px;
}

div.comment-text {
    padding: 10px 0;
}

ul.errorlist {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

ul.errorlist li {
    color: red;
}