/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 12px!important;
	text-align: center;
	color:#000000;
	background-color: #ffffff;
}

.strana {
	text-align: left;
}
.titul, .menu, .jazyky, .kontakt, .pata { display:none}
.obsah {}

.reklama {
	display:block;
	text-align: center;
}
h1{
	/*	font-family: Palatino, 'palatino linotype', serif; */
	/*	font-family: Impact, 'Techno CE', sans-serif; */
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif!important;
	font-size:30px;
	font-weight: normal;
	color: #990000 !important;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
h2 {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif!important;
	font-size:22px;
	font-weight: normal;
	color: #000000 !important;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif!important;
	font-size:16px;
	font-weight: normal;
	color: #000000 !important;
	background-color: #EBE3D6 !important;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 10px;
	border-left-style: inset;
	border-left-color: #EBE3D6;
	background-image: url(menu_podklad.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBE3D6;
	border-bottom-color: #EBE3D6;
}
li {
	list-style-image: url(bullet.png);
}

.zvyrazni {
	color: #72190f !important;
}

.odsazeni {
	margin-left:40px;
	margin-right:20px;
}

.obrazek_vpravo {
	float: right;
	margin-left:10px;
	margin-right:20px;
}
.obrazek_vlevo {
	float: left;
	margin-right:10px;
}
.cara {
	width: 100%;
	height:5px;
	background-image: url(cara.png);
	background-repeat: repeat-x;
	background-position: center;
}

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:50px;
}
