@charset "windows-1250";
/* CSS Document */

.forum {
	width: 385px;
	margin: auto;
}

.forum-cat {
	border-bottom: #CCCCCC 1px solid;
	line-height: 22px;
	height: 22px;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

.forum-line {
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	line-height: 22px;
	padding-left: 5px;
}

.forum-cat A:link, .forum-cat A:hover,.forum-cat A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.forum-topic {
	background-color: #353535;
	border-bottom: #CCCCCC 1px solid;
	line-height: 22px;
	height: 50px;
	padding-left: 5px;
}

.forum-popis {
	font-size: 11px;
}

.forum-stav {
	width: 40px;
	height: 48px;
	text-align: center;
	border-right: #CCCCCC 1px dotted;
	float: left;
	padding-top: 2px;
}

.forum-name {
	height: 47px;
	width: 200px;
	float: left;
	padding: 3px 5px 0px 5px;
}

.forum-info {
	height: 47px;
	line-height: 47px;
	width: 25px;
	border-left: #CCCCCC 1px dotted;
	float: left;
	padding: 3px 5px 0px 5px;
	text-align: center;
}

.forum-info2 {
	height: 47px;
	width: 25px;
	border-left: #CCCCCC 1px dotted;
	float: left;
	padding: 3px 5px 0px 5px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}

.topic {
	border-bottom: #CCCCCC 1px solid;
	height: 30px;
	line-height: 30px;
	background-color: #353535;
}

.topic-nadpis {
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	background-color: #3B3B3B;
}

.topic-stav {
	height: 23px;
	width: 29px;
	border-right: #CCCCCC 1px dotted;
	float: left;
	text-align: center;
	padding-top: 7px;
}

.topic-name {
	height: 30px;
	width: 160px;
	float: left;
	padding: 0px 5px 0px 5px;
}

.topic-info {
	width: 30px;
	border-left: #CCCCCC 1px dotted;
	float: left;
	text-align: center;
}

.topic-info2 {
	width: 80px;
	height: 30px;
	border-left: #CCCCCC 1px dotted;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}

.topic-info3 {
	width: 60px;
	border-left: #CCCCCC 1px dotted;
	float: left;
	text-align: center;
	font-size: 11px;
}

.topic-text {
	padding: 5px;
	border-bottom: #CCCCCC 1px solid;
	background-color: #F2F2F2;
	color: #333333;
}

.topic-foot {
	padding: 5px;
	border-bottom: #CCCCCC 1px solid;
	background-color: #3B3B3B;
}

