﻿/*
Theme Name: Izoltrade
*/

body{
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 80%;
	text-align: center;
	background-color: #41484e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-image: url(images/bgr.gif);
}
#stranka {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#hlavicka {
	text-align: center;
	padding: 0px;
	padding-top: 0px;
	font-size: 0%;
	font-weight: bold;
	
	background-repeat: no-repeat;
	background-position: center;
}

#levemenu { 
	float: left; 
	width: 180px; 
	padding: 5px 10px 50px 0px;
}

.lmenunadpis {
	margin: 5px 10px 10px 16px;
	color: #e97433;
	font-weight: normal;
	font-size: 100%;
	padding-bottom: 10px;
}

#horni_menu {
	margin : 0px 0px 0px 0px;
	padding : 8px 0px 0px 0px;
	background-color: #060e1b;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	width: 815px;
	height: 20px;
}

#horni_menu a:link {
	color: #FFFFFF;
}
	
#horni_menu a:hover {
	color: #EAEAEA;
	text-decoration:underline	
}


#horni_menu a:visited {
	color: #FFFFFF;
}

a.horni{
	font-size : 11px;
	font-family : "Trebuchet MS", Verdana, Tahoma, sans-serif;
	padding : 0px 0px 0px 0px;
	color : #FFFFFF;
	margin : 0px 5px 0px 4px;
	display : inline;
	font-style: normal;
	text-align: left;
}

a.horni:link{
	text-decoration: none;
	color : #FFFFFF;
}

a.horni:visited{
	text-decoration: none;
	color : #FFFFFF;
}

a.horni:hover{
	text-decoration: none;
	border-bottom : 1px solid #DFF4FF;
	color : #DFF4FF;
}

#obsah {
	float: left; 
	width: 685px; 
	padding: 20px 0;
}
a:link{
	text-decoration: none;
	color : #FFC164;
}

a:visited{
	text-decoration: none;
	color : #FFCC99;
}

a:active{
	text-decoration: none;
	color : #FFCC99;
}

a:hover{
	text-decoration: underline;
	color : #FFCC99;
}

#text {
	font-size : 11px;
	color : #FFFFFF;
	line-height: 170%; 
}

#paticka {
	color: #FFFFFF;
	width: 960px;
	clear: both;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	background-color: #4e555b;
}

div.paticka-text {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin:  10px 10px 0px 20px;
	font-weight: normal;
	width: 140px;
}

table-paticka {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin:  10px 10px 0px 20px;
	font-weight: normal;
	width: 140px;
	height: 60px;
	width: 180px;
	valign: top;
}	

h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #e97433;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFD779;
	background-color: #333333;
	padding-left: 10px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FF9900;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.text_levy {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	margin-left: 0px;
	width: 180px;
	left: auto;
	margin-right: 20px;
	display: block;
	margin-top: 5px;
	font-style: italic;
}

a img {
	border: yes;
	border-color: #FFCC33;
	border-width: 1px;
	}	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:175px;
	height:400px;
	position:relative;
	z-index:100;
	border-right:0px solid #000;
	font-family:Trebuchet MS, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:175px;w\idth:175px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:160px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:right;width:175px;position:relative;}
.menu li ul li {float:left;width:160px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:155px;
	height:30px;
	border:1px solid #c2c2c2;
	border-width:0px 0px 1px 0px;
	padding:5px 0px 5px 5px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:155px; w\idth:155px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#2f3438;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#2f3438;}
.menu ul ul :hover > a.drop {background:#2f3438;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#2f3438;}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color: #060e1b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:-2px;left:160px; width:159px;border-top:0px solid #fff;}

/* another hack for IE5.5 */
* html .menu ul ul {top:-2px;t\op:-2px;}

/* position the third level flyout menu */
.menu ul ul ul{left:160px; top:0px; width:160px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-160px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {color:#fff; background:#2f3438; height:auto; line-height:1em; margin:0px 0px 0px 0px; padding:5px 10px; width:139px;border-width:0px 0px 0px 0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:139px;w\idth:139px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#23272a;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#23272a;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 0px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

