body	{
	font-family: 'Trebuchet MS', Verdana,'Arial CE','Helvetica CE', Arial, helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  text-align: center;
  background: #ffffff;
}

/* --- odkazy (rozsireno o ikonky typu souboru) --- */

a 				{color: #1605c4; font-size: 13px; text-decoration: none;}
a:hover 	{color: #1605c4;}
a.underline         {text-decoration: underline;}
a.underline:hover   {text-decoration: none;}

#div-main-inner2-right a {color: #1605c4; text-decoration: underline;}
#div-main-inner2-right a:hover {color: #1605c4; text-decoration: none;}

a.mail 				{background: url(../img/ico_mailanchor.gif) no-repeat right 0em; padding-right: 18px;}
a.out				{background: url(../img/ico_outanchor.gif) no-repeat left 0em; padding-left: 12px;}
a.out_right			{background: url(../img/ico_outanchor.gif) no-repeat right 0em; padding-right: 12px;}
a.print 			{background: url(../img/ico_print.gif) no-repeat left 0em; padding-left: 18px;}
a.favourites 			{background: url(../img/ico_favourites.gif) no-repeat left 0em; padding-left: 18px;}
a.map 				{background: url(../img/ico_map.gif) no-repeat left 0em; padding-left: 18px;}
a.rss 				{background: url(../img/ico_rss.gif) no-repeat left 0em; padding-left: 18px;}

/* --- ikonky souboru --- */
.ai 				{background: url(../img/ico/ai.png) no-repeat left; padding-left: 20px;}
.avi 				{background: url(../img/ico/avi.png) no-repeat left; padding-left: 20px;}
.bmp 				{background: url(../img/ico/bmp.png) no-repeat left; padding-left: 20px;}
.cdr				{background: url(../img/ico/cdr.png) no-repeat left; padding-left: 20px;}
.doc				{background: url(../img/ico/doc.png) no-repeat left; padding-left: 20px;}
.dxf				{background: url(../img/ico/dxf.png) no-repeat left; padding-left: 20px;}
.gif 				{background: url(../img/ico/gif.png) no-repeat left; padding-left: 20px;}
.html 			{background: url(../img/ico/html.png) no-repeat left;	padding-left: 20px;}
.jpg 				{background: url(../img/ico/jpg.png) no-repeat left; padding-left: 20px;}
.mp3 				{background: url(../img/ico/mp3.png) no-repeat left; padding-left: 20px;}
.pdf 				{background: url(../img/ico/pdf.png) no-repeat left; padding-left: 20px;}
.png 				{background: url(../img/ico/png.png) no-repeat left; padding-left: 20px;}
.ppt 				{background: url(../img/ico/ppt.png) no-repeat left; padding-left: 20px;}
.psd 				{background: url(../img/ico/psd.png) no-repeat left; padding-left: 20px;}
.qt 				{background: url(../img/ico/qt.png) no-repeat left; padding-left: 20px;}
.ra 				{background: url(../img/ico/ra.png) no-repeat left; padding-left: 20px;}
.rtf 				{background: url(../img/ico/rtf.png) no-repeat left; padding-left: 20px;}
.swf 				{background: url(../img/ico/swf.png) no-repeat left; padding-left: 20px;}
.tif 				{background: url(../img/ico/tif.png) no-repeat left; padding-left: 20px;}
.txt 				{background: url(../img/ico/txt.png) no-repeat left; padding-left: 20px;}
.xls 				{background: url(../img/ico/xls.png) no-repeat left; padding-left: 20px;}
.zip				{background: url(../img/ico/zip.png) no-repeat left; padding-left: 20px;}
.unknown, file			{background: url(../img/ico/unknown.png) no-repeat left; padding-left: 20px;}

/* --- lightbox --- */

#lightbox	{
	background-color: #eeeeee;
	padding: 10px 10px 5px 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
}

#lightboxDetails	{
	font-size: 1em;
	padding-top: 0.4em;
}	

#lightboxCaption	{float: left;}
#keyboardMsg		{float: right;}
#closeButton		{top: 5px; right: 5px;}

