/* Web PLASTIKA a.s. www.plastika.cz */
/* Copyright 2006 Jiří Bureš */
body
	{ color: #000; background-color: #FFF;
	font: normal small Trebuchet, "Geneva CE", lucida, sans-serif;
	text-decoration: none; text-align: left;
	line-height: 100%;
	padding: 0; border: none; margin: 0; }

/* POZICOVÁNÍ */
#kontejner { width: 100%; /* margin: 2cm 1cm 3cm 3cm; */ }

#header { clear: both; }
#logo { float: left; padding: 0; }
#logo span {
	font-size: 14px; font-weight: bold;
	width: 300px; height: 25px;
	position: absolute; top: 50px; left: 250px;
	z-index: 100; }
#global, #lng, #lng a span, #navitop { display: none; }
#hlavni { clear: both; border-top: 1px solid #007AC1; }
#obsah { line-height: 130%; }
#servis { display: none; }
#pata {
	color: #999;
	font-size: 85%;
	clear: both; }
#pata span.copyright { float: left; }
#pata span.odkazy { display: none; }
.print-only { display: block; }

/* Další styly */
#obsah h1, #obsah h2 {
	font-weight: normal; letter-spacing: 0.07em;
	margin-top: 2em;
	line-height: 120%; }
#obsah h1 {
	font-size: 200%; }
#obsah h2 {
	font-size: 160%; }
#obsah div.hr {
	width: 99%; height: 1px;
	margin: 1.5em 0 1em 0;
	background-color: #0054A6; }
#obsah div.hr hr { display: none; }

#motto {
	font-weight: bold;
	margin-bottom: 4em; }

address { font-style: normal; }
img { border: none; }

/* Klasy */
.c { text-align: center; }
img.obr { border: 1px solid #0054A6; }
.refs {
	font-style: normal; font-size: 85%;
	line-height: 100%; text-align: center;
	margin-top: 0.5em; margin-bottom: 1.5em }

dl.tn dt img {float: left; margin: 0 1em 1em 0;}
dl.tn dt {clear: both; }

.update {
	font-size: 85%; color: #999;
	margin-top: 0.5em; }

/* Náhledy fotek ve fotogalerii */
div.fx .tn {
	display: inline-block;
	position: relative;
	float: left;
	margin: 10px; }

/* Odkazy */
a { color: #000; }

/* Tabulky - pozadí průhledné */
table.tbl {
	border-collapse: collapse;
	font-size: 85%; }
table.tbl, table.tbl th, table.tbl caption, table.tbl .bg {
	background-color: transparent; }
table.tbl td, table.tbl th {
	border: 1px solid #000;
	padding: 0.25em; }
table.tbl caption {
	border: none;
	padding: 0.25em;
	text-align: left;
	width: auto;
	font-style: italic; }
table.tbl th {
	text-align: center; }
table.tbl th.prvni {
	text-align: left; }

/* Kontextové menu není vidět */