@charset "utf-8";
@import "reset.css";
/* CSS Document */
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e8eaeb url("../img/bg.jpg") repeat-x 0 0;
	height: 100%;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
body.mceContentBody {
background-color: #fff;
text-align:left;
padding: 25px;
}
/*Základní nastavení*/
h1 {
color:#055e94;
font-size: 1.6em;
margin-bottom: 15px;
padding-left: 25px;
background:url(../img/h1.jpg) no-repeat left center;
}
h2 {
color:#055e94;
font-size: 1.4em;
margin-bottom: 15px;
}
h3 {
color:#055e94;
font-size: 1.2em;
margin-bottom: 15px;
font-weight: none;
}
p {
margin-bottom: 25px;
line-height: 1.5em;
color:#4a4949;
}
a {
color:#055e94;
}
ul{
line-height: 1.5em;
color:#4a4949;
margin-bottom: 10px;
}
li{
margin-left: 25px;
list-style-image:url(../img/dot.jpg);
}
table td{
padding: 10px;
}
.cleaner {
	clear:both;
}
/* <!-- Základní nastavení*/
#obal {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 950px;
background:url(../img/header-bg.jpg) no-repeat bottom left;
}
#top-menu{
	height: 40px;
background:url(../img/menu-bg.jpg) no-repeat top left;
}
#top-menu ul
{
margin: 0px;

}
#top-menu ul li{
list-style-image: none;
	margin: 0px;
	line-height: 38px;
	float: left;
	background:url(../img/menu-line.jpg) no-repeat left top;
	padding-left: 2px;
}
#top-menu ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	display:block;
	padding-left: 10px;
	padding-right: 10px;
}
#top-menu ul li a:hover{
background:url(../img/menu-hover.jpg) repeat-x left top;
}
#top-menu ul li a.active{
background:url(../img/menu-hover.jpg) repeat-x left top;
}
#body {
	width: 950px;
	overflow:hidden;
	text-align: left;
	border-left:#FFF solid 1px;
}
#body .menu{
width: 225px;
float:left;
}

#body .menu .menu-right{
border-top:#FFF solid 2px;
}
#body .menu .menu-right .nadpis{
color: #055e94;
font-weight: bold;
padding: 12px;
padding-left: 20px;
font-size: 1.1em;
background:url(../img/menu-dott.jpg) no-repeat 10px center;
border-bottom:#FFF solid 1px;
}
#body .menu .menu-right li{
margin: 5px;
background:#f4f5f5 url(../img/menu-dott2.jpg) no-repeat 5px center;
list-style-image: none;
}
#body .menu .menu-right li a{
color: #055e94;
text-decoration: none;
font-weight: bold;
display:block;
padding: 3px;
padding-left: 12px;
font-size: 0.9em;
}
#body .menu .menu-right li a:hover{
background:#fff url(../img/menu-dott2.jpg) no-repeat 5px center;
}
#body .menu .menu-right li a.active{
background:#fff url(../img/menu-dott2.jpg) no-repeat 5px center;
}

#body .menu .menu-right li li{
margin: 5px;
background:#fff;
}
#body .menu .menu-right li li a{
color: #055e94;
text-decoration: none;
font-weight: bold;
display:block;
padding: 3px;
padding-left: 25px;
font-size: 0.9em;
}
#body .menu .menu-right li li a:hover{
background:#fff;
}
#body .menu .menu-right li li a.active{
background:#fff;
}

#body .obsah{
width: 724px;
float:left;
border-left:#FFF solid 1px;
}
#body .obsah .text{
padding: 25px;
border-top:#FFF solid 1px;
border-right:#FFF solid 1px;
background:#e8eaeb url(../img/text-bg.jpg) repeat-x top left;
margin-right: 11px;
}
#footer {
border-top:#FFF solid 1px;
	width: 950px;
	height: 50px;
font-size: 0.9em;
}
#footer a{
text-decoration: none;
}

