﻿*
{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;
	font-family: arial;
	font-size: 100%;
	background: #E3E3E3;
}

.clear
{
	height: 1px;
	visibility: hidden;
	clear: both;  
}

img,
a img
{
	border: none;
}

#header
{
	position: relative;
	width: 998px;
	height: 144px;
	background: url(images/header.png) no-repeat;
}

#header a img
{
	border: 0px;
}

#header .language
{
	position: absolute;
	right: 10px;
	top:5px;
}

#header .logo
{
	position:absolute;
	right:120px;
	top:15px;
}

#header .flagCZ,
#header .flagRU
{
    width: 30px;
    height: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    background: url(images/flag-cz.png) no-repeat 0 0;
    text-decoration: none;
}

#header .flagRU
{
    left: 60px;
    background: url(images/flag-ru.png) no-repeat 0 0;  
}

#page
{
	width: 998px;
	margin: 0 auto;
	margin-top: 15px;
	text-align:left;
}

#page_shaddow
{
	width: 998px;
	background: url(images/body.png) repeat-y;   
}

/* top menu ------------------------------- */

ul.topMenu
{
	list-style-type: none;
}

ul.topMenu li
{
	display: inline;
}

ul.topMenu li a
{
	display:block;
	float:left;
	height:26px;
	margin-right:5px;
	color:#FFFFFF;
	font-size: 95%;
	text-decoration:none;
}

ul.topMenu li a strong
{
	display:block;
	float:left;
	display:block;
	float:left;
	height:26px;
	padding:4px;
}

ul.topMenu li a span
{
	width: 7px;
	height:26px;
	display:block;
	float:left;  
}

ul.topMenu li a:hover,
ul.topMenu li a.selected
{
	background: url(images/menuCenter.png) repeat-x; 
}

ul.topMenu li a:hover span.left,
ul.topMenu li a.selected span.left
{
	background: url(images/menuLeft.png) no-repeat;
}

ul.topMenu li a:hover span.right,
ul.topMenu li a.selected span.right
{
	background: url(images/menuRight.png) no-repeat; 
}

ul.topMenu
{
	position:absolute;
	left:25px;
	top:92px;
}

/* left Menu  ------------------------------- */

ul.leftMenu,
ul.leftMenu ul
{
	list-style-type: none;
}

ul.leftMenu,
ul.leftMenu ul
{
	line-height: 135%;
}

ul.leftMenu li a
{
	margin-right:15px;
	color: #737272;
	font-size:80%;
	text-decoration: none;
}

ul.leftMenu li a:hover,
ul.leftMenu li a.selected
{
	text-decoration: underline;
}

ul.leftMenu li span
{
	margin-right:8px;
}

ul.leftMenu ul
{
	margin-left: 14px;
	font-size:90%;
}

/* bottom Menu ------------------------------- */

#footer ul.bottomMenu
{
	list-style-type: none;
}

#footer ul.bottomMenu li a
{
	display:block;
	width:124px;
	height:19px;
	padding-left:10px;
	padding-top:2px;
	color:#FFFFFF;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(images/bottomMenu.png) no-repeat scroll 0 0;
}

#footer ul.bottomMenu li a.top
{
	background: url(images/bottomMenuTop.png) no-repeat; 
}

#footer ul.bottomMenu li a:hover
{
	text-decoration: underline;
}

#footer ul.bottomMenu
{
	position:absolute;
	left:3px;
	top:-101px;
}

/* ----------------------------------------------- */

#leftPanel
{
	float: left;
	padding:0 25px 25px 30px;
}

#rightPanel
{
	float:right;
	width:730px;
	padding:0 25px 15px 15px;
}

#rightPanel h1
{
	margin-bottom: 15px;
	color: #cc3338;
	font-size:100%;
}

#rightPanel p
{
    padding: 0 0 10px 0;
	font-size:95%;
	line-height: 135%;
}

#rightPanel ul
{
    margin: 10px 0 10px 30px;
}

.navigation
{
	position:relative;
	margin-bottom: 15px;
	color: #737272;
	font-size: 75%;
}

.navigation a
{
	color: #737272;
	text-decoration: underline;
}

.navigation a:hover
{
	text-decoration: none;
}

.print
{
	position:absolute;
	right:15px;
	top:-6px;
}

.guidepost
{
	margin-top: 20px;
}

.guidepost div
{
	width:125px;
	height:224px;
	padding:1px 0 0 21px;
	float:left;
}

.item1
{
	background:transparent url(images/a.png) no-repeat scroll 0 0;
}

.item2
{
	background:transparent url(images/b.png) no-repeat scroll 0 0;
}

.item3
{
	background:transparent url(images/c.png) no-repeat scroll 0 0;
}

.item4
{
	background:transparent url(images/d.png) no-repeat scroll 0 0;
}

.item5
{
	background:transparent url(images/e.png) no-repeat scroll 0 0;
}

/* footer */

#footer
{
	position:relative;
	width: 998px;
	height: 33px;
	background: url(images/footer.png) no-repeat;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer p
{
	margin: 7px 22px 0 22px;
	color: #fff;
	font-size:70%;
}

#footer .copy
{
	float: left;
}

#footer .klats
{
	float: right;
}




















div.form
{
    
}

div.form table
{
    font-size: 100%;
}

div.form table td
{
    padding: 5px 3px;
}

div.form table td.title
{
    width: 150px;
    font-weight: bold;
}

div.form table td.input
{
    
}

div.form table td.input input
{
    padding: 4px 2px;
    width: 200px;
}

div.form table td.input textarea
{
    
}

div.form table td.input
{
    
}
