/* CSS Document */
body{ 
  margin: 0; padding: 0; background: url(/images/background.jpg) repeat top left; 
  font-family: Tahoma; font-size: 13px;
  }

.kontajner { 
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 1000px;
}
  
#obal {
  float: left;
  width: 970px;
  margin: 0;
  padding: 0 15px 5px 15px;
  background: url(/images/kontajner.jpg) repeat-y top left; 
}

.cleaner {
  clear: both;
}

a {
  text-decoration: none;
}

a:hover {
  color: red;
}

a:visited {
  color: #444;
}

a:visited:hover {
  color: red;
}

/*################################  HLAVICKA  ################################*/

#hlavicka{
  float: left;
  margin: 0;
  padding: 0;
  height: 391px;
  width: 100%;
  background: url(/images/hlavicka.jpg) no-repeat top left;
  }

/*###############################  NAVIGACIA  ################################*/

#navigacia{
  float: left;
  width:960px;
  height: 30px;
  padding: 0 5px;
  margin: 0;
  color: #fff;
  background: #1f1a17;
  }

#navigacia a{
  float: left;
  display: block;
  width: 160px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  }


/*#################################  OBSAH  ##################################*/

#obsah{
  float: left;
  width: 870px;
  padding: 10px 50px 0 50px;
  background: #fff url("/images/obsah.jpg") repeat-y left bottom;
}


/*xxxxxxxxxxxxxx  NEWS  XXXXXXXXXXXXXXX*/
#lavy{
  float: left;
  width: 530px;
  margin: 0;
  padding: 10px 0;
  }
#lavy a{color: #000; text-decoration: underline;}

#lavy div{
  float: left;
  width: 500px;
  
  padding: 10px 10px 20px 10px;
  }

h1{
  padding: 0 20px;
  margin: 0 0 5px 0;
  width: 500px;
  background: url("/images/prispevoktitle.jpg") repeat-y top left;
  }


#portretcimmo{visibility: hidden; position: absolute;width: 200px; background: transparent;}
#portretsimo{visibility: hidden; position: absolute; width: 200px; background: transparent;}
#portretnozdro{visibility: hidden; position: absolute; width: 200px; background: transparent;}

#pravy{
  float: right;
  width: 320px;
  margin: 10px 0;
  padding: 0;
  background: transparent;
}

#flyer {
  width: 300px;
  margin-bottom: 20px;
}

#topmenu {
  background: url('/images/bg-bubplastic-button.gif') top left repeat-x;
  width: 970px;
  margin-top: 392px;
  margin-bottom: 0;
  padding: 0;
}

#pravy a img {
  border: 0;
  text-decoration: none;
  margin: 0 0 20px 0;
  padding: 0 10px 10px 10px;
}

#content_rounded {
  border: 1px solid rgb(190,190,190);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  padding: 20px;
  width: 130px;
}

#article {
  border: 1px solid rgb(190,190,190);
  margin-bottom: 20px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}

#article h1 a {
  text-decoration: none;
}

#article h1 a:hover {
  color: red;
}

#article p a {
  color: red;
  font-size: 11px;
  text-decoration: none;
}

#pictview{
  visibility: hidden;
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  color: #fff;
  background: transparent url("/images/tien.png") repeat top left;
}

#pictview img{width: 1000px; padding: 20px 0 500px 0;}

/*###############################  COPYRIGHT  ################################*/
#copyright{
  float: left;
  width: 950px;
  padding: 120px 10px 5px 10px;
  font-size: 11px;
  color: #FFF;
  background: #1f1a17 url("/images/copyright.jpg") no-repeat top left; }
#copyright a{color: #FFF; text-decoration: none;}
#copyright a:hover{text-decoration: underline;}
#copyright p{
  float: left;
  margin: 0;
  width: 70px;
  height: 70px;
  color: #FFF;
  }
#copyright table{float: right; color: #FFF;padding: 0 5px 0 0; margin: 0; font-size: 9px;}

#article_content img {
  float: left;
}

p#article_image {
  float: left;
  width: 100px;
}

.articlebox textarea {
    width: 100%;
    border: 1px dashed #a3a3a3;
}

table#forum_table {
    width: 100%;
    border: 1px dashed #a3a3a3;
    border-collapse: collapse;
}

table#forum_table tr td {
    border: 1px dashed #a3a3a3;
    padding: 20px;
}

span.posts {
    font-size: 12px;
    white-space: nowrap;
}