body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background: #fff url(img/design/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	position: relative;
	width: 573px;
	height: 42px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 20px;
	background: url(img/design/h1_bg.jpg) no-repeat;
	color: #005d9f;
	font-size: 24px;
	font-family: tahoma;
	font-weight: normal;
}
a {
	color: #139499;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#hlavny {
	position: relative;
	width: 593px;
/*	height: 600px;*/ 
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */ 
	margin: 0 auto;
	background: url(img/design/obsah_box_bg.jpg) repeat-y;
}
#hlavny_obrazok{
	position: absolute;
	left: -47px;
	width: 687px;
	height: 224px;
	background: url(img/design/obrazok.jpg) no-repeat;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - hlavicka - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#hlavicka {
	position: relative;
	width: 593px;
	height: 99px;
	background: #fff url(img/design/hlavicka_bg.jpg) no-repeat;
}
#hlavicka .logoklik {
	position: absolute;
	z-index: 99;
	left: 30px;
	top: 39px;
	width: 243px;
	height: 36px;
}
#hlavicka ul.menu {
	position: absolute;
	right: 2px;
	margin: 0px;
	padding: 0px;
}
#hlavicka ul.menu li {
	display: block;
	float: right;
}
#hlavicka ul.menu li a {
	display: block;
	height: 99px;
	width: 45px;
	padding-top: 80px;
	padding-left: 8px;
	padding-right: 6px;
	background: none transparent;
	color: #4caeb2;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
	text-align: center;
}
#hlavicka ul.menu li a:hover {
	padding-left: 6px;
	color: #fff;
	background: url(img/design/menu_li_bg.jpg) repeat-x;
	border-left: 2px solid #4caeb2;
}
#hlavicka ul.menu li a.aktivna {
	padding-left: 6px;
	color: #fff;
	background: url(img/design/menu_li_bg.jpg) repeat-x;
	border-left: 2px solid #4caeb2;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - (hlavicka) - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* - - - - - - - - - - - - - - - - - - - - - - - - obsah - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#obsah_box {
	margin-top: 163px;
	padding-bottom: 91px;
}
#obsah {
	width: 553px;
	padding: 20px;
	padding-top: 20px;
	text-align: justify;
/*	min-height: 300px;*/
	/*_height: 300px;*/
	line-height: 16px;
	color: #005d9f;
	font-size: 11px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - (obsah) - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* - - - - - - - - - - - - - - - - - - - - - - - - pata - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#pata {
	width: 593px;
	height: 91px;
	position: absolute;
	bottom: 0;
	width: 593px;
	height: 91px;
	background: url(img/design/pata_bg.jpg) no-repeat;
}
#pata ul {
	position: relative;
	margin: 0px;
	padding-top: 8px;
	padding-left: 20px;
	color: #139499;
	font-size: 11px;
	font-family: tahoma;
}
#pata ul li {
	display: block;
	float: left;
}
#pata ul li a {
	color: #139499;
	text-decoration: none;
}
#pata ul li a:hover {
	text-decoration: underline;
}
#pata ul li a.aktivna {
	text-decoration: underline;
}
#pata div.text {
	position: absolute;
	top: 32px;
	left: 20px;
	color: #fff;
	font-size: 11px;
	font-family: tahoma;
}
#pata div.text a {
	color: #fff;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - (pata) - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
