﻿body  
{
	background-image: url("srafy.jpg");
	background-repeat:repeat-x;
	background-color: #51A9D1;
	background-position: center top;
	padding: 0;
    margin: 0 0 10px;
    font-family: Tahoma, Sans-Serif;
    font-size: 0.8em;
}

h1 
{
	background-image: url("ikona.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 1em;
    padding:  5px 0  5px 55px;
    color: #557600;
    font-size: 200%;
    font-weight: lighter;
}

h2
{
	margin: 0 0 0.5em;
    color: #557600;
	font-size: 140%;
	font-weight: lighter;
	padding: 0;
}

ul
{
    margin: 30px 15px;
    line-height: 180%;
}

ul li
{
	list-style-image: url("odrazka-mala.png");
}

p 
{
    line-height: 180%;
    margin: 0 0 2em;
}

.PagePanel
{
	position: relative; 
	padding-top: 229px;
	margin: 0 auto;
	width: 990px;
}

.HeaderPanel
{ 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	height: 172px;
}

.HorizontalMenuPanel
{
    background-image: url(menu.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	position: absolute;
	left:0;
	top: 172px;
	width: 990px;
	padding: 5px 30px 0;
	height: 52px;
	font-size: 85%;
}

.ContentPanel
{
	background-image: url("pozadi_text.jpg");
	background-repeat: repeat-y;
	width: 990px;
	overflow: hidden;
}

div.ContentPanel a 
{
    color: #014a8f;
    font-weight: bold;
}

div.ContentPanel a:hover 
{
    color: #CF141D;
}

.CenterContentPanel 
{
    width: 705px;
    padding: 0px 30px 10px 50px;
    float: left;
}

.SiteMapPathPanel 
{
    padding: 5px 0;
    margin-bottom: 25px;
}

.SideContentPanel 
{
    width: 180px;
    padding-right:15px;
    float: right;
    color:#51A9D1;
}


.FooterPanel
{
	background-image: url("paticka.jpg");
	background-repeat: no-repeat;
	height: 71px;
	padding: 15px 30px 30px 50px;
	font-size: 85%;
	color: #666666;
}

.FooterPanel p 
{
    margin: 0;
    width: 740px;
}

.FooterPanel a
{
    color: #014a8f;
}

.FooterPanel a:hover 
{
    color: #CF141D;
}


div.PageInnerMenuPanel 
{
    padding: 15px;
    padding-left: 30px;
}

table.PageInnerMenuItem 
{
    padding-left: 20px;
     background-image: url(ListItemBg.png);
    background-repeat: no-repeat;
    background-position: left center;
}

