/*
***********************************************************
* CSS Definition file
* author: vlada@zemeplocha.cz - (c) 2005
***********************************************************
* Generic elements
***********************************************************
*/

html {

}

body {
	background: url('../img/bg.gif') top left repeat-x;
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: Tahoma, Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", "Helvetica CE", lucida, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #555;
	position:relative;
}

form {
	margin:0px;
	padding:0px;
}

#page {
	background: url('../img/logo.gif') top left no-repeat;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

a  {
	color: #1E1E1E;
	text-decoration: underline;
}

a:link  {
	color: #1E1E1E;
	text-decoration: underline;
}

a:visited  {
	color: #1E1E1E;
	text-decoration: underline;
}

a:active  {
	color: #1E1E1E;
	text-decoration: underline;
}

a:hover  {
	color: #1E1E1E;
	text-decoration: none;
}

#top {
	padding:60px 0px 0px 150px;
}

#top h5 {
	position:absolute;
	top:85px;
	right:42px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color:#aaa;
}

#content {
	padding:40px 0px 50px 150px;
	position:relative;
/* 	border:1px solid #132; */
}

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	font-size:30px;
}

h1.lit {
	position:absolute;
	top:10px;
	left:150px;
}

h3 {
	padding:0px;
	margin:0px;
	margin-top:10px;
	font-size:14px;
	font-weight: bold;
}

h4 {
	padding:0px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	font-size:13px;
	font-style: italic;
}


/*
MENU
*/

#menu {
	background-color:#000 !important;
	padding:3px 5px;
	width:700px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	color:#aaa;
}

#menu a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	padding:1px 2px;
}

#menu a:hover {
	color:#000;
	background-color:#fff !important;
}

#leftside {
	position:absolute;
	top:130px;
	left:5px;
	width:130px;
	text-align:left;
}

#leftside a {
	color: #1E1E1E;
	text-decoration: none;
	padding: 3px 0px 3px 4px;
	font-weight: bold;
	display: block;
}

#leftside a:hover {
	background-color: #1E1E1E;
	color:#fff;
	padding: 3px 0px 3px 4px;
}

img.bookpage {
	border: 1px solid #1E1E1E;
	margin: 9px 0px 0px 0px;
}

.jump {
	border-top:1px solid #ddd;
	margin-top:20px;
	padding:5px 4px 0px 4px;
}

.jump form {
	margin-top:2px;
}

.jump select {
	font-size:10px;
	text-align: right;
}

.jump input {
	font-size:10px;
	background-color: #1e1e1e;
	color: #fff;
	font-weight:bold;
	border:0px;
	width:18px;
	height:18px;
	margin-bottom: 1px;

}

.annot {
	border-top:1px solid #ddd;
	margin-top:20px;
	padding:5px 4px 0px 4px;
}

/*
navigace
*/

.next {
	position:absolute;
	top:49px;
	right:80px;
	font-size:40px;
	font-weight:bold;
}

.next a {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #808080;
	text-align:center;
	text-decoration:none;
}

.next a:link {
	text-decoration:none;
}

.next a:visited {
	text-decoration:none;
}

.next a:hover {
	border:1px solid #808080;
	background-color:#bbb;
	color:#fff;
}

.prev {
	position:absolute;
	top:120px;
	right:80px;
	font-size:40px;
	font-weight:bold;
}

.prev a {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #808080;
	text-align:center;
	text-decoration:none;
}

.prev a:link {
	text-decoration:none;
}

.prev a:visited {
	text-decoration:none;
}

.prev a:hover {
	border:1px solid #808080;
	background-color:#bbb;
	color:#fff;
}

/*
NEW
*/

#leftshort {
	position:absolute;
	top:180px;
	left:0px;
	width:125px;
	padding-right:10px;
	border-right:1px solid #ddd;
}

ul#contextnav {
	padding:0px;
	margin:0px;
	list-style-image: none;
	list-style: none;
}

ul#contextnav li {
	padding:0px;
	margin:0px;
	list-style-image: none;
	list-style: none;
	padding-left:6px;
	margin-bottom: 2px;
	background: url("../img/dot.gif") 0px 6px no-repeat;
}

#lastadd {
	margin-left:0px;
	margin-top:10px;
}

.arti {
	float:left;
	width:150px;
	margin:0px 10px 10px 0px;
	padding: 5px;
	height:260px;
	text-align: center;
	background-color: #eee;
	position: relative;
}

.arti img {
	clip: rect(0px, 0px, 100px, 150px);
	overflow:hidden;
}

.arti a.ara {
	position: absolute;
	display: block;
	top: 232px;
	left:5px;
	height: 25px;
	width: 144px;
	padding: 3px;
	text-align: center;
	background-color: #f5f5f5;
}

.arti a.ara:hover {
	background-color: #eee;
	background-color: #000;
	color:#fff;
}

#leftshort #lastadd {
	text-align: center;
	margin: 0px;
}

#leftshort #lastadd img {
	margin-top: 8px;
	margin-bottom: 3px;
	border:1px solid #ddd;
}