div.ForumBox {
width: 98%;
position: relative;
text-align: left;
}

div.odpovedBox {
position: relative;
width: 86%;
_width: 92%;
margin: 5px 0px 0px 30px;
border: 0px solid #000000;
background-image: url('LineV.gif');
background-repeat: repeat-y;
}

div#posledniOdpoved {
background-image: url('abc');
}

table.prispevek {
background-color: #D0ECF9;
border: 1px solid #6ECAEE;
margin: 10px 0px 0px 0px;
width: 100%;
}

table.odpoved {
background-color: #E4F4FC;
border: 1px solid #6ECAEE; 
margin: 5px 0px 0px 25px;
width: 100%;
}

div.arrUp {
position: absolute;
top: -5px;
left: 0px;
width: 25px;
height: 18px;
border: 0px solid #000000;
background-image: url('ArrUp.gif');
background-repeat: no-repeat;
}

div.arrLine {
position: absolute;
top: -5px;
left: 0px;
width: 25px;
height: 18px;
border: 0px solid #000000;
background-image: url('LineH.gif');
background-repeat: no-repeat;
}

a.novyPrispevek {
display: block; 
text-align: center; 
background-color: #E8E8E8; 
height: 30px; 
line-height: 30px; 
color: #000000; 
text-decoration: none; 
font-family: arial;
font-weight: bold;
}

a.novyPrispevek:hover {
background-color: #B8E3F6;
}

p.stredni { 
font-family: arial;
font-size: 10px;
color: #000000;
}

p.f_text {
font-family: arial;
font-size: 12px;
color: #000000;
}