/*
***********************************************************
* 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 {
	padding:0px;
	margin:0px;
	display:inline;
}

select, input {
	font-size:10px;
}

#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:15px 0px 0px 200px;
}

#content {
	padding:20px 0px 50px 200px;
	position:relative;
}

#lastnews {
	position:absolute;
	top:180px;
	left:10px;
	width:150px;
	text-align:left;
}

#lastnews img {
	margin-bottom:4px;
	margin-top:15px;
}

h1 {
	padding:0px;
	margin:0px;
	margin-bottom:28px;
	font-size:30px;
}

h3 {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	margin-top:20px;
	font-size:16px;
}

.bookpage {
	border:1px solid #808080;
}

.counter {
	position:absolute;
	top:20px;
	left:400px;
	width:100px;
	text-align:right;
	z-index:0px;
}

.next {
	position:absolute;
	top:138px;
/*	left:766px; */
	left:816px;
	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;
}

.nextold {
	position:absolute;
	top:138px;
	left:716px;
	font-size:40px;
	font-weight:bold;
}

.nextold a {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #808080;
	text-align:center;
	text-decoration:none;
}

.nextold a:link {
	text-decoration:none;
}

.nextold a:visited {
	text-decoration:none;
}

.nextold a:hover {
	border:1px solid #808080;
	background-color:#bbb;
	color:#fff;
}

.prev {
	position:absolute;
	top:138px;
	left:134px;
	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;
}

.blpage {
	margin-top:100px;
	text-align:left;
	padding-left:180px;
	font-weight:bold;
}

#lastadd {
	margin-left:0px;
	margin-top:10px;
}

.arti {
	float:left;
	width:150px;
	margin:0px 10px 10px 0px;
	height:250px;
	text-align: center;
}
