﻿body 
{
	background-color : rgb(91,91,91);
	font-family : Century Gothic, Arial;
	color : white;
	font-size : 14px;
}

#welcome
{
	position : absolute;
	top : 50%;
	left : 50%;
	margin-left : -138px;
	margin-top : -230px;
	width : 276px;
	height : 461px;
	background-image : url(../Graphics/welcome.jpg);
}
#linkCz
{
	position : absolute;
	top : 50px;
	left : 200px;
	width : 51px;
	height : 34px;
	background-image : url(../Graphics/flag_cz.jpg);
}
#linkEn
{
	position : absolute;
	top : 90px;
	left : 200px;
	width : 51px;
	height : 34px;
	background-image : url(../Graphics/flag_en.jpg);
}

#site
{
	position : absolute;
	top: 50%;
	left : 50%;
	margin-left : -415px;
	margin-top : -230px;
	width : 831px;
	height : 461px;
	background-image : url("../Graphics/site.jpg");
	background-repeat : no-repeat;
}
#site_en
{
	position : absolute;
	top: 50%;
	left : 50%;
	margin-left : -415px;
	margin-top : -230px;
	width : 831px;
	height : 461px;
	background-image : url("../Graphics/site_en.jpg");
	background-repeat : no-repeat;
}
#menuHeader
{
	position : absolute;
	top : 25px;
	left : 30px;
	width : 210px;
	height : 20px;
	font-size : 14px;
}
#menu
{
	position : absolute;
	top : 100px;
	left : 30px;
	width : 210px;
	height : 190px;
	font-size : 14px;
	text-transform : uppercase;
}
a:link
{
	font-size : 20px;
	color : rgb(239,242,211);
	text-decoration : none;
	line-height : 16px;
	line-height : 30px;
}
a:visited
{
	font-size : 20px;	
	color : rgb(239,242,211);
	text-decoration : none;
	line-height : 16px;
	line-height : 30px;	
}
a:hover
{
	font-size : 20px;		
	color : rgb(239,242,211);
	text-decoration : none;
	line-height : 16px;
	line-height : 30px;	
}
a:active
{
	font-size : 20px;
	color : rgb(239,242,211);
	text-decoration : none;
	line-height : 16px;
	line-height : 30px;
}
#textHeader
{
	position : absolute;
	top : 25px;
	left : 270px;
	width : 210px;
	height : 20px;
	font-size : 14px;
}
#textArea
{
	position : absolute;
	top : 50px;
	left : 270px;
	width : 355px;
	height : 375px;
}
#shortcuts
{
	position : absolute;
	left: 451px;
	top: -18px;
	width : 355px;
	height : 20px;
	font-size : 12px;
	text-align : right;	
}
.boldSpan
{
	font-weight : bold;
}
ul
{
	list-style-type : square;
	list-style-position : outside;
}
li
{
	margin-bottom : 7px;
}
.Container {
  position: absolute;
  top: 50px; left: 100px;
  width: 350px;
  height: 200px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 350px;
  height: 360px;
}
#Scroller-1 p 
{
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  color : White;
  font-family : Century Gothic;
  font-size : 14px;
  text-indent : 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: -10px; left: -40px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px; left: -40px;
}
#signature
{
	position : absolute;
	top : 445px;
	left : 365px;
	font-size : 8px;
}
#signature a 
{
	font-size : 8px;
}