﻿body 
{
  margin: 0px;
  background-image: url('img/background.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #1e2629;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
}

HR
{
}

H1
{
  border-bottom: solid 1px black;
  font-size: 18px;
  color: #333333;
  padding-top: 18px;
}

H2
{
  font-family: Arial CE;
  font-size: 10px;
  font-weight: normal;
  color: #808080;
  text-align: justify;
}

H3
{
  color: #C95208;
  font-size: 14px;
  font-weight: bold;
}

.panel_logo
{
  background-image: url('img/panel_logo.png');
  background-position: top right;
  background-repeat: no-repeat;
  height: 120px;
  vertical-align: top;
}

.panel_top
{
  background-image: url('img/panel_top.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  height: 286px;
  vertical-align: top;
}

.panel_content
{
  background-image: url('img/panel_content.jpg');
  background-position: top right;
  background-repeat: repeat-y;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
}

.panel_content_bottom
{
  background-image: url('img/panel_content_bottom.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  height: 6px;
}

.panel_footer
{
  color: #ffffff;
  text-align: center;
}
.panel_footer A
{
  color: #c0ffff;
}

.menu
{
  font-size: 18px;
  text-align: right;
  font-weihht: true;
  color: #808080;
  padding-right: 50px;
}
.menu A
{
  color: #ffffff;
}

.flagimage
{
	font-size: 12px;
	color: #CCCCCC;
	height: 16px;
}
a.flagimage
{
  font-size: 16px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left top;
  color: #CCCCCC;
}
a.flagimage:active
{
  background-position: left top;
  background-repeat: no-repeat;
  color: #CCFFFF;
}
a.flagimage:link
{
  background-position: left top;
  background-repeat: no-repeat;
  color: #CCCCCC;
}
a.flagimage:hover
{
  background-position: left -20px;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.flagimagesk {  background-image: url(../images/flag_sk.png);}
a.flagimageen {  background-image: url(../images/flag_en.png);}

