@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
}

a {
    color: #0B5680;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
}

ul {
    margin-left: 1em;
}

img {
    border: 0;
	text-align: center;
}

h1,h2 {
    font-size: 2em;
    font-variant: small-caps;
    text-align: center;
    color: #dddddd; 
}

h2 {
    font-size: 1.8em;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

#header {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 400px;
    height: 308px;
    background: transparent url("../img/logo.png") no-repeat 20px 100px;
    z-index: 2;
}

#lang {
    position: absolute;
    top: 10px;
    width: 1000px;
    font-size: 1.1em;
    text-align: right;
}
#lang a {
    color: #3B96b0;
}

#menu {
    position: absolute;
    top: 200px;
    margin: 0 auto;
    background-color: #000000;
    width: 1000px;
    height: 35px;
    z-index: 1;
    color: #ffffff;
    filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75;
}
#menuanchor {
    position: absolute;
    top: 200px;
}
.menuitem, .menuitem a {
    display: block;
    float: right;
    width: 75px;
    border-left: solid 3px #ffffff;
    color: #ffffff;
    height: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.8em;
}
.menuitem:hover {
    background-color: #0B5680;
    filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.75;
}

#global {
    margin: 0 auto;
    width: 1000px;
    background: #000000 url("../img/header.jpg") no-repeat center top;
    padding-top: 308px;
}

#left,#center,#right {
    overflow: auto;
    margin-bottom: 20px;
    width: 30%;
    height: 100%;
    float: left;
}

#left {
    margin-left: 2%;
    margin-right: 3%;
    clear: left;
}

#right {
    margin-left: 3%;
    margin-right: 2%;
    clear: right;
}

#left2,#right2 {
    margin-bottom: 20px;
    width: 65%;
    float: left;
    clear: right;
}

.content {
    margin-top: 30px;
    border: 7px solid #cccccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #cccccc;
    padding: 7px;
}

.contentfoot {
    font-size: 0.7em;
    color: #0B5680;
    text-align: right;
}

#footer {
    margin: 0 auto;
    width: 1000px;
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 10px;
    clear: both;
}

.center {
   text-align: center;
}

.photo_tn {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    height: 120px;
}

.photothumbs {
    text-align: center;
    overflow: auto;
}