/* CSS Document */
/* ================================================================ 
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/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists*/

.menu ul{
list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level*/ 
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list*/ 
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:163px;
padding:7px 0;
color:#FFFFFF;
background:#CC0000;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#d4d8bd;
}

/* hide the sub level links*/ 
.menu ul ul {
visibility:hidden;
position:absolute;
width:163px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/*-----------------------------------------------------------------
tady končí styly pro menu a začínají ostatní*/
#stranka{
text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #ebe6d3;
	background-image: url(img/bg01.jpg);
	width: 1036px;
	padding-left: 20px;
  /*border: 1px solid black;*/
}
#menus{
position: absolute;
top: 170px;
width: 990px;
background-color: #ffffff;
padding: 0px;
margin: 0px;
border: 1px solid black;
}
#header{
width:100%;
height: 220px;
background-color: #ffffff;
margin-left: 0px;
text-align: left;
padding-left: 0px;
/*border: 1px solid black;*/
}
#header-left{
height: 159px;
z-index: 20;
}
#header-right{
height: 159px;
width: 580px;
position: relative;
float: right;

}
 .text{
  position: relative;
  float: right;
  padding: 5px;
  width: 410px;
  height: 150px;
  font-size: 10px;
  }
 .header-img{
 position: relative;
 float: left;
 padding: 8px;
  width: 140px;
  height: 140px;
  } 
#left{
width:155px;
background-color: #ffffff;
float: left;
padding-top: 20px;
padding-left: 3px;
/*border: 1px solid black;*/
}
#plavacek{
position: fixed;
_position: absolute;
top: 180px;
left:90px;
width:140px;
border: 1px solid black;
}
#telo{
width:95%;
background-color: #ffffff;
border: 1px solid black;
margin: 0px;
padding: 0px;
}

#obsah{
text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 5px;
	min-height: 400px;	
	margin-left: 165px;
	margin-right: 5px;
/*	border: 1px solid black;*/
}

.kontakt{
    text-align: center;
    color: #000066;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    }
#content	{
	float: right;
	width: 699px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 10px;
	border-top: 0px solid #817b6f;
	border-right: 0px solid #bbd4ff;
	border-bottom: 0px solid #817b6f;
	border-left: 0px solid #bbd4ff;
	
	}
	
.book_number	{
	width: 20px;
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	}

.book_image	{
	width: 100px;
	}

.book_title	{
	font-family: arial,helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	}

.book_author	{
	font-family: arial,helvetica,sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #333333;
	}

.book_description	{
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	padding: 10px 40px 10px 0;
	}
.book_order	{
	display: none;
	}

.book_buy	{
	display: none;
  }	
  .book_type{
  
  }
  .book_currency{
  
  }