/* Web PLASTIKA a.s. http://www.plastika.cz */
/* Titulní stránka */
/* Copyright 2005 Jiří Bureš */
@import url("plastika.css");

/* POZICOVÁNÍ */
#kontejner { background: transparent; }

#weby { text-align: right; font-size: 80%; margin-bottom: 4px; }

#navigace {
	background: url('images/bg-navigace.gif') repeat-y top left;
	border-bottom: 5px solid #FFF; /* V Opeře dělá mezeru */
	border-top: 5px solid #FFF; /* V Opeře dělá mezeru */
	clear: both; }
#navimenu {
	float: left;
	width: 233px; _width: 230px; /* IE */ }
#promo { background-color: transparent; }
#promo span { display: none; }
#adresa {
	float: right;
	width: 170px;
	color: #FFF;
	padding-top: 1em; }
#adresa address { font-style: normal; }
#adresa div.hr {
	width: 90%; height: 1px;
	margin: 1.5em 0 1em 0;
	background-color: #FFF; }
#adresa div.hr hr { display: none; }

#nabidka {
	background: url('images/bg-nabidka.gif') repeat-y top left;
	clear: both; }
#nabidka th { text-align: left; }
#nabidka td { vertical-align: top; }

#seznam, #hledani { font-size: 85% }
#seznam {
	margin: 0 185px 0 0;
	width: 560px;
	background-color: #007AC1; color: #FFF; }
#hledani {
	float: right; position: relative;
	width: 170px;
	padding-top: 1em;
	margin: 0;
	color: #0054A6; background-color: #CCE4F3;
	line-height: 130%; }

#novinky {
	color: #2A2A2A; background-color: #FFF;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #FFF;
	line-height: 130%;
	clear: both; }
#novinky h2 {
	color: #FF4600; background-color: #EEE;
	text-transform: uppercase; font-size: 100%;
	padding: 0.2em 0 0.2em 1em;
	margin: 0; }
#novinky li.more { text-align: right; }

#patat {
	color: #2A2A2A; background-color: #EEE; 
	margin: 0;
	padding-left: 1em;
	height: 3em; line-height: 3em;
	font-size: 85%;
	clear: both; }
#patat span.copyright { float: left; }
#patat span.odkazy { float: right; text-align: right; padding-right: 1em; }
#patat a.tisk:before { content: url('images/i-tiskt.gif'); }

/* Klasy */


/* Odkazy */
a { font-weight: bold; }
#navimenu a { color: #0054A6; }
#adresa a, #seznam a { color: #FFF; text-decoration: none; }
#novinky a, #patat a, #weby a { color: #2A2A2A; }
#novinky a:hover, #patat a:hover, #weby a:hover { color: #FF4600; }
#weby a { font-weight: normal; text-decoration: none; }

#novinky a { text-transform: uppercase; }
#novinky li.more a { text-transform: none; font-weight: normal; }

/* Tabulka */
#seznam table td, #seznam table th { padding-left: 1em; }

/* Menu */
ul#menu, #seznam ul { list-style: none; }
ul#menu {
	padding: 0; border: none; margin: 0 auto 0.5em auto;
	width: 200px; _width: 95%;
	background-color: transparent; color: #0054A6; }
#seznam ul {
	padding: 0; border: none; margin: 0 auto 0.5em auto;
	background-color: transparent; color: #FFF; }

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; }
#seznam li a {
	display: block;
	background-color: transparent;
	width: 100%; }

#novinky ul { list-style: none; }

ul#menu li a:before, #seznam li a:before, #novinky li:before { content: "» "; }
#novinky li:before { color: #FF4600; }

html>body ul#menu li a { width: auto; }
ul#menu li a:hover, #seznam a:hover, #adresa a:hover { text-decoration: underline; }
