#forum-topic {
 width: 600px;
 text-align:center;
}

#forum-topic input {
 border:1px solid #000;
 background: rgb(107,91,78);
 color:#fff;
 font-size:13px;
 height:20px;
}

#forum-topic form {
 width:600px;
 text-align:center;
 margin:0 auto;
}


#forum-topic form .pozadi {
  background: url('forum_typeinbox.jpg') top left repeat-y;
  height:135px;
}

#forum-topic form textarea {
 width:600px;
 height:90px;
 margin:15px auto 2px auto;
 text-align:left;
 background:#ddd;
 
}

#forum-topic .strankovani {
 text-align:right;
}

#forum-topic p.buttony {
 margin-bottom:5px;
}

#forum-topic p.popis {
 text-align:left;
}

#forum-topic p.popis span {
 font-weight:bold;
}

#forum-topic .strankovani .pocet-prispevku {
 width:25px;
 background: rgb(219,207,193);
 color:#000;
 text-align:center;
 height:18px;
 _height:20px;
 margin-bottom:2px;
 _margin-bottom:0px; 
}
#start, #step_back, #step_forward, #end {
 height:25px;
 margin:0 1px;
 padding:0;
 border:1px solid #000; 
 line-height:25px;
 text-align:center;
 background: #6b5b4e;
 color: #ffffff;
 font-size: 13px;
 text-decoration:none;
}


.forum-msg-list {
 border-top:1px solid #000;
}

.forum-msg-list .prispevek {
 margin:5px;
 background: rgb(200,191,182);
 border: 1px solid #555;
 text-align: left;
}

.forum-msg-list .obsah-prispevku {

}

.forum-msg-list .prispevek .hlavicka{
 line-height: 24px;
 height:24px;
}

.forum-msg-list .prispevek .ikona {
 display:block;
 float:left;
 width:40px;
 height:40px;
 background: #000;
 margin: 0 5px 0px 0;
}
.forum-msg-list .prispevek .hlavicka .autor {
 font-weight:bold;
}

#forum-topic .prispevek input {
 border:0;  
 background:transparent;
}

.forum-msg-list .prispevek .obsah {
}

/* ------- kategorie ------------------- */
#forum-kategorie {
 border-collapse: collapse;
 margin:0 5px;
}

#forum-kategorie .kategorie {
 height:32px; 
 background: transparent url('lista.jpg') top left no-repeat;
}

#forum-kategorie .kategorie td {
 font-weight:bold;
 padding-left:25px;
 padding-bottom:5px;
}

#forum-kategorie .napoveda td {
 font-size:0.8em;
}

#forum-kategorie .nazev {
 text-align:center;
}

#forum-kategorie .autor {
 width:100px;
}

#forum-kategorie .prispevku {
 width:50px;
}

#forum-kategorie .nejnovejsi {
 width:250px;
 padding-left:10px;
}

#forum-kategorie .newTopic {
 float:right;
 margin-right:20px;
}

/* -------- new topic ------- */
#forumNewTopic .row {
 height:25px;
}
#forumNewTopic .high {
 height:100px;
}

#forumNewTopic label {
 float:left;
 width:200px;
 vertical-align: top;
}
#forumNewTopic input, #forumNewTopic textarea {
  width:300px;
  border:1px solid #888;
  padding: 0 2px;
}

#forumNewTopic textarea {
 height:100px;
}

#forumNewTopic .submit {
 width:100px;
 text-align:center;
 font-weight:bold;
 color: #ffffff;
  height: 20px;  
  line-height: 20px;
  text-align: center;
  padding-right: 10px;
  font-size: 10px;
  background: url(rb_l.jpg) 0 -20px no-repeat;
}

#forumNewTopic .povinne {
 border:1px solid #FC0;
}

#forumNewTopic .row p { font-weight: bold;}
