html {
	min-height: 100%;
}

* {	
	margin: 0;
	padding: 0;
}

a {
	color: #005B9C;
}

a:hover {
	color: #0B2444;
}

img {
	border: 0;
}

body {
	background: #fff url(../img/background2.jpg) repeat-x left top;
	color: #333;
	font: normal 62.5% Tahoma, Arial, sans-serif;
}

p,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

ul.cinnosti li {
	margin-left: 18px;
	list-style: square;
	color: #0B2444;
	font-size: 1.1em
}

h1 {
	font: normal 1.5em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
}

h2 {
	font: normal 1.2em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
}

.clearer {
	clear: both;
}

.left_img, .left {
	float: left;
}

.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 780px;
}

.top {
	padding: 8px 8px 0;
}

.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 8px 8px 5px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #000033;
	color: #fff;
	color: #FFF;
	height: 105px;	
}
.header .left {
	background: url(../img/top.jpg);
	background-repeat: repeat-x;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 567px;
	text-align: left;	
	
}
.header .right {
	width: 207px;

}

.right {
	float: right;
}

.header .right div {
	padding-left: 16px;
	padding-top: 16px;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	font-weight: bold;
}

.navigation {	
	background: #D9E1E5 url(../img/nav.jpg);
	border: 1px solid #7795BD;
	height: 23px;
}
.navigation a.menu {
	background: transparent url(../img/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}
.navigation a.menu:hover {
	background: transparent url(../img/nav.jpg) left bottom; 
	color: #f1f1f1;
}
.navigation a#active.menu, .navigation a#active.menu:visited, .navigation a#active.menu:hover {
	background: #fff url(../img/active.png) no-repeat center bottom;
	color: #7795BD;
	display: block;
	float: left;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}

.main {
	border-top: 8px solid #FFF;
	background: url(../img/bgmain.jpg) repeat-y;
}


.sidenav {
	float: right;
	width: 205px;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding-left: 10px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
}
.sidenav li {
	border-bottom: 1px solid #e4e4e4;
}
.sidenav li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 7px 0 7px 23px;
	text-decoration: none;
	background-image: url(../img/sipka_off.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sidenav li a:hover {
	background-color: #35557e;
	color: #ff6600;	
	background-image: url(../img/sipka_on.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sidenav li#active2 a {
	background-image: url(../img/sipka_off_active.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #999999;
	color: #333300;
	display: block;
	font-weight: normal;
	padding: 7px 0 7px 23px;
	text-decoration: none;
}
.sidenav li#active2 a:hover {
	background-image: url(../img/sipka_on_active.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #35557e;
	color: #fff;
}

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 536px;
	color: #666;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.content .imgright {
	padding: 5px;
	border: 1px solid #666;
	margin-left: 4px;
	float: right;
}

.footer {
	background-color: #015B9E;
	color: #999;
	font: normal 11px sans-serif;
	line-height: 36px;
	text-align: center;
}
.footer a,.footer a:hover {
	color: #999;
	font-weight: bold;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.chyba, .odeslano {
	font-weight: bold; 
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 5px; 
	margin-bottom: 5px;
	text-align: center;
}
.chyba {
	color: #FFFFCC; 
	background-color: #B00000; 
}
.odeslano {
	color: #fff; 
}
.neodeslano {
	color: #FFFF00; 
}