#lightbox img		{border: none; clear: both;} 
#overlay img		{border: none;}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* --- zakladni html prvky ---*/
em, i				   {font-style: normal;}
p 				     {text-align: justify; margin: 0px; line-height: 1.4em;}
code 				   {font-size: 140%; font-weight: bold;}
hr					   {color: #190f81; height: 1px; margin: 5px 0px 5px 0px; border: 0px; padding: 0px; background: #190f81;}
.bad           {color: red; font-weight: bold;}
.div-bad {
        padding: 10px;
        border: 3px solid red;
        background: white;
        color: black;
}
.bila         {color: white;}

/* --- seznamy --- */
ul ol li			{color: white; list-style-type: none; margin: 0px; padding: 0px; text-align: left;}

.menu1				  {font-size: 13px; font-weight: bold; color: white; list-style-type: none; margin: 0px; padding: 0px; }
.menu1 li			  {font-size: 13px; font-weight: bold; color: white; text-align: left; float: left; border-right: 1px solid #ddd; padding: 0 14px;}
.menu1 a:link	  {font-size: 13px; font-weight: bold; color: white; }
.menu1 a				{font-size: 13px; font-weight: bold; color: white; display: block; padding: 2px 0px 4px 0px; margin: 0px;}
.menu1 a:hover	{font-size: 13px; font-weight: bold; color: white; text-decoration: underline;}
.menu1 span  			{font-size: 13px; font-weight: bold; color: white; display: block; padding: 2px 0px 4px 0px; margin: 0px;}


.menu2				  {font-size: 11px; font-weight: bold; color: #190f81; list-style-type: none; margin: 0px; padding: 0px;}
.menu2 li		   	{font-size: 11px; font-weight: bold; color: #190f81; text-align: left; float: left;  padding: 0 5px;}
.menu2 a:link	  {font-size: 11px; font-weight: bold; color: #190f81; }
.menu2 a				{font-size: 11px; font-weight: bold; color: #190f81; display: block; padding: 2px 0px 4px 0px; margin: 0px; text-decoration: none;}
.menu2 a:hover	{font-size: 11px; font-weight: bold; color: #190f81; text-decoration: underline;}

.podmenu				  {font-size: 12px; color: #190f81; list-style-type: none; position: relative; left: -10px; margin: 10px 0; border-right: 1px solid #959a9e; padding: 0px; float: left; line-height: 1.2em; background: #91c9c8; text-decoration: none;} 
.podmenu li		 	  {font-size: 12px; color: #190f81; width: 210px; text-align: left; text-decoration: none; border-bottom: 1px dotted #081051;}
.bezlinky li		 	  {border-bottom: none;}
.podmenu a:link   {font-size: 12px; color: #190f81; text-decoration: none;}
.podmenu a				{font-size: 12px; color: #190f81; display: block; padding: 8px 5px 8px 14px; margin: 0px; text-decoration: none;}
.podmenu a:hover	{font-size: 12px; color: #190f81; background: white; text-decoration: none;}

.selected         {text-decoration: underline;}
.menu1 li.last             {border-right: 0px;}
.podmenu li.podminky             {border-bottom: 1px solid #081051;}

/* --- obrazky --- */
img 				{border: 0px;}
img.border 	{padding: 2px; border: 1px solid #7f7f7f;}
img.ram  	  {padding: 3px; border: 1px solid #081051; background: #fff;}
a:hover img.ram  	  {padding: 3px; border: 1px solid #666; background: #91c9c8;}
.bordernone {border: 0px;} 
img.icon		{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft	{margin-right: 10px;}
img.toright {margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 		{vertical-align: baseline; position: relative;}
sub 				{top: 0.4em;}
sup 				{bottom: 0.4em;}

/* --- tabulky --- */
table.nice			{width: 440px;}
table.nice tr td 		{padding: 2px;	font-size: 1em; border: 1px solid #dddddd;}
table.nice tr td.item		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold; width: 330px;}
table.nice tr th		{background: url('../img/bcg_th.gif') repeat-x top left #dfdfdf; font-weight: bold;}
table.list			{width: 610px;}
table.list tr th		{background: #eeeeee; border-bottom: 2px solid #e1e1e1; padding: 5px 2px 5px 2px;}
table.list tr td		{border-bottom: 1px solid #e1e1e1; padding: 3px 2px 3px 2px;}

table {
  cellspacing: 0px;
  cellpadding: 0px;
  border-collapse: collapse;
}

/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6  {clear: both; color: #a62e38; font-size: 1.3em; margin: 0px;}
h1        		{display: none;}
h2				{padding: 5px 0px 10px 0px;	font-size: 1.1em; color: #190f81; font-weight: bold;}
h3				{padding: 5px 0px 5px 0px;	font-size: 1.1em; color: #190f81; font-weight: bold;}  
h4 				{font-size: 1.18em; color: #2ea69c;}

/* --- formulare --- */
textarea, input, select			{border: 1px solid #999999; font-family: 'Trebuchet MS', Verdana,'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; color: #000000; font-size: 0.85em; padding: 2px 2px 2px 2px; margin-bottom: 3px;}
label				{font-size: 0.85em; font-weight: bold;}
form        {padding: 0px; margin: 0px;}

/* --- globalni tridy --- */
.clear			{clear: both;}
.smaller		{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red			{color: #9f0000;}
.green			{color: #008000;}
.right 			{text-align: right;}
.center			{text-align: center;}
.left			{text-align: left;}
.block			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left;}
.toright		{display: block; float: right; text-align: left;}
.nomargin		{margin: 0px;}
.error			{display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a		{color: #000000;}
.hidden			{display: none;}
.border			{display: block; border: 1px dotted #b1b1b1; padding: 10px 3px 10px 3px;}
.bold			{font-weight: bold; font-size: 1em;}
.halfrow		{position: relative; top: 3px;}
.underline		{text-decoration: underline;}
.odsazeni-top {padding-top: 10px;}
.odsazeni-bottom {padding-bottom: 10px;}
.big {font-size: 1.5em;}

/* --- layout webu --- */

#div-main {
      	margin: auto;
	      width: 730px;
        text-align: left;
}

#div-main-stinovani {
        position: absolute;
        top: 0px;
        width: 730px;
        padding: 0px 10px 0px 10px;
        background: url('../img/stinovani.gif');
}

#div-top {
        float: left;
        width: 730px;
        height: 153px;
        background: url('../img/bcg-top.jpg') #dafff8;
}

#img-dt {
        width: 530px;
        height: 153px;
        float: left;
}

#div-menu {
        float: left;
        padding: 5px 10px 5px 10px;
        width: 710px;
        height: 22px;
        background: #190f81;
        border-top: 1px solid #000;
}

#div-top2 {
        background: blue;
        float: right;
        width: 710px;
        height: 30px;
        padding: 10px 10px 10px 10px; 
        text-align: right;
        background: url("../img/bcg-top2.jpg") #dafff8;        
}

#div-top2 #div-top2-lang {
  display: block;
  float: right;
  padding: 10px 0 0 0;
  width: 100px;
}

#div-top2 #div-top2-hot {
  background: red;
  border: 2px solid #ff7d7d;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 10px 0 60px;
  padding: 5px;
  text-align: center;
  width: 420px;
  font-size: 1.05em;
}

#div-top2 #div-top2-hot a {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: underline;
}

#div-top2 #div-top2-hot a:hover {
  text-decoration: none;
}


#div-main-inner-podsekce {
        float: left;
        width: 730px;
        background: url("../img/bcg-main2.gif") #dafff8;
}

#div-main-inner {
        float: left;
        width: 730px;
        background: #dafff8;
}


#div-main-inner2 {
        float: left;
        padding: 0px 10px 10px 10px;
        width: 710px;
}

#div-main-inner2 img {
        margin: 3px;
}

#div-paticka1 {
        float: left;
        padding: 50px 10px 10px 10px;
        width: 710px;
        font-size: 1.2em;
        color: #190f81;
        text-align: center;
        background: url("../img/bcg-bottom.gif");
}

#div-paticka2 {
        float: left;
        padding: 10px 10px 10px 10px;
        width: 710px;
        color: white;
        text-align: center;
        background: #190f81;
}

#div-paticka3 {
        float: left;
        padding: 10px 10px 30px 10px;
        width: 710px;
        color: #190f81;
        text-align: center;
        background: #dafff8;        
}

.tecka {
        float: left;
        margin: 1px 5px 0px 5px;
}

.modra {
        color: #190f81;
}

.nadpis {
        color: #190f81;
        font-size: 1.5em;
        font-weight: bold;
}

.nadpis2 {
        color: #190f81;
        font-size: 2.2em;
        font-weight: bold;
}


#div-eshop {
        width: 710px;
        float: left;
}

.img-produkt {
        padding: 3px;
        margin: 3px;
}

.eshop-dt {
        width: 126px;
        height: 126px;
}


.div-produkty {
        border: 1px solid #959a9e;
        width: 708px;
        margin-bottom: 10px;
}

.table-produkty {
        width: 708px;
        padding: 0px;
        margin: 0px;
}

.table-produkty-inner {
        margin: 10px 0px 10px 0px;
}


.td-produkty1 {
        padding: 5px;
        width: 126px;
        text-align: center;
        vertical-align: top;
}

.td-produkty2 {
        vertical-align: top;
}

.td-produkty3 {
        vertical-align: top;
        padding: 5px;
        background: white;
        border-left: 1px solid #959a9e;
}

.td-produkty4 {
        width: 140px;
        font-weight: bold;
        vertical-align: top;
        text-align: right;
        border-left: 1px solid #959a9e;
}

.td-produkty5 {
        width: 408px;
        padding-left: 10px;
        vertical-align: top;
}

.td-produkty6 {
        width: 140px;
        font-weight: bold;
        text-align: right;
        border-left: 1px solid #959a9e;
}

.nadpis-produkty {
        font-size: 1.2em;
        text-decoration: underline;
        color: #190f81;
        font-weight: bold;
}

.input_vsplastik {
        padding: 0px;
        margin: 0px;
}

#div-kosik {
        float: right;
        padding: 10px 50px 0px 0px;
}

#text-kosik {
        text-align: center;
        color: #190f81;
        font-weight: bold;
        font-size: 1.1em;
}

.td-nakupni-kosik1 {
        background: #190f81;
        border: 1px solid white;
        color: white;
        padding: 0px 5px 0px 5px;
}

.td-nakupni-kosik2 {
        background: white;
        border: 1px solid #190f81;
        color: #190f81;
        padding: 0px 5px 0px 5px;
        text-align: right;
}

.table-nakupni-kosik {
        width: 710px;
}

.submit_vsplastik {
        border: 1px solid #190f81;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
}

.input_vsplastik2 {
        border: 1px solid #dafff8;
        color: #190f81;
        width: 230px;
        margin: 3px 0px 3px 0px;   
}

.input_vsplastik3 {
        border: 1px solid #dafff8;
        color: #190f81;
        width: 570px;
        margin: 3px 0px 3px 0px;      
}

.input_vsplastik4 {
        border: 1px solid #dafff8;
        color: #190f81;
        margin: 3px 0px 3px 0px;      
}

.input_vsplastik5 {
        border: 1px solid #dafff8;
        color: #190f81;
        width: 270px;
        margin: 3px 0px 3px 0px;      
}

.textarea-rekapitulace {
        width: 710px;
        height: 200px;
}

.img-sipka {
        border: none;
        padding: 0px;
        margin: 0px;
        position: relative;
        top: 7px;
}

#div-main-inner2-right {
        float: right;
        width: 495px;
}

.td-zaslat {
        width: 150px;
        border: 1px solid white; 
        background: #959a9e;
        color: white;
        padding: 5px 10px 5px 10px;
        text-align: right;
}

.td-zaslat2 {
        border: 1px solid #959a9e; 
        background: white;
        color: black;
        padding: 5px 10px 5px 10px;
}

.textarea_zaslat {
        width: 500px;
        height: 100px;
}

.nepodtrh {
        text-decoration: normal;       
}

table.eshop-produkty {
  width: 400px;
  text-align: center;
  margin: auto;  
}