/* CSS Document */
* {padding:0;
   margin:0}

body {
  color:black;
  font:15px/25px "Palatino Linotype";
  height:100%;
  margin:auto;
  width:1000px;
  }

#header {
  width:885px;
  height:84px;}

#left {
  float:left;
  margin-top:10px;
  width:700px;
  }
  
#right {
  margin-left:750px;
  margin-top:10px;
  width:250px;
  position:fixed;}

h1 {
margin:0; 
padding:0;
}

h1 a {
background:white url('heading.png') top left no-repeat;
display:block;
text-decoration:none;
width:585px;
height:84px;
margin:0;
padding:0;}

h1#home a {margin:auto;}

h1 a span{display:none}

h2 {
  margin-top:0em;
  margin-bottom:.5em;
  }

h2 small{font-weight:normal}

blockquote {font-style:italic;margin-top:10px}

ul{list-style-type:square}

a{color:rgb(208,0,32)}

hr{visibility:hidden;clear:both;}

p{text-indent:3em}

p.uvod{
width:580px;
margin:auto;
text-indent:0;
margin-bottom:20px;
margin-top:20px;}

p.perex {
  font-style:italic;
  background-color:rgb(239,239,239)}

p.center {
  text-align:center}

p.right {
  text-align:right;
  position:absolute;right:5px;bottom:5px}
  
.povidka {
  margin-bottom:2em;
  padding-bottom:20px;
  border-bottom:2px solid black;}
  
#right p{text-indent:0; margin-top:50px}

#main {
	text-align: left;
	margin: 0px auto;
	margin-bottom:40px;
	padding: 0px;
	border:0;
	width: 920px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#home-left {
	float: left;
	width: 460px;
}

#home-right { 
	margin: 0;
	float: left;
	width: 460px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.povidka-left, .povidka-right {
  width:400px;
  margin-bottom:5px;
  padding:20px;
  height:250px;
  border:2px solid rgb(240,240,240);
  position:relative;}

.even {
background:rgb(239,239,239);
}
  
h2+p{text-indent:0}

#links{position:absolute;left:0;top:35%;margin:0;padding:0;}
  
#knihyhref {
   display:block;
   margin:0; padding:0;
   position:relative;
   width:35px; height:100px;
   overflow:hidden;
   }
   
#knihyhref span {
   display:block;
   position:absolute; left:0; top:0; z-index:1;
   width:35px; height:100px;
   margin:0; padding:0;
   background:url('knihy_link2.png') top left no-repeat;}
   
#bloghref {
   display:block;
   margin:0; padding:0;
   position:relative;
   width:35px; height:100px;
   overflow:hidden;
   margin-bottom:20px;}
   
#bloghref span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:35px; height:100px;
      margin:0; padding:0;
      background:url('blog_link2.png') top left no-repeat;
      }