body {   
    font-family: Times New Roman;
    color: #fff;
    background-color: #001012;
    background-image: url(../gfx/background/bg_pattern.png);
    background-repeat: repeat;
}

a:link     {text-decoration: none; color: #000000;}
a:hover    {text-decoration: underline; color: #000000;}
a:visited  {text-decoration: none; color: #000000;}
a:active   {text-decoration: none; color: #000000;}

hr{
  background-color: #000;
}

h1{
  font-size: 35pt;
  text-decoration: none;
  font-weight: normal;
}

h2{
  font-size: 14pt;
  /*text-decoration: underline;*/
}

#main {position: relative; border: 0; margin: 0 auto 0 auto; padding: 0;
   /*text-align: center;*/ 
   width: 1000px;
   height: auto;
   color: #000;
   font-size: 15px;
   background-image: url(../gfx/background/bg_circles.png);
   background-position: center bottom;
   background-repeat: no-repeat;
}

#paper {position: relative; border: 0; margin: 0 auto 0 auto; padding: 0;
   text-align: center; 
   width: 650px;
   left: 10px;
   height: auto;
   background-color: #b0b0a0;
   background-image: url(../gfx/paper.png);
}

.paper_okraj_up {position: absolute; border: 0; padding: 0;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 3px;
   background-image: url(../gfx/paper_okraj_top.png);
}

.paper_okraj_down {position: absolute; border: 0; padding: 0;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 3px;
   background-image: url(../gfx/paper_okraj_down.png);
}

#paper_nadpis {position: relative; margin: 0 auto 0 auto;
  padding-top: 5px;
  padding-bottom: 0px;
  /*background-color: pink;*/
}

#paper_content {position: relative; margin: 0 auto 0 auto; padding: 0;
   /*top: 30px;*/
   /*width: 460px;*/
   /*height: 520px;*/
   /*height: auto;*/
   /*background-color: #aa9;*/
}

.right {
  position: absolute;
  right: 26px;
}

#paper_col_right {
  margin-right: 25px;
  text-align: justify;
  float: right;
  width: 44%;
}

#paper_col_left {
  margin-left: 25px;
  text-align: justify;
  float: left;
  width: 44%;
  
}


#paper_datum {position: absolute;
  bottom: 5px;
  width: 97%;
  text-align: right;
}

#gradient{
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../gfx/background/bg_top_gradient.png);
  width: 100%;
  background-repeat: repeat-x;
  height: 600px;
}

#paper_footer {position: relative;
  
}

#left_side_menu{
  position: relative;
  float: left;
  top: 30px;
  width: 130px;
  height: auto;
}

.left_menu_item{
  position: relative;
  padding: 10px;
  height: auto;
  width: 140px;
  background-color: #b0b0a0;
  background-image: url(../gfx/paper.png);
}

#right_side_menu{
  position: relative;
  float: right;
  top: 5px;
  right: 20px;
  width: 120px;
  height: auto;
  color: #788;
  text-align: right;
}

.right_menu_item{
  position: relative;
  padding: 10px;
  width: 100px;
  height: auto;
  background-color: #b0b0a0;
  text-align: left;
  color: #000;
  background-image: url(../gfx/paper.png);
}

.horizontal_shadow{
  position: absolute;
  top: 0px;
  right: -20px;
  width: 20px;
  height: 100%;
  background-image: url(../gfx/background/horizontal_shadow.png);
}

.vertical_shadow{
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 20px;
  background-image: url(../gfx/background/vertical_shadow.png);
}

.corner_shadow{
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../gfx/background/corner_shadow.png);
}

.cl{clear: both;}

.gallery img{
  border: 1px #777 solid;
  margin: 5px;
}