/*---------------------------------------------------
	TOTO JE ZAKLADNI SOUBOR DEFINUJICI ROZVRZENI

definice barev:
---------------
	zakladni svetle modra (svetle modre pozadi)
	background-color: #d3dce1; (r,g,b: 211,220,225)
	
	firemni modra (hlavni logo, podklad hlavni nav.)
	background-color: #286991; (r,g,b: 85,123,152)
	
	modry text na sv. modrem pozadi
	background-color: #025277; (r,g,b: 2,82,119)
	
	ostatni text mimo sv. modre pozadi
	background-color: #002135; (r,g,b: 0,33,53)
	
	zlute pozadi bocni navigace
	background-color: #FFE300; (r,g,b: 255,227,0)

Autori:
-------
css:		Jan Patak - webmakers.cz
design:	Zdenek Patak
-----------------------------------------------------*/

/*** RUZNE HACKY - START ***/
* {
	border: 0px;
	padding: 0px;
}

img {
   border: 0;
}
/*** RUZNE HACKY - KONEC ***/

body {
	background-color: rgb(211,220,225);
	font-size: 80%;
	font-family: Helvetica,  Arial, Verdana;
	color: #002135;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#na-stred {
	width: 790px;
	margin: 0px auto;
	/*background-color: #B9CED9;*/
}

/*** HORNI NAVIGACE - START ***/
#horni-navigace {
	/*background-color: rgb(221,226,229);*/
	float: right;
}

#horni-navigace ul {
	margin: 0px;
	list-style-type: none;
}

#horni-navigace li {
	float: left;
}

#horni-navigace a {
	display: block;
	text-decoration: none;
	color: rgb(2,82,119);/*#025277;*/
	padding-left: 1em;
}

#horni-navigace a:hover {
	text-decoration: underline;
}

#horni-navigace li a {
	float: left;
}
/*** HORNI NAVIGACE - KONEC ***/

/*** ZAHLAVI - START ***/
#zahlavi {
	clear: right;
	height: 76px;
	background-color: rgb(211,220,225);
}

#zahlavi h1, #zahlavi h2 {
	margin: 0px;
	padding: 0px;
	color: #002135;
}

#zahlavi h1 a {
	color: #002135;
   text-decoration:none;
	background-color: rgb(211,220,225);
}

#zahlavi h1 {
	float: left;
}

#zahlavi h2 {
	float: right;
	text-align: right;
}
/*** ZAHLAVI - KONEC ***/

/*** HLAVNI NAVIGACE - START ***/
#hlavni-navigace {
	clear: both;
	background-color: #286991;
	width: 100%;
}

#hlavni-navigace ul, #hlavni-navigace li {
	list-style-type: none;
}

#hlavni-navigace li {
	float: left;
}

#hlavni-navigace a {
	display: block;
	text-decoration: none;
	color: White;
	background-color: #286991;
	background-image: url(../images/cms/pozadi-hl-nav.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0.5em 10px 0.5em 5px;
	width: 97px;
}

#hlavni-navigace a:hover {
	color: rgb(0,33,53);
	background-color: white;
	background-image: url(../images/cms/pozadi-hl-nav.gif);
	background-position: top right;
}

#hlavni-navigace a:active {
	background-color: white;
	background-image: url(../images/cms/pozadi-hl-nav.gif);
	background-position: top right;
	color: black;
}

#hlavni-navigace a.currentpage {
	background-color: white;
	background-image: url(../images/cms/pozadi-hl-nav.gif);
	background-position: top right;
	color: black;
}

#hlavni-navigace a.activeparent {
	background-color: white;
	background-image: url(../images/cms/pozadi-hl-nav.gif);
	background-position: top right;
	color: black;
}
/*** HLAVNI NAVIGACE - KONEC ***/

/*** DROBECKY A VYHLEDAVANI - START ***/
#drobecky-hledat {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: 0px;
	line-height: 2.5em;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
	border-bottom: 2px solid rgb(145,150,156);
}

#drobecky {
	/*width: 49%;*/
	font-size: 75%;
	float: left;
	background-color: #fff;
	padding-left: 5px;
}

#drobecky a {
	/*font-size: 70%;*/
}

#drobecky span.lastitem {
	/*font-size: 70%;*/
}

#hledat {
	float: right;
	margin-right: 5px;
}

#hledat form {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

#hledat form label {
	padding-right: 0.5em;
}

#hledat form input {
	vertical-align:middle;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#hledat form input#cntnt01searchinput {
	height: 1.1em;
	width: 150px;
	border: 1px solid black;
}
/*** DROBECKY A VYHLEDAVANI - KONEC ***/

/*** OBSAH A BOCNI PANEL - START ***/
#obal-obsahu {
	background-color: #fff;
	background-image: url(../images/cms/pozadi-hlavni.gif);
	background-repeat: repeat-y;
	width: 790px;
	float: left;
}

#obsah {
	background-color: #fff;
	width: 530px;
	float: left;
	padding: 10px 10px 10px 15px;
}

#bocni-panel {
	float: right;
	width: 229.5px;
	margin-bottom: 20px;
}
	/*** SEKUNDARNI NAVIGACE - START ***/
#bocni-panel ul#sekundarni-nav {
	background-color: rgb(254,230,0);
	list-style-type: none;
}

