body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

	margin: 0px;	
	padding: 0px;
	
	color: black;
	
	text-align: center;
	background: url(body-bg.gif) no-repeat;
	background-position: top center;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Lucida Sans Unicode",  Arial, Helvetica, sans-serif;
	color: #ad262a;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: normal;
}

h1{ font-size: 170%; }
h2{ font-size: 160%; }
h3{ font-size: 150%; }
h4{ font-size: 140%; }
h5{ font-size: 130%; }
h6{ font-size: 120%; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
}

a{	color: #ad262a; }
a:hover{ text-decoration: none; }
a img{ border: none; } /* , a:link img */

form
{
	margin: 0px;
}
form .lab
{
	margin-bottom: 4px;
	display: block;
	color: #6c6a6b;
}
form .lab.right
{
	position: relative;
	top: -18px;
	left: 30px;
	width: 130px;
}

table{ font-size: 100%; }
table td{
	padding: 4px;
}

input, textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #8b8b8b;
	padding: 5px;
	
}
input
{
	background: url(bg-input.gif) no-repeat;
}
textarea
{
	background: url(bg-textarea.gif) no-repeat;
}
input.checkbox,
input.radio
{
	border: none;
	background: none;
}

.field, .textarea
{
	width: 250px;
}
.field.sm, .textarea.sm
{
	width: 143px;
}
.field.ssm, .textarea.ssm
{
	width: 90px;
}
textarea.textarea
{
	height: 200px;
}
.textarea.hsm
{
	height: 100px;
}
.textarea.hssm
{
	height: 42px;
}
input.submit
{
	background: #ad262a;
	color: white;
	border: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

ul li
{
	background: url(li-bg-01.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}
ul li ul li
{
	background: url(li-bg-02.gif) no-repeat;
	background-position: 0px 6px;
}
ul li ul li ul li
{
	background: url(li-bg-03.gif) no-repeat;
	background-position: 0px 7px;
}

/* tabulky z editoru */
table.standard{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.colored
{
	border: 1px solid #ebe9dc;
	border-right: none;
	border-bottom: none;
}
table.standard th{
	background: #515151;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td{
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th,
table.colored td{
	border-right: 1px solid #ebe9dc;
	border-bottom: 1px solid #ebe9dc;
}
table.colored th{
	background-color: #ad262a;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 4px;
}
/*********************/

/****************/

.main
{
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header
{
	width: 100%;
	height: 211px;
	position: relative;
}

.header .logo
{
	position: relative;
	width: 214px;
	height: 42px;
	top: 137px;
	left: 20px;
}
.header .logo .text
{
	position: absolute;
	z-index: 0;
}

.header .logo .img
{
	background: url(logo.gif) no-repeat;
	position: absolute;
	width: 214px;
	height: 42px;
	z-index: 1;
}
.header .logo .img a
{
	display: block;
	width: 214px;
	height: 42px;
}

.header .service-menu
{
	font-size: 10px;
}
.header .service-menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 72px;
}
.header .service-menu ul li
{
	background: url(ico-arrow.gif) no-repeat;
	background-position: 0px 4px;
	padding: 0px;
	padding-left: 10px;
	
	display: inline;
	margin-left: 15px;
}
.header .service-menu ul li a
{
	text-decoration: none;
}

.header .search
{
	position: absolute;
	right: 0px;
	bottom: 20px;
	height: 25px;
	width: 170px;
}
.header .search-form .submit
{
	background: url(ico-search.gif) no-repeat;
	background-color: #ad262a;
	border: none;
	width: 25px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.header .search-form .wrap
{
	width: 140px;
	height: 25px;
	background: url(bg-search-field.gif) no-repeat;
	
}
.header .search-form .field
{
	margin: 0px;
	padding: 0px;
	border: none;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 130px;
	background: none;
}
.header .banner-big
{
	background: url(ico-advert-vertical.gif) no-repeat;
	background-position: top right;
	width: 772px;
	height: 100px;
	position: absolute;
	top: 4px;
	left: 0px;
}
.header .banner-big .banner
{
	background: #dbdbdb;
	width: 750px;
	height: 100%;
}
.header .banner-small
{
	background: url(ico-advert-horizontal-small.gif) no-repeat;
	background-position: top left;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 4px;
	right: 0px;
}
.header .banner-small .banner
{
	background: #dbdbdb;
	width: 100%;
	height: 77px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.header .banner-right
{
	background: url(ico-advert-right.gif) no-repeat;
	background-position: top left;
	width: 120px;
	height: 623px;
	position: absolute;
	top: 249px;
	right: -136px;
}
.header .banner-right .banner
{
	background: #dbdbdb;
	width: 100%;
	height: 600px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bar
{
	background: #ad262a;
	height: 6px;
	width: 100%;
	position: relative;
}
.bar .bookmarks
{
	background: url(bg-bookmarks.gif) repeat-x;
	height: 33px;
	position: absolute;
	right: 0px;
}

.bookmarks ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: 10px;
	margin-right: 25px;
}
.bookmarks ul li
{
	background: url(bookmarks-divider.gif) no-repeat;
	padding: 0px;
	padding-left: 11px;
	padding-right: 8px;
	display: inline;

}
.bookmarks ul li.f
{
	background: none;

}
.bookmarks ul li a
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

a.home,
a.about,
a.directory,
a.contact,
a.rss
{
	padding-left: 24px;
}
a.home
{
	background: url(ico-home.gif) no-repeat;
}
a.about
{
	background: url(ico-about.gif) no-repeat;
}
a.directory
{
	background: url(ico-directory.gif) no-repeat;
	background-position: left 3px;
}
a.contact
{
	background: url(ico-contact.gif) no-repeat;
	background-position: left 2px;
}
a.rss
{
	background: url(ico-rss.gif) no-repeat;
	background-position: left 2px;
}


.menu
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li
{
	background: none;
	display: inline;
	padding: 0px;
}
.menu ul li a
{
	display: block;
	background: url(ico-arrow2.gif) no-repeat;
	background-color: #f7f5f6;
	background-position: 9px 10px;
	padding: 5px;
	padding-left: 21px;
	padding-right: 10px;
	text-decoration: none;
	margin-bottom: 1px;
}
.menu ul li ul li a
{
	background-color: transparent;
	font-size: 11px;
	padding-left: 31px;
	background-position: 21px 9px;
}
.menu ul li ul
{
	font-weight: normal;
}


.cols
{
	
}

.col-left
{
	width: 180px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
}
.col-middle
{
	width: 481px;
	
	float: left;
	margin-left: 14px;
	
}
.col-right
{
	width: 301px;
	float: right;
	
}
.col-middle,
.col-right
{
	margin-top: 32px;
	overflow: hidden;
}


.path
{
	color: #a6a6a6;
}

.box
{
	margin-bottom: 5px;
	clear: both;
}
.box .label
{
	background: url(ico-arrow2-down.gif) no-repeat;
	background-position: 7px 12px;
	background-color: #efefef;
	font-size: 12px;
	color: #ad262a;
	padding: 5px;
	padding-top: 6px;
	padding-left: 20px;
}
.box .in
{
	background: #f7f5f6;
	padding: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.box.bookmark
{
	position: relative;
	top: 6px;
	margin-bottom: 10px;
}
.box.bookmark .label
{
	border-bottom: 3px solid #acaaab;
	background: none;
	color: white;
	padding: 0px;
}
.box.bookmark .label span
{
	background: #acaaab;
	padding: 4px;
	position: relative;
	top: -2px;
}
.box.bookmark .in
{
	margin-top: 1px;
}
.box.bookmark img
{
	position: relative;
}
.box.bookmark.banner .in
{
	padding: 0;
}
.box.bookmark .clean
{
	background: none;
	padding: 0px;
}
.box.bookmark .dark
{
	background: #d6d4d5;
}

.pager
{
	text-align: center;
	color: #c1c1c1;
	font-weight: bold;
	margin-top: 10px;
}
.pager a
{
	text-decoration: none;
	
}
.pager a.page.active
{
	color: #c1c1c1;
}
.pager a span
{
	visibility: hidden;
	overflow: hidden;
}
.pager a.first,
.pager a.previous
{
	padding-bottom: 2px;
	padding-top: 2px;
	width: 16px;
	overflow: hidden;
	color: white;
}
.pager a.last,
.pager a.next
{
	padding-bottom: 2px;
	padding-top: 2px;
	width: 16px;
	overflow: hidden;
	background-color: #ad262a;
	color: white;
}
.pager a.first
{
	background: url(ico-arrow-left-left.gif) no-repeat;
	background-position: center;
	background-color: #ad262a;
}
.pager a.previous
{
	background: url(ico-arrow-left.gif) no-repeat;
	background-position: center;
	background-color: #ad262a;
	margin-right: 4px;
}
.pager a.next
{
	background: url(ico-arrow-right.gif) no-repeat;
	background-position: center;
	background-color: #ad262a;
	margin-left: 4px;
}
.pager a.last
{
	background: url(ico-arrow-right-right.gif) no-repeat;
	background-position: center;
	background-color: #ad262a;
}


.footer
{
	background: #f1edee;
	height: 73px;
	margin-top: 10px;
}
.footer a
{
	color: black;
}
.footer .left,
.footer .right
{
	margin-top: 31px;
}
.footer .left
{
	float: left;
	margin-left: 25px;
}
.footer .right
{
	float: right;
	margin-right: 25px;
}




.ico-date, .ico-date2
{
	background: url(ico-date.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}
.ico-date2
{
	background-position: 105px 2px;
	padding-left: 120px;
}
.ico-discussion
{
	background: url(ico-discussion.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

.light-text
{
	color: #939395;
}
.minus-top-pos
{
	position: relative;
	top: -3px;
}







.quotes
{
	width: 235px;
	float: right;
	margin-left: 10px;
	background: #f7f5f6;
	margin-bottom: 10px;
	font-style: italic;
	color: #474546;
	line-height: 15px;
}
.quotes .in
{
	border: 1px solid #efefef;
	padding: 17px;
	padding-bottom: 13px;
	padding-top: 13px;
}
.quotes .qt
{
	color: #ad2927;
	font-size: 15px;
	font-weight: bold;
	width: 12px;
}
.quotes .qt.start
{
}
.quotes .qt.end
{
	position: relative;
	top: 2px;
}
.quotes p{ display: inline; }





/****************/



.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.print-header
{
	display: none;
}

.move-dw-2
{
	position: relative;
	top: -2px;
}

ul.errors
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #aa0000;
}
ul.errors li
{
	list-style: square;
	background-image: none;
	color: white;
	font-weight: bold;
}


div.article-box
{
	clear: both;
	margin-bottom: 20px;
}
div.article-box h2, div.article-box h4
{
	margin-top: 0px;
}
img.article-image
{
	float: right;
	margin: 0 0 3px 5px; 
}

ul
{
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

.banner-menu-down
{
	text-align: center;
}

h3.article-day
{
	margin-top: 0;
}
img.article-day-image
{
	float: left;
	margin: 0 10px 3px 0;
	border: solid 2px white;
}

img.article-detail-image
{
	float: left;
	margin: 0 10px 3px 0;
	border: solid 2px #d6d4d5;
}



/* NEW */
.comments
{
	
}
.comments .item
{
	margin-bottom: 7px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 7px;
}
.comments .label
{
	color: #ad262a;
}
.comments .item .info
{
	margin-bottom: 7px;
}
.comments .item.child
{
	/*margin-left: 36px;*/
	margin-left: 10px;
}
.comments .item.child1 { margin-left: 15px; }
.comments .item.child2 { margin-left: 30px; }
.comments .item.child3 { margin-left: 45px; }
.comments .item.child4 { margin-left: 60px; }
.comments .item.child5 { margin-left: 75px; }



.cleaner
{
	clear: both;
}

.comment-links
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.no-item
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

table.no-space td
{
	margin: 0;
	padding: 0;
}




h4.question
{
	margin: 0;
}
div.answer-item
{
	margin-top: 10px;
	clear: both;
}
div.answer-item div.answer-scale
{
	background-color: #ad262a;
	font-size: 1px;
	height: 10px;
}
div.answer-item div.answer-share
{
	float: right;
	position: relative;
}

div.fulltext .relevance
{
	color: #666666;
}

table.article-table td
{
	padding: 2px;
}
table.article-table td.left
{
	padding-left: 0px;
}

div.comment-box
{
	padding: 10px;
	background-color: #f7f5f6;
	margin-top: 10px;
}
div.comment-box h3
{
	margin-top: 0px;
}


.article-list-image
{
	float: left;
	margin: 0 5px 0 0;
}


.article-banner
{
	background: url(ico-advert-vertical.gif) no-repeat;
	background-position: top right;
	width: 480px;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}



.header .banner-big
{
	background: url(ico-advert-vertical.gif) no-repeat;
	background-position: top right;
	width: 772px;
	height: 100px;
	position: absolute;
	top: 4px;
	left: 0px;
}
.header .banner-big .banner
{
	background: #dbdbdb;
	width: 750px;
	height: 100%;
}


img.subject-detail-image
{
	float: right;
	border: solid 2px #dddddd;
	margin: 0 0 5px 10px;
}

.subject-category-box
{
	background-color: #f5f5f5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.subject-category-box img
{
	margin-bottom: 5px;
}

.subject-category-box a, .subject-category-box a:hover
{
	font-weight: bold;
	text-decoration: none;
}

table.subject-table
{
	
}
table.subject-table td.st-first
{
	background-color: #f5f5f5;
	text-align: center;
	width: 100px;
	height: 100px;
}
table.subject-table td.st-second
{
	padding-left: 20px;
}
.subject-line
{
	font-size: 0;
	border-top: 1px solid #dddddd;
	margin-top: 5px;
	margin-bottom: 5px;
}
