/* CSS layout */
        a               {text-decoration: none;}
        a:link    {color: black;}
        a:visited {color: black;}
        a:active  {color: black;}
        a:hover   {color: red; text-decoration: underline;}
        
h1 {
	 /*color:white; /*aby to tam nahodou neskocilo kdyz se bude loadovat jina stranka*/
	 	font-size:3mm;
		display:none;
}

body {
        font-family: "Arial", Verdana, sans-serif;
        /*font-family: "Verdana CE", Verdana, sans-serif;*/
        /* line-height: 1.2;*/
                        font-size: 3.5mm;
        /*margin: 0; padding: 2.5em;*/
        background-color:silver;        
        padding: 0;
        margin: 0; 
        height:800px;
        min-height:600px;
        width: 100%;
        position: absolute;
        text-align: center;
        z-index:1;
} 


#center {
        position: relative;
        margin: auto;
        padding:0px;
        width: 1000px;
        height: 800px;
        /*min-height:100%;*/
        background-color: white;
        z-index:1;
        
}

#top_center {
        position:absolute;
        left: 20px;
        top: 20px;
        width: 960px;
        height: 70px;
        margin: 0px;
        background-color:white;
        border-bottom-style:solid;border-bottom-color:green; border-bottom-width:2px;

}

#top_logo {
        position:relative;
        left: 0px;
        top: 10px;
        width: 250px;
        height: 50px;
        float: left;
        border:0;
}

#top_adress {
        position: relative;
        width: 250px;
        height: 50px;
        float: right;
        text-align: right;
        color: #000000;
        font-size: 3.2mm;
        top:10px;
}

#top{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1000px;
        background-color: silver;
        height: 20px;
		text-align:left;
        
}

#footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 1000px;
        background-color: silver;
        height: 20px;
        font-size: 12px;
        color: #FFFFFF;
        text-align:right;
}

#footer_left{
        font-size: 12px;
        color: #FFFFFF;
        text-align:left;
	float:left;
}

#menu_position {
        position: absolute;
        top: 100px;
        left: 20px;
        bottom: 40px;
        height:660px; /*prvni problem-nenatahne se mi menu*/
        /*color: #79D086;*/
        background-color:#B0E3B8;
        width: 150px;/*10em;*/
        margin:0px;
        padding:0px;
}


/*MENU-----------------------------------------------------------------*/
#menu { 
        min-height: 0; /* IE7 float clear: */
        list-style-type: none;
        position: absolute; 
        left:0px;
        top:0px;
        margin:0px;
        padding:0px;
        width:150px;
        text-align:left;
        font-weight: bold; 
}

#menu li{
        margin: 0;
        padding: 0;
        border: 0;
        display: block;
        position: relative;     
        z-index: 5;             /* thus we need to apply explicit z-index here... */
}

#menu ul{
        min-height: 0; /* IE7 float clear: */
        margin: 0; padding: 0;
        background-color: #B0E3B8;
        visibility: hidden;     /* initially hide all submenus. */
        position: absolute;
        z-index: 10;
        left: 0;        /* while hidden, always keep them at the top left corner, */
        top: 0;         /*              to avoid scrollbars as much as possible */
        background-image: url(empty.gif);       /* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */

} 

#menu a {
        color: black;
       /* font-size: 1em;*/
        list-style-type: none;
        text-decoration: none;
        display: block;
        padding: 4px 0px 4px 15px;/*0.35em 1.5em;*/
       /* padding-right:0px;*/
        border-bottom: 1px solid white;
        height:20px;
}

#menu a:hover, #navigation a:focus {
  background-color: silver; /*#48BF5A;*/
}
/*
#menu a:active {
        background-color: silver;/* #48BF5A;*/
/*}*/

#menu li:hover {
        z-index: 10000; 
        white-space: normal;
}
#menu li:hover>ul {
        visibility: visible;    /* display submenu them on hover */
        left: 100%;     /* and move them to the right of the item */
}

#menu:after, #menu ul:after {
        content: ".";
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        clear: both;
}
#menu li:hover>ul {     /* inset submenus, to show off overlapping */
        visibility:visible;
        top: 10px;
        left: 90%;
        border: 1px solid white;
        /*min-width:150px;
        width:auto;*/
        width:150px;

}

#menu>li + li, #menu ul>li + li {       /* and remove the top border on all but first item in the list */
        border-top: 0;
}
#iso {
	position:absolute;
	bottom:10px;
	left:0px;
	border:0;
}
#free{
        color: black;
       /* font-size: 1em;*/
        list-style-type: none;
        text-decoration: none;
        display: block;
        padding: 0.35em 1.5em;
        padding-right:0px;
        border-bottom: 1px solid white;
        height:18px;
	
}
/*konec MENU-------------------------------------------------------------------------------*/

#container {            /*abych mohl umistit iframe*/
        position:  absolute;
        top: 100px;
        right: 0px;    /*15px*/
        width: 795px; /*780*/
        bottom: 40px;
        /*background-color: yellow;/* #79D086; */
        z-index:0;  /*i deklarace musela byt pred MENU*/

}


#prod{
	position:absolute;
	bottom:90px;
	left:45px;
	border:0;
}

#prod2{
        position:relative;
        left: 130px;
        top: 10px;
        float: left;
        border:0;
}



#iframe {
        position: static; /*relative;*/
        top: 0px;
        left: 0px; /*15px - aby scrollbar byl az u kraje*/
        width: 795px; /*780*/
        height: 660px;/*treti probem!!!!*/
        bottom:0px;
        margin:0px;
        padding:0px;    
        z-index:1;/*i deklarace musela byt pred MENU*/
        



}
/*Vlajky---------------------------------------------------------------------------------*/
#flag_one {
        position:relative;
        top:3px;
        left:0px;
        margin-right:3px;
        border:0px;
}


<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">

/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */
#menu ul {
	visibility: visible;
	position: static;

}

#menu, #menu ul {	/* float.clear */
	zoom: 1;
}

#menu li .adxmhover {
	z-index: 10000;

}

#menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
	border: 1px solid white;
}

#menu .adxmhoverUL {	/* submenu goes to the right */
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

#menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

#menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

#menu li {	/* prevent double-line between items */
	/*margin-top: -1px;*/
}

#menu a:hover, #menu .adxmhoverA {		/* li:hover>a selector */
	/*color: #fc3;*/
}

#menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;

}

/*]]>*/
</style>

<script type="text/javascript" src="ADxMenu.js"></script>
<![endif]-->
