/*
	COLORA
	pozadi: e4e4e4;
*/

/* BASE */
* {
	margin:0px;padding:0px;
}

body {
	/*font-family: "Palatino Linotype", "New York CE", utopia, serif;*/
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*background: url('../img_des/mraky01.gif') top repeat;*/
}

.clear{clear: both; height: 20px;}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* PAGE */
#page {
	text-align: center;
}

/* HEADER */

#header-top {
	height: 22px;
	width: 780px;
	margin: 0 auto;
	background-color: #232323;
}

#header {
	width: 780px;
	height: 139px;
	margin: 0 auto;
	/*background: url('../img_des/header.jpg') top no-repeat;*/
}

h1 a {
	margin:0; padding:0;
	position:relative;
	width:780px; height:139px;
	overflow:hidden;
}

h1 span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:780px; height:139px;
	margin:0; padding:0;
	background: url('../img_des/header.jpg') top left no-repeat;
}

h1 a {
	display: block;
	width: 780px;
	height: 139px;
	margin: 0 auto;
}
/* END HEADER */

/* MENU-TOP */
#menu-top {
	width: 780px;
	height: 51px;
	margin: 0 auto;
	background: url('../img_des/menu_bcgr.jpg') top repeat;
	text-align: left;
}

#menu-top .menu-filler{
	float:left;
	height: 51px;
	width: 38px;
}

#menu-top .menu-item{
	text-transform: uppercase;
	float: left;
	height: 51px;
}

#menu-top .selected{
	background: url('../img_des/menu_hover.jpg') center top no-repeat;
}

/*#menu-top .menu-item .text {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 18px;
}*/

#menu-top .menu-item a {
	float: left;
	text-decoration: none;
	height: 33px;
	display: block;
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

#menu-top .menu-item a:hover {
	text-decoration: none;
	background: url('../img_des/menu_hover.jpg') center top no-repeat;

}

/* OBSAH */
#content {
	width: 780px;
	margin: 0 auto;
	background-color: #0092B7;
	min-height: 500px; 
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	/* IE fix bug pleas inline */
}

#content #content-in {
	width:780px;
	margin: 0 auto;
}

#content .content-left {
	float: left;
	width: 515px;
	padding: 0px; marrgin: 0px;
	text-align: left;
}

#content .content-left .text {
	margin: 10px;
	margin-left: 20px;
	color: #ffffff;
}

#content .content-right {
	float: left;
	width: 264px;
	padding: 0px; marrgin: 0px;
	text-align: left;
}

#content .content-right .text {
	margin: 10px;
	margin-right: 20px;
	color: #ffffff;
}


/* FOOTER */
#footer {
	width: 780px;
	margin: 0 auto;
	background-color: #232323;
	color: #f4f4f4;
}

#footer #footer-top {
	width: 780px;
	height: 58px;
	margin: 0 auto;
	background: url('../img_des/footer_top.jpg') top no-repeat;
}

#footer-cnt {
	width: 780px;
	margin: 0 auto;
	background-color: #232323;
	text-align: left;
}

.block1 {
	float: left;
	width: 515px;
	padding: 0px; marrgin: 0px;
	text-align: left;
}

.block1 .text {
	padding: 10px;
	padding-left: 36px;
}

.block2 {
	float: left;
	width: 265px;
	padding: 0px; marrgin: 0px;
	text-align: left;
}

.block2 .text {
	padding: 10px;
	padding-left: 20px;
}

.block2 .img-informace {
	padding-left: 40px;
}

#footer-bot {
	width: 780px;
	height: 57px;
	margin: 0 auto;
	background: url('../img_des/footer_boot.jpg') top no-repeat;
	text-align: left;
}

#footer-bot .text {
	padding-left: 14px;
	padding-top: 24px;
	color: #f4f4f4;
}

#footer-bot .image-left {
	float: left;
	width: 61px;
	height: 47px;
	background: url('../img_des/p5_1.jpg') no-repeat;
	margin-top: 9px;
	margin-left: 14px;
}

#footer-bot .fot-left {
	float: left;
}

#footer-bot .fot-right{
	float: right;
}

#footer-bot .fot-right .texta{
	padding-right: 14px;
	padding-top: 24px;
	color: #f4f4f4;
}

/* END FOOTER */
