@charset "utf-8";

body {
        font: 14px/1.35 "Helvetica CE", Verdana, sans-serif;
	background-image: url("/images/bg1b.gif");
	background-repeat: repeat-x;
	background-color: #FC3;
	padding: 20px;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 230%;
	font-weight: normal;
	color: #000;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #000;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 1em 0 0.41em 0;
	page-break-after: avoid;
	page-break-inside: avoid;
	color: #F90;
}

h3 {
	color: #369;
        font-size: 120%;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
	page-break-after: avoid;
	page-break-inside: avoid;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0.7em 0;
	page-break-after: avoid;
	page-break-inside: avoid;
}

p {
    margin: 0.7em 0;
}

#container {
	margin: 0 auto;
	width: 750px;
	padding: 10px;
	background-color: #FFF;
	text-align: left;
}

#banner {
	width: 730px;
	height: 100px;
	margin-bottom: 10px;
}

#bannerLeft {
	width: 180px;
	height: 100px;
	margin-right: 10px;
    background-image: url("/images/auto.png");
	float: left;
}

#bannerRight {
	width: 520px;
	height: 79px;
	background: url("/images/bg1c.gif") #000 repeat-x;
	float: left;
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 20px 0 0 10px;
}

p#hlavni-nadpis {
    font-size: 150%;
    color: #FFF;
    margin: 0;
    margin-bottom: 0.2em;
}

p#hlavni-podnadpis {
    font-size: 80%;
    font-weight: bold;
    color:#F90;
}


/*#content {
	background: url("/images/bg1.gif") repeat-y;
	height: 1px;
}*/

#leftColumn {
	float: left;
	width: 180px;
	background-color: #000;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

ul#nav li {
    margin-left: 0;
}

ul#nav a {
	display: block;
	color: #F90;
	text-decoration: none;
	padding: 10px;
	width: 160px;
	border-bottom: 1px dotted #333;
}

ul#nav a:hover, ul#nav a.current {
	background-color: #333 !important;
}

ul#nav li.uroven2 a {
    font-size: 85%;
    padding: 5px;
    padding-left: 40px;
    width: 135px;
    color: #d07d00;
    background: url("/images/dash.png") no-repeat 19px 12px;
}


#leftColumnBottom {
	background: url("/images/bg1c.gif") repeat-x;
	padding: 110px 10px 10px;
	width: 160px;
	color: #EAEAEA;
}

#rightColumn {
	float: right;
	width: 530px;
        padding-right: 20px;
}

#clear {
	clear: both;
}

#copyright {
	padding-top: 50px;
    font-size: 80%;
	color: #369;
	clear: both;
}

#copyright a {
	text-decoration: none;
	color: #369;
}

#copyright a:hover {
	color: #F39;
}

p#nav-under {
    text-align: center;
    margin: 1.8em 0 0;
}



/*** Seznamy: */

li {
	margin-left: 30px;
	padding: 0;
}

ul {
	list-style-type: disc;
	margin: 0.7em 0;
	padding: 0;
}

ul ul {
	list-style-type: square;
}

ul ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
	margin: 0.7em 0;
	padding: 0;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: upper-alpha;
}

dl {
	margin: 0.7em 0;
}

dt {
	font-weight: bold;
	page-break-after: avoid;
	page-break-inside: avoid;
}

dt span.nezvyraznovat {
	font-weight: normal;
}

dd {
	margin-left: 30px;
}


div.excerpt {
    font-weight: bold;
}


/*** Odkazy: */

a:link {
	color: #FF6D00;
	text-decoration: underline;
}

h2 a:link {
    color: #F90;
}

a:visited {
	color: #BF7300;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #FFB340;
}

a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted invert;
}

/* Tabulky: */

table {
	background-color: #FFE5BE;
	font-size: 100%; /* kvůli starším prohlížečům */
	border-collapse: collapse;
	border-spacing: 0; /* pro jistotu kvůli hloupým prohlížečům */
	table-layout: auto;
	border: 1px solid #FAD297;
        margin: 0;
        padding: 0;
}

/* Pozor! Tabulka nemá sama okraje. Okraje musí mít prvek nad ní a pod ní. */

caption {
	font-size: 100%;
	font-style: italic;
	text-align: right;
	caption-side: bottom;
	padding: 5px 0 5px 0.5em;
	page-break-after: avoid;
}

td, th {
	font-size: 100%;
	padding: 0.5em;
	border: 1px solid #FAD297;
	vertical-align: middle;
        margin: 0;
}

th, thead td, tfoot td {
	background-color: #FFECD0;
	font-weight: bold;
	text-align: center;
}


div.uroven2 {
    margin-left: 37px;
}


p#popis-webu {
    background-color: #FFD7A8;
    padding: 10px;
}


/* Kontaktní formulář: */

h3#zemContactFormNadpis {
    margin-top: 1.7em;
}

form#zemContactForm #from, form#zemContactForm #jmeno {
    width: 160px;
}

.zemError, .zemRequirederrorElement {
    color: #f00;
    font-weight: bold;
}

.thanks {
    color: #00A550;
    font-weight: bold;
}

.hide {
    position: absolute;
    top: -1000px;
}

div.adsense_ctverec_obsah {
    float: left;
    margin-right: 10px;
}

div.adsense_banner {
    margin-bottom: 15px;
    margin-top: 25px;
}