/* Web PLASTIKA a.s. http://www.plastika.cz */
/* Copyright 2005 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: 20px 0 1em 0;}

/* POZICOVÁNÍ */
#kontejner {
	width: 750px;
	margin: 0 auto;
	position: relative;
	background: url('images/bg-hlavni.gif') repeat-y top left;
	/* background: url('images/bg-kontejner-06.gif') repeat-y top right #FFF; */ }

#header {
	background: url(images/bg-header.gif) repeat-x #007AC1;
	border-bottom: 1px solid #007AC1; /* V Opeře dělá mezeru mezi #header a #global */
	height: 70px;
	clear: both; }
#logo { float: left; padding: 0; }
#logo span {
	color: #FFF; font-size: 14px; font-weight: bold;
	width: 300px; height: 28px;
	padding-top: 2px;
	position: absolute; top: 38px; left: 250px;
	z-index: 100; }
#lng { text-align: right; margin: 10px 15px 0 0; }
#lng a span { display: none; }

#global {
	border-top: 6px solid #E6F2F9;
	clear: both; }

#navitop, #navidrob, #menu {
	text-transform: uppercase; }
#navitop, #navidrob {
	width: 100%; font-weight: bold; }
#navitop {
	color: #FFF; background-color: #1A87C7;
	height: 2.2em; line-height: 2.2em; }
#navidrob {
	color: #FFF; background-color: #4DA2D4;
	font-size: 85%;
	height: 1.7em; line-height: 1.7em;
	letter-spacing: 0.1em; }

#hlavni {
	width: 750px;
	margin: 0; padding: 0; _padding-top: 1em; /* Pro MSIE bude 1em */
	border-top: 1px solid #4DA2D4; /* V Opeře dělá mezeru mezi #navidrob a #hlavni */
	clear: both; }

#obsah {
	float: right; position: relative;
	width: 505px; /* 520px; */
	background-color: #FFF;
	margin: 0;
	line-height: 130%; }

#servis {
	margin: 0 525px 0 0;
	width: 220px;
	font-size: 85%;
	background-color: #CCE4F3; color: #0054A6; }

#pata {
	color: #FFF;
	background-color: #007AC1; 
	margin: 0;
	padding-left: 1em;
	height: 3em; line-height: 3em;
	font-size: 85%;
	clear: both; }

#pata span.copyright {
	float: left; }
#pata span.odkazy {
	float: right; text-align: right; padding-right: 1em; }

/* Další styly */
#obsah h1, #obsah h2 {
	color: #0054A6;
	font-weight: normal; letter-spacing: 0.07em;
	margin-top: 1em;
	line-height: 120%; }

#obsah h1 {
	font-size: 220%; }
#obsah h2 {
	color: #0054A6;
	font-size: 180%; }

#obsah h2.novinky {
	font-size: 110%; font-weight: bold;
	padding-top: 0.5em; margin-bottom: -1em;
	border-top: 1px solid #0054A6; }
#obsah h2.novinky span {
	font-size: 80%; font-weight: normal;
	padding-right: 1em; }

#obsah div.hr {
	width: 99%; height: 1px;
	margin: 1.5em 0 1em 0;
	background-color: #0054A6; }
#obsah div.hr hr { display: none; }

#motto {
	border-top: 1px solid #0054A6;
	border-bottom: 1px solid #0054A6; }

address { font-style: normal; }

blockquote {
	background: url(images/bg-uvozovky.png) #FFF no-repeat left top;
	padding: 15px 0 0 35px; margin: 0 0 1em 1em; }

dt { font-weight: bold; margin-top: 0.5em; }

img { border: none; }

#servis form, #servis address {
	padding: 0 0 1em 2em;
	line-height: 150%; }
#servis address { margin-top: 2em; }

/* Klasy */
.bubliny { background: url(images/bg-bubliny.png) #FFF no-repeat right bottom; }
.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: #4DA2D4;
	text-align: right;
	margin-top: 0.5em; margin-bottom: 0.5em }

/* Odkazy */
a {
	color: #FF4600; }
#global a {
	text-decoration: none; }
#navitop a {
	color: #CCE4F3;
	padding: 0 0.5em 0 0.5em; }
#navidrob a, #pata a {
	color: #FFF;
	padding: 0 0.5em 0 0.5em; }
#servis a {
	color: #0054A6; }
a.tisk:before {
	content: url('images/i-tisk.gif'); }

/* Tabulky */
table.tbl {
	background-color: #CCE4F3;
	border-collapse: collapse; }
table.tblist {
	background-color: #FFF;
	border-collapse: collapse; }

table.tbl th, table.tbl caption {
	background-color: #B3D7EC /* #4DA2D4 */; }
table.tbl td, table.tbl th {
	border: 1px solid #FFF; padding: 0.25em; }

table.tblist td, table.tblist th {
	border-bottom: 1px solid #0054A6;
	padding: 0.25em; padding-top: 0.5em;
	vertical-align: top; }

table.tbl caption {
	border: 1px solid #FFF;
	padding: 0.25em;
	text-align: left;
	width: auto;
	font-weight: bold; }
table.tbl th {
	text-align: center; vertical-align: top; }
table.tbl th.prvni {
	text-align: left; }
table.tbl .bg {
	background-color: #C0DEF0; }

/* Formuláře */
fieldset {
	border: 1px solid #007AC1;
	margin-bottom: 2em;
	padding: 1em;
}

legend {
	border: 1px solid #007AC1; border-bottom: none;
	padding: 0.3em 1.5em 0;
	color: #007AC1;
	font-weight: bold;
}

/* Kontextové menu */
ul#menu {
	list-style: none;
	padding: 0; border: none; margin: 0 auto 0.5em auto;
	border-top: 1px solid #FFF;
	width: 200px; _width: 95%;
	background-color: transparent; color: #0054A6;
	font-weight: bold;
	/* list-style-image: url(images/li-menu.gif); */
	 }
ul#menu li {
	margin: 0;
	border-bottom: 1px solid #FFF; }
ul#menu li a {
	display: block; padding: 2px 1em; _padding: 2px 0 2px 3px;
	background-color: transparent;
	text-decoration: none; width: 100%;
	height: 2em; line-height: 2em }
ul#menu li a:before {
	content: "» "; }
html>body ul#menu li a {
	width: auto; }
ul#menu li a:hover, #navitop a:hover, #navidrob a:hover {
	text-decoration: underline; }