﻿html, body
{
  color: #232323;
  font: normal 0 "Trebuchet MS";
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

h1, h2, h3
{
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1
{
  margin-bottom: 3%;
}

a
{
  color: #000000;
}

img
{
  border: none;
}

.clear
{
  clear: both;
}

.container
{
  margin: 0 auto;
  position: relative;
  height: 100%;
  visibility: hidden;
}

.container .logo
{
  position: absolute;
}

.container .languages
{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
}

.container .languages a
{
  display: block;
  float: right;
  padding: 1%;
}

.container .languages a.active
{
  background: #91c83c;
  color: #ffffff;
  text-decoration: none;
}

.container .content
{
  background: #fffef8 url('../images/content.png') top repeat-x;
  position: absolute;
  left: 0%;
  top: 70%;
  width: 100%;
  height: 30%;
}

.container .content .facts
{
  color: #aaaaaa;
  text-align: right;
  position: absolute;
}

.container .content .facts span
{
  color: #000000;
}

.container .content .contacts
{
  color: #aaaaaa;
  text-align: right;
  position: absolute;
}

.container .content .intro
{
  position: absolute;
}

.container .content .description
{
  position: absolute;
}
