/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	font-size: 14px!important;
	text-align: center;
	color:#000000;
	background-color: #ffffff;
	background-image: url(horni_podklad.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.strana {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-image: url(strana_podklad.png);
	background-repeat: repeat-y;
}
.reklama {display:none;}

.titul {
	height: 374px;
	background-image: url(titul.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
.flash {
	position:relative;
	top:60px;
	left:262px;
}
.menu {
	font-family: Palatino, 'palatino linotype', serif;
	font-weight: normal;
	position:absolute;
	top:317px;
	left:250px;
}
.menu a {
	color: #FFFFFF !important;
	font-size: 16px;
	text-decoration: none;
	margin-right:20px;
	font-weight: bold;
}
.menu a:hover {
	color:#000000 !important;
	text-decoration: none;
}
.obsah {
	margin-left:70px;
	margin-right:70px;
	margin-bottom:40px;
	height: auto;
}

.nahled {
	width:77px;
	height:200px;
	display:block;
	font-size:10px;
	text-align:center;
	overflow:hidden;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	border: 1px solid #CCCCCC;
}
.nahled span{
	position:absolute;
	bottom:10px;
	left:0;
	width:77px;
	text-align:center;
}

.pata {
	position:relative;
	clear:both;
	height: 129px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(pata.png);
	background-position: center top;
}
.pata .vnitrek {
	margin-left:60px;
	margin-right:60px;
	padding-top:30px;
	font-family: Palatino, 'palatino linotype', serif;
	font-size: 14px;
	color:#72190f !important;
	text-align: center;
}
.pata .webdesign {
	color: #999999 !important;
	font-size: 9px;
	position: absolute;
	left: 0px;
	top: 75px;
	width: 990px;
	text-align:right;
}
.pata .webdesign a {
	color: #999999 !important;
	text-decoration: none;
}
.pata .webdesign a:hover {
	color: #000000 !important;
}

/* ----- VSEOBECNE -------------------------------------------------------------------------------------------- */

hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}

.bezramu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ram {
	border: 1px solid #C8C2BB;
}
.odkaz a {
	margin-left:20px;
}
