body {
	font-family: "Cambria", Georgia, "Times New Roman CE", serif;
	color: #333;
	background-color: #FFF;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	line-height: 100%; }

#obsah,
#pata {
	width: 820px;
	margin: 30px auto;
	position: relative; }

#obsah {
	border: 1px solid #EEE;
	background-color: #F8F8F8;
	padding: 2em;
	border-radius: 18px; }

.box h2 {
	font-family: "Segoe UI Light", "Segoe UI", Helvetica, Sans-Serif;
	font-weight: lighter; }
#topmenu,
#pata {
	font-family: "Segoe UI", Helvetica, Sans-Serif; }


#topmenu,
#pata {
	color: #CCC;
	background-color: transparent;
	letter-spacing: 0.04em;
	word-spacing: 0.2em; }
#topmenu {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 580px;
	border: none;
	text-align: right;
	padding: 6px 0; }
#pata {
	text-align: center; }

/* Vyhledávací formulář */
#cse-search-box {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: auto;
	text-align: right; }
#cse-search-box label {
	display: none; }
#cse-search-box input[type="submit"] {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
	text-indent: -999px;
	border: none;
	background: #CCC url('images/bg-isearch-button.png') no-repeat top right; }
#cse-search-box input[type="submit"]:hover {
	background: #DDD url('images/bg-isearch-button.png') no-repeat bottom right; }
.searchtxt {
	color: #333;
	background-color: #FFF;
	font-size: small;
	padding: 3px 8px;
	margin-right: 0;
	border: 1px solid #CCC;
	border-radius: 10px;
	outline: none; }


.promo {
	width: 690px;
	margin: 0 auto;
	padding: 0; }

.promo p {
	color: #999;
	background-color: transparent;
	text-align: center;
	font-size: 150%;
	margin: 0;
	padding: 20px; }


/* Standardní styly */
h1, h2 {
	background-color: transparent;
	letter-spacing: .05em; }
h1 {
	color: #999;
	font-size: 400%;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: -20px;
	text-align: center;
	line-height: 1.2em; }
h2 {
	font-size: 180%;
	font-weight: normal;
	color: #999;
	margin-top: 0.3em;
	margin-bottom: 0.5em; }
p {
	font-size: 16px;
	line-height: 180%;
	margin: 0.4em 0 0.2em 0 }

img {
	border: none; }

/* Odkazy */
a {
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #d0d4d8; }
a:link {
	color: #666E7C; }
a:visited {
	color: #7C6667; }
a:hover,
a:active {
	color: #AA9899; }

#topmenu a,
#pata a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
	margin-right: .5em;
	word-spacing: -0.1em; }
#topmenu a:hover,
#pata a:hover {
	border-bottom: 2px solid #F2DBCA; }


.box {
	width: 290px;
	min-height: 150px;
	border: 1px solid #CCC;
	border-radius: 6px;
	background-color: #FFF;
	margin: 20px 10px 10px 20px;
	padding: 20px 10px 10px 70px;
	float: left; }
.box p {
	font-size: 18px; }

.bakt,
.bcon,
.bfyz,
.bnob,
.bprg,
.btbl {
	background-repeat: no-repeat;
	background-position: 10px 20px; }
.bakt { background-image: url(images/bg-i-novinky.png); }
.bcon { background-image: url(images/bg-i-converter.png); }
.bfyz { background-image: url(images/bg-i-osoba.png); }
.bnob { background-image: url(images/bg-i-cena.png); }
.bprg { background-image: url(images/bg-i-program.png); }
.btbl { background-image: url(images/bg-i-tabulka.png); }


/* Mobilizace */
@media screen and (max-device-width: 480px) {
/* { border: 1px solid red; } */

body, #obsah, #obsah h1, #topmenu, .promo, .promo p, .box, #pata
{ position: relative; width: 100%; height: auto; margin: 0; padding: 0; border: none; background-color: #FFF; }

body { padding: 0 .5em; }
a { white-space: nowrap; }

#topmenu { top:0; left: 0; margin-top: 2em; text-align: left; visibility: collapse; }
#topmenu a {
	visibility: visible; display: block; width: 100%; line-height: 2em; height: 2em; padding-top: 1em; 
	color: #999; font-weight: bold; letter-spacing: 0.1em; }

h1 { background-image: none; font-size: medium; }
.promo { /* border: none; */ background-color: transparent; padding: 1em 0; }
.promo p { font-size: 100%; }

#cse-search-box, p.vboxu { display: none; }

.box { background-image: none; }
.box h2 { margin-top: 2em; }
.box p { line-height: 180%; }

#pata { margin: 2em 0; }
#pata p:first-child { display: none; }


}