/* pozadina citave stranice */
body {}

/* pozadina bloga */
.blog_bg{}

/* header bloga */
.blogheader{}

/* footer bloga */
.footer {}

.comment {
   background-color:#6F1306;
   border: 2px solid #CBB444; }

.blogspacer {
   background-color: #470C04;
   border-top: 4px none #470C04;
   border-bottom: 4px none #470C04;
   height: 6px; }

#blog_width {
   width: 900px; }

.blog_col_1 {
   width: 200px; }
.blog_col_2 {
   width: 520px; }
.blog_col_3 {
   width: 180px; }

.blog_ctrl {
   margin: 6px; }

.footer {
   width: 900px; }

.blogtitle {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; text-align:center; margin: 5px 0 10px 0; padding: 2px; color:#CCB042; font-weight:bold; background-color:#470C04; border: 1px solid #CCB042;     }

.blogtitle a {color: #CBB144;}

.ch {text-indent:2px;background-color:#FD761C; font-family: Tahoma; font-size: 11px; text-align:center;  color:#340201}

.blogtext {
   color: #FFFFFF;
   font-family: Tahoma;
   text-align: justify; 
   font-size: 12px; }


