﻿body 
{
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 12px;
}

h1
{
  background-image: url(../img/bgh1.png);
  background-repeat: no-repeat;
  color: White;
  font-size: 12px;
  padding: 6px 0px 6px 0px;
  margin: 10px 0px 0px 0px;
}

h2
{
  font-size: 12px;
  font-weight: bold;
}

h1 span
{
  display: block;
  width: 225px;
  text-align: center;
}

img
{
  border: 0;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.clearer
{
  clear: both;
}

#languagebar
{
  width: 900px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  padding: 31px 0px 2px 0px;
}

#languagebar div
{
  padding-right: 20px;
}

#mainpart
{
  background: #D5D7DA url(../img/bgmain.png) repeat-x;
  text-align: center;
}

#mainpartcontent
{
  width: 900px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#header
{
  background-image: url(../img/bgheader.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 68px;
}

#menu
{
  height: 27px;
  background-image: url(../img/bgmenu.png);
  background-repeat: no-repeat;
}

#upbar
{
  height: 149px;
  margin-left: 23px;
  margin-right: 23px;
  color: white;
}

#upbarcontact
{
  padding: 15px;
}

#content
{
  background: #192128 url(../img/bgcontent1.png) no-repeat;
}

#contentin
{
  background-image: url(../img/bgcontent2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 2px 24px 2px 24px;
}

#maincontent
{
  padding: 5px;
  /*background-color: white;*/
  color: White;
  text-align: justify;
}

#footer
{
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #2F3847;
  padding: 5px;
  color: #A6A9B0;
}

.speedymenu ul
{
  margin: 0;
  padding: 5px 40px 0px 40px;
  text-align: right;
}

.speedymenu li
{
  display: inline;
  list-style-type: none;
  padding: 0px 10px 0px 10px;
}

.speedymenu a, speedymenu a:visited
{
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#hptext
{
  margin-right: 40px;
}

#hptext p:first-letter
{
  font-size: 18px;
}

#galery img
{
  margin: 5px;
}