#bocni-panel ul#sekundarni-nav li a {
	display: block;
	text-decoration: none;
	color: rgb(0,21,39);
	font-weight: bold;
	border-bottom: 1px solid rgb(0,21,39);
	padding-left: 15px;
}

#bocni-panel ul#sekundarni-nav li a:hover {
	color: rgb(254,230,0);
	background-color: rgb(0,21,39);
}

#bocni-panel ul#sekundarni-nav li a:active {
	color: rgb(254,230,0);
	background-color: rgb(0,21,39);
}

#bocni-panel ul#sekundarni-nav li a.currentpage {
	color: rgb(254,230,0);
	background-color: rgb(0,21,39);
}

#bocni-panel ul#sekundarni-nav li a.activeparent {
	color: rgb(254,230,0);
	background-color: rgb(0,21,39);
}
	/*** SEKUNDARNI NAVIGACE - KONEC ***/
	
	/*** FILTR VYROBKU - START ***/
#filtr-vyrobku h3 {
	margin-top: 1em;
	margin-bottom: 0.5em; 
}

#filtr-vyrobku h4 {
	margin-top: 0.5em;
	margin-bottom: 0.5em; 
}

#filtr-vyrobku {
	margin-left: 15px;
}

#filtr-vyrobku ul {
	list-style-type: none;
	border-bottom: 1px solid rgb(0,21,39);
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#filtr-vyrobku ul li a {
	display: block;
	text-decoration: none;
	color: rgb(0,33,53);
}

#filtr-vyrobku ul li a:hover {
	font-weight: bold;
}

#filtr-vyrobku ul li a.aktual {
	text-decoration: underline;
}
	/*** FILTR VYROBKU - KONEC ***/
/*** OBSAH A BOCNI PANEL - KONEC ***/

/*** PATICKA - START ***/
#paticka {
	color: rgb(2,82,119);
	background-color: rgb(211,220,225);
	line-height: 2em;
	clear: both;
}

#paticka ul {
	list-style-type: none;
}

#paticka li {
	float: left;
}

#paticka a {
	display: block;
	text-decoration: none;
	color: rgb(2,82,119);/*#025277;*/
	padding-right: 1em;
}

#paticka a:hover {
	text-decoration: underline;
}

#paticka h4#info {
	float: right;
}

#paticka h4#info a {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
/*** PATICKA - KONEC ***/

/*** COPYRIGHT - START ***/
#copyright {
	clear: both;
	color: rgb(2,82,119);
	background-color: rgb(211,220,225);
	font-size: 70%;
}

#copyright a {
	color: rgb(2,82,119);
	text-decoration: none;
}
/*** COPYRIGHT - KONEC ***/

/*** UKONCENI OBTEKANI FLOAT - START ***/
.neobtekat:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.neobtekat {display: inline-table;}

/* skrytí před IE-mac \*/
* html .neobtekat {height: 1%;}
.neobtekat {display: block;}
/* konec skrytí před IE-mac */
/*** UKONCENI OBTEKANI FLOAT - KONEC ***/

/*------------------------------------------------------*/

/*** STYLY OBSAHU - START ***/

#obsah {
	color: rgb(0,33,53);
}
/*
#obsah h1 {
	font-size: 150%;
	font-weight: bold;
	padding: 0.1em 0 0.3em 0;
	margin: 0 0 0.5em 0;
	border-bottom: 2px solid rgb(145,150,156);
}
*/
#obsah h1 {
	font-size: 150%;
	font-weight: bold;
	padding: 0.5em 0 1.5em 0.5em;
	margin: 0;
	color: white;
	background-color: #011531;
	border-bottom: 2px solid #3b769a;
}

#obsah h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 0.1em 0 0.3em 0;
	margin: 0.5em 0 0.5em 0;
	border-bottom: 1px solid rgb(0,33,53);
}

#obsah h3,
#obsah h4,
#obsah h5,
#obsah h6{
	font-size: 100%;
	font-weight: bold;
	padding: 0.1em 0 0.3em 0;
	margin: 0.5em 0 0.5em 0;
}

#obsah ul {
	margin-left: 25px;
}

#obsah ol {
	margin-left: 25px;
}

/* specialita pro kontakt */
#obsah .box_kontakt {
  width: 100%;
}
#obsah .div_vlevo {
	float: left;
  width: 49%;
}
#obsah .div_vpravo {
	float: right;
  width: 49%;
}
/* specialita pro kontakt */


table#download {
	width: 100%;
	border-collapse: collapse;
}

table#download th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #326480;
	padding: 3px;
}

table#download td {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #326480;
	padding: 3px;
}

table#download td.ikona {
	text-align: center;
}

table#download td.velikost {
	text-align: right;
}

table#kontakt {
	border-collapse: collapse;
}
table#kontakt thead tr td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #326480;
}
table#kontakt thead tr th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #326480;
	vertical-align: text-top;
	text-align: center;
	vertical-align: top;
}

table#kontakt tbody tr td {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #326480;
	vertical-align: top;
}

table#reference {
	border-collapse: collapse;
	width: 100%;
}
table#reference thead tr td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #326480;
}
table#reference thead tr td p {
	margin: 0;
}
table#reference thead tr th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #326480;
	vertical-align: text-top;
	text-align: left;
	vertical-align: top;
}
table#reference thead tr th p {
	margin: 0;
}
table#reference tbody tr td {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: #326480;
	vertical-align: top;
}
table#reference tbody tr td p {
	margin: 0;
}
