body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-align: center;
	color:#505050;
}
body.mceContentBody {
	font-family: 'Open Sans', sans-serif!important;
	font-size: 0.8em;
	text-align: left;
	color:#505050;
	background-color:#FFF;
}
strong {color:#000;}
a {color:#345a63;}
a:hover {color: #00F;}
p {margin:0.5em 0;}
#obsah li {list-style-image: url(bullet.jpg);}
h1, h2, h3, h4 {;
	color: #345a63;
	font-weight:normal;
	padding:0;
	margin:0;
}
h1,.h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#FFF;
	background-color:#345a63;
	text-align:center;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height:52px;
	line-height:52px;
	margin-bottom:20px;
}
h2 {font-size:1.2em;}
h3 {font-size:1em;}


.col1a {float:left; width:48%;}
.col1b {float:right; width:48%;}

.col2a {float:left; width:38%;}
.col2b {float:right; width:58%;}

.col3a {float:left; width:58%;}
.col3b {float:right; width:38%;}

.center {text-align:center;}

a.tl{
	font-size:14px;
	background-color:#000;
	color:#AAA;
	line-height:27px;
	padding:0 20px 0 10px;
	background-image: url(tl_sipka.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
	float:left;
	height:27px;
	overflow:hidden;
}
a:hover.tl {color:#FFF;}

.obrazek_vpravo {
	float: right;
	margin-left:20px;
}
.obrazek_vlevo {
	float: left;
	margin-right:20px;
}

.cara {
	height:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.poznamka {color:#999999}

.zvyrazni {
	background-color:#c5d0d6;
	color:#000;
	padding:1em 1em;
	font-size:0.8em;
}
.zvyrazni img {margin-bottom:1em;}

.banner1 a, .banner2 a, .banner3 a{
	width:176px;
	height:152px;
	text-decoration:none;
	display:block;
	margin-bottom:20px;
	position:absolute;
	right:20px;
	top:0px;
	box-shadow: black 4px 4px 5px;
}
.banner1 a:hover, .banner2 a:hover, .banner3 a:hover {box-shadow: black 1px 1px 2px;}
.banner2 a{top:174px;}
.banner3 a{top:348px;}



/* ---- TABULKY --------------------- */
.tabulka {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	font-size:0.8em;
}
.tabulka th {
	color: #666;
	letter-spacing: 2px;
	text-align: left;
	padding: 3px 3px 3px 6px;
	font-weight: bold;
	background-color: #335e29;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size:1em;
}

.tabulka td {
	padding: 3px 3px 3px 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

