/*ROZLOZENI */

.diskuse-content {
	clear: both;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width:99%;
}
.diskuse-content h3 {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10pt;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../gfx/bg_h3h4.gif);
	background-repeat: repeat-x;
}
.diskuse-prispevek {
	padding:0 15px 15px 0;
}
.diskuse-profil {
	background-image:url(../gfx/diskuse/zobak.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	left:1px;
	z-index:1;
	width:25%;
}
.diskuse-datum {
	font-size: 7pt;
	color:Gray;
}
.diskuse-left-top {
	background-image:url(../gfx/diskuse/left-top.gif);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:left;
	position:absolute;
	top:-1px;
	left:-1px;
}
.diskuse-right-top {
	background-image:url(../gfx/diskuse/right-top.gif);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:left;
	position:absolute;
	top:-1px;
	right:-1px;
}
.diskuse-left-bottom {
	background-image:url(../gfx/diskuse/left-bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:left;
	position:absolute;
	bottom:-1px;
	left:-1px;
}
.diskuse-right-bottom {
	background-image:url(../gfx/diskuse/right-bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
	float:left;
	position:absolute;
	bottom:-1px;
	right:-1px;
}
.diskuse-obsah {
	float:left;
	border:#cfb249 solid 1px;
	position:relative;
	padding: 3%;
	width:60%;
}
.clr {
	clear:both;
}

