﻿/*ROZLOZENI */

#diskuse {
	clear: both;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#diskuse h3 {
	color: #333333;
	background-color: #CCCCCC;
	font-size: 10pt;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#diskuse #prispevek {
	padding:0 15px 15px 0;
}
#diskuse #prispevek #profil {
	background-image:url(/gfx/diskuse/zobak.gif);
	background-position:right top;
	width:135px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	left:1px;	
}
#diskuse #prispevek #obsah 
{

	float:right;

}
#diskuse #prispevek #obsah #obsah-up {
	background-image:url(/gfx/diskuse/obsah-up.gif);
	background-repeat:no-repeat;
	height:10px;
	width:390px;
	margin:0px;
	padding:0px;
}
#diskuse #prispevek #obsah #obsah-content 
{
    background-image:url(/gfx/diskuse/obsah-content.gif);
	padding-left:10px;
	padding-right:10px;
	width:370px;
}
#diskuse #prispevek #obsah #obsah-content p{
	margin:0 0 0px 0;
}
#diskuse #prispevek #obsah #obsah-down {
	background-image:url(/gfx/diskuse/obsah-down.gif);
	background-repeat:no-repeat;
	height:10px;
	width:390px;
}

.odpoved #obsah-up {
	background-image:url(/gfx/diskuse/obsah-up-oran.gif);
}
.odpoved #obsah-content {
	    background-image:url(/gfx/diskuse/obsah-content-oran.gif);
}
.odpoved #obsah-down {
	background-image: url(/gfx/diskuse/obsah-down-oran.gif);
}
.odpoved #profil {
	background-image: url(/gfx/diskuse/zobak-oran.gif);
}

.datum-diskuse
{
 font-size: 7pt;
 color:Gray;
}
