
/*** Body & World, Global Definitions***/
.orange {
    color: #fbba00 !important;
}

.black {
   color: black;
}

.fl { float: left; }
.fr { float: right; }

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #fbba00;
	text-decoration: underline;
}

.button-orange {
	background: #fbba00;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
}

a.button-orange:hover {
	color: white !important;
	text-decoration: none;
	background: #666666;
}

.button-blue {
    background: #89BEDA;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
}

a.button-blue:hover {
    color: white !important;
    text-decoration: none;
	background: #029ddf;
}

.button-grey {
	background: #666666;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
}

a.button-grey:hover {
	color: white !important;
	text-decoration: none;
	background: #fbba00;
}

body {
    margin: 0px;
	padding: 0px;
    background: #727272 url('images/background.jpg') top left repeat-x;
    text-align: center;
}

div.world {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h1 {
    color: #fbba00;
    font-weight: normal;
    font-size: 1.8em;
    margin: 5px 0px 8px 0px;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

h1 a {
    color: #fbba00;
}



/*** Top ***/

/*
div.top {
    padding: 0px 0px 0px 15px;
}

div.top div.languages {
    float: left;
    width: 120px;
    text-align: right;
    font-weight: bold;
    padding: 14px 26px 0px 0px;
    letter-spacing: 0.5pt;
}

div.top div.languages a {
    color: #adb6a1;
    text-decoration: none;
}

div.top div.languages a:hover {
    color: #7ec916;
    text-decoration: none;
}

div.top div.languages span.active {
    color: #5f5f5f;
}

div.top div.logo {
    float: left;
    width: 577px;
    margin: 0px;
    padding: 0px;
}

div.top-line {
    background: url("images/border-top.gif") no-repeat;
    height: 18px;
}
*/


/* Header */
div.header {
	width: 960px;
	height: 336px;
	background: url('images/header.jpg') top left no-repeat;
}

div.header div.top {
	height: 34px;
	font-size: 11px;
}

div.header div.top div.left {
	float: left;
	width: 390px;
	margin: 7px 0px 0px 320px;
	_margin: 7px 0px 0px 160px;
}

div.header div.top div.right {
	float: right;
	width: 180px;
	margin: 7px 20px 0px 0px;
	_margin: 7px 10px 0px 0px;
	text-align: right;
}

div.header div.top div.right a {
	color: black;
	font-weight: bold;
}

div.header div.top div.left a {
	background: url('images/bullet-square-black.gif') left center no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 10px 0px 0px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div.header div.top div.left a.facebook {
	background: url('images/icon-facebook.jpg') left center no-repeat;
	padding: 3px 0px 3px 20px;
}

div.header div.top div.right a {
	text-decoration: none;
	color: black;
}


div.header div.page-title {
	width: 928px;
	height: 150px;
	margin: 15px auto 93px auto;
}

div.header div.page-title div.main-title {
	width: 340px;
	height: 50px;
	float: left;
	margin: 100px 0px 0px 10px;
	_margin: 100px 0px 0px 5px;
}

div.header div.page-title div.ytong-logo {
	width: 91px;
	height: 91px;
	float: right;
}	

div.top-menu {
	width: 927px;
	height: 32px;
	margin: 0px 0px 0px 17px;
	font-size: 14px;
	background: transparent;
}







/*** Main Navigation - Top Menu ***/
#mainnav
{   
	margin: 0;
    padding: 0;
    z-index: 30;
}

#mainnav li
{   
	margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#mainnav li a
{   
	display: block;
    margin: 0 0px 0 0;
	border-right: 1px solid #cacaca;
    padding: 5px 10px;
    /*width: 60px;*/
    background: transparent;
    color: #FFF;
    text-align: center;
    text-decoration: none;
	font-weight: bold;
}

#mainnav li a.last {
	border: none;
}

#mainnav li a:hover
{   
	background: #eaeaea;
	color: black;
}

#mainnav li a.selected {
	background: #eaeaea !important;
	color: black;
}

#mainnav li.selected a {
	background: #fbba00;
	color: black;
}

#mainnav li.selected a:hover {
	background: #eaeaea;
}

#mainnav div
{   
	position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #eaeaea;
	z-index: 1000;
	min-width: 200px;
    /*border: 1px solid #5970B2;*/
}

#mainnav div a, #mainnav li.selected div a
{   
	position: relative;
    display: block;
    margin: 0;
    padding: 3px 10px 3px 25px;;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #eaeaea url('images/bullet-square.gif') 10px center no-repeat;
	  border: none;
    color: black;
}

#mainnav div a:hover, #mainnav li.selected div a:hover
{   
	background: #d8d8d8 url('images/bullet-square.gif') 10px center no-repeat;
    color: black;
}









/*** Main ***/

div.main {
    background: white;
    padding: 16px 16px 16px 16px;
	margin: 12px 0px 0px 0px;
}



/*** Bottom ***/

div.bottom {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 0px 0px;
    color: #909090;
    font-size: 0.9em;
    background-color: white;
    background: url("images/border-bottom.gif") no-repeat;
}

div.bottom a {
    color: #909090;
}

div.bottom a:hover {
    text-decoration: none;
}

/* Footer */
div.footer {
	width: 960px;
	margin: 0px;
}

div.footer div.links-title {
	background: #727272 url('images/links-title.jpg') bottom left no-repeat;
	height: 42px;
	
}

div.footer div.links {
	background: white;
	padding: 16px;
}

div.footer div.links div.link {
	float: left;
	width: 298px;
	height: 70px;
	margin: 0px 17px 0px 0px;
	_margin: 0px 8px 0px 0px;
}

div.footer div.links div.link-last { margin-right: 0px; }

div.footer div.copyright {
	color: white;
	padding: 10px 0px 10px 20px;
	font-size: 11px;
}

div.footer div.copyright a {
	color: white;
	text-decoration: none;
}

div.footer div.copyright a:hover {
	text-decoration: underline;
}


/*** Left Column & (Right) Content ***/

div.left-column {
    float: left;
    width: 200px;
}

div.right-column {
	float: right;
	width: 297px;
}

div.content {
    float: left;
    width: 610px;
    /*margin: 0px 16px 0px 0px;
	_margin: 0px 8px 0px 0px;*/
    margin: 0px;
}

div.content div.breadcrumbs {
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 13px;
}

div.content div.breadcrumbs div.link {
	background: url('images/bullet-arrow-grey.gif') center left no-repeat;
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px 16px 0px 0px;
	color: #666666;
}

div.content div.breadcrumbs div.link a {
	color: #666666;
	text-decoration: none;
}

div.content div.breadcrumbs div.link a:hover { text-decoration: underline; }





/*** Blocks ***/

div.blocks {
    width: 200px;
}

div.blocks div.box {
    font-size: 0.9em;
    padding: 10px 12px 12px 12px;
    margin: 0px 0px 20px 0px;
    border: 1px solid #d3d3d3;
    background-color: #fcfcfb;
    background-image: url("images/box-bg.gif");
    background-repeat: repeat-x;
}

div.blocks div.box-grey {
}

div.blocks div.box-green {
    border-color: #7ec916;
}

div.blocks div.box-red {
    border-color: #ba1f25;
}

div.blocks div.box div.box-title {
    color: #7ec916;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 1.3em;
}

div.blocks div.box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.blocks div.box ul, div.blocks div.box ol {
    padding-left: 23px;
    margin: 0px 0px 5px 0px;
}

div.blocks div.box ul {
    list-style-type: circle;
}

div.blocks div.box ul ul, div.blocks div.box ul ol, div.blocks div.box ol ol, div.blocks div.box ol ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

div.blocks div.box li {
}

div.blocks div.box ul li a {
    color: #606060;
    text-decoration: none;
}

div.blocks div.box ul li.in-breadcrumbs a, div.blocks div.box ul li.selected a {
    color: #7ec916;
}

div.blocks div.box ul li.selected a {
    font-weight: bold;
}

div.blocks div.box ul li.not-selected a {
    font-weight: normal;
    color: #606060;
}

div.blocks div.box ul li a:hover {
    color: #7ec916;
}

div.box {
	margin: 0px 0px 10px 0px;
}

div.box-title {
	font-size: 13px;
	color: #fbba00;
	text-transform: uppercase;
	margin: 5px 0px 5px 10px;
	_margin: 5px 0px 5px 5px;
	text-decoration: none;
	float: left;
}

div.side-box-content {
	float: left;
}

div.side-box-content p {
	margin: 0px;
}



div.box-type-1 {
	padding: 0px 5px 5px 10px;
	clear: both;
	float: left;
	width: 280px;
}

div.box-type-1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.box-type-1 ul li {
	background: url('images/bullet-square.gif') left center no-repeat;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 5px 0px;
}

div.box-type-2 {
	text-align: left;
}

div.box-type-2 ul li {
	float: left;
}

div.box-type-2 ul li.margin-right {
	margin-right: 10px;
	_margin-right: 5px;
}

div.box-type-2 ul li a:hover {
	color: #fbba00;
}

/*div.box-type-1 ul li a { 
	text-decoration: none;
	color: black;
}*/

div.box-type-1 ul li a:hover { text-decoration: underline; }

div.box-type-1 ul li.more {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}


/*** SiteMap ***/

ul.sitemap {
    margin: 0px 0px 20px 25px;
    padding-left: 20px;
    /*list-style-type: circle;*/
    list-style: none;
}

ul.sitemap li {
	background: url("images/bullet-square.gif") no-repeat scroll 0px 6px; transparent;
	padding: 0px 0px 0px 14px;
}


ul.sitemap ul {
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 15px;
    /*list-style-type: circle;*/
    list-style: none;
}

ul.sitemap ul li {
    
}

ul.sitemap li a {
    /*text-decoration: none;*/
}

ul.sitemap li a:hover {
    text-decoration: underline;
}

/* poradna questions */
div.question-list div.question {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	border: none;
}

div.question div.question-text {
	width: 440px;
	float: left;
}

div.question div.question-answer {
	width: 156px;
	height: 29px;
	float: right;
	margin: 8px 0px 0px 0px;
}

div.question div.question-answer a.button {
	display: block;
	width: 156px;
	padding: 4px 0px;
	background: #666666;
	color: white;
	text-align: center;
	text-decoration: none;
}

div.question div.question-answer a.button:hover {
	background: #fbba00;
}



/* blog listing */
h1.blog-main-title {
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: 1px solid #fbba00;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
}

div.post {
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 20px 0px;
	/*padding: 0px 0px 20px 0px;*/
	position: relative;
	/* toto som musel pridat, lebo IE nic nezobrazoval */
	float: left;
	width: 610px;
}

h2.post-title  {
	color: black;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

h1.post-title {
	/*color: black;*/
    font-size: 26px;
    margin: 0px 0px 0px 0px;
}

h2.post-title a {
	color: black;
	text-decoration: none;
}

h2.post-title a:hover {
	text-decoration: underline;
}

div.post-date-2 {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	width: 190px;
}

div.post-info {
	/*background: #f3f2ee;*/
	display: block;
	padding: 0px;	
	font-size: 13px;
	/*text-transform: uppercase;*/
	float: left;
}

div.post-info-right {
	float: right;
}

div.post-info-right span {
	float: right;
}

div.post-info a {
	/*color: #fbba00;*/
}

div.post-date {
	display: inline;
    /*background: url('images/icon-clock.png') 0px 2px no-repeat;
	padding: 0px 0px 0px 12px;*/
}

div.post-comment-count {
	display: block;
	background: url('images/comment-count.gif') top left no-repeat;
	width: 32px;
	height: 24px;
	color: white;
	float: right;
	text-align: right;
	margin: 0px 0px 0px 4px;
	_margin: 0px 0px 0px 2px;
}

div.post-comment-count-2 {
	float: left;
}

div.post-comment-count div.padding {
	padding: 0px 3px 0px 0px;
}

a.comments-count {
	color: white;
	text-decoration: none;
}

a.comments-count:hover {
    text-decoration: none;
}

div.post-perex {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 450px;
}

div.story-perex {
	width: 490px;
}

div.post-thumb {
	float: left;
	width: 140px;
	height: 104px;
	margin: 10px 15px 15px 0px;
	_margin: 10px 7px 15px 0px;
}

/* blog right box */
div.box-categories {
	background: #666666;
	padding: 10px 10px 10px 15px;
}

div.box-categories-title {
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

div.box-categories ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

div.box-categories ul li {
	background: url('images/bullet-square.gif') 0px 6px no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
}

div.box-categories ul li.selected {
	font-weight: bold;
}

div.box-categories ul li a {
	color: white;  /*#ef9d00;*/
}

div.box-categories ul li a:hover {
	text-decoration: none;
}



/* blog comment komentare */

div.comment-form {
	text-align: center;
}

div.comment-form form {
	width: 355px;
	margin: 0px auto;
	text-align: left;
}

div.comment-form form div.label {
	/*background: #f3f2ee;*/
	display: inline;
	font-weight: bold;
	padding: 5px;
	color: black;
	float: left;
}

div.comment-form form div.textarea {
	/*margin: 10px 0px 10px 0px;*/
	margin: 10px 0px;
	background: url('images/input-textarea-1.gif') top left no-repeat;
	width: 355px;
	height: 129px;
}

div.comment-form form textarea {
	border: none;
	background: transparent;
	width: 340px;
	height: 117px;
	margin: 5px 0px 0px 5px;
	color: #898789;
}

div.comment-form form div.input {
	width: 355px;
	height: 24px;
	background: url('images/input-text-5.gif') top left no-repeat;
	margin: 10px 0px 0px 0px;
}

div.comment-form form div.input input {
	border: none;
	background: transparent;
	padding: 5px;
	line-height: normal;
	width: 345px;
}

div.comment-form form div.submit {
	float: right;
}

div.comment-form form input.submit {
	background: #fbba00;
	border: 0px;
	padding: 3px;
	font-weight: bold;
	color: white;
	cursor: hand; cursor: pointer;
}

div.comment-form form input.submit:hover {
	background: #666666;
}

div.discussion {
	margin: 40px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	/*background: url('images/diskuse.gif') top left repeat-x;*/
	border-top: 1px solid #fbba00; 
}

div.discussion h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

div.discussion div.title {
	color: black;
	font-weight: bold;
	margin: 0px 15px 15px 15px;
}

div.discussion div.title div.left {
	float: left;
}

div.discussion div.title div.right {
	float: right;
	background: url('images/icon-comment.png') 0px 4px no-repeat;
	padding: 0px 0px 0px 16px;
}

div.discussion div.post-title {
	color: black;
	background: url('images/icon-pen.png') 0px 4px no-repeat;
	padding: 0px 0px 0px 14px;
	font-weight: bold;
}

div.discussion div.post-text {
	margin: 5px 0px 5px 0px;
}

/* top info poradna */
div.top-info {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fdfdfd;
	border: 1px solid #e1e1e1;
}

div.top-info div.title {
	float: left;
	width: 490px;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div.top-info img {
	float: left;
	margin: 0px 20px 0px 0px;
	_margin: 0px 10px 0px 0px;
}

div.top-info div.text {
	line-height: normal;
}

a.hide {
	display: block;
	border: 1px solid #fbba00;
	float: right;
	padding: 0px 4px;
	font-size: 12px;
	text-decoration: none;
	color: #fbba00;
}

a.hide:hover {
	background: #fbba00;
	color: white;
	text-decoration: none;
}

/* poradna button */
div.top-buttons {
	margin: 0px 0px 10px 0px;
}

a.add-question-button-2 {
	display: block;
	background: #666666;
	color: white;
	text-decoration: none;
	float: right;
	padding: 4px 8px;
}

a.add-question-button-2:hover {
	text-decoration: none;
}

div.add-question-button {
	background: #f4aa00;
	padding: 5px 10px;
	color: white;
	float: right;
}

div.add-question-button a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.question-button {
    background: #E9E9E9;
    padding: 5px 10px;
    color: black;
    float: left;
	margin: 0px 4px 0px 0px;
	_margin: 0px 2px 0px 0px;
}

div.question-button a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

div.question-button-selected {
	background: #f4aa00;
}

div.question {
    /*border-bottom: 1px solid #e9e9e9;*/
    margin: 0px 0px 20px 0px;
    /*padding: 0px 0px 10px 0px;*/
}

h2.question-title {
    color: black;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
}

h2.question-title a {
    color: black;
    text-decoration: none;
}

h2.question-title a:hover {
    text-decoration: underline;
}

div.question-info {
    
     
    font-size: 11px;
    color: #898789;
    text-transform: uppercase;
}

div.question-info a {
    color: #ef9d00;
}

div.question-info div {
	float: left;
	/*background: #f3f2ee;*/
	padding: 0px;  
	margin: 0px 4px 0px 0px;
	_margin: 0px 2px 0px 0px;
}

div.question-info div.question-info-unanswered {
	background: #ef4900;
	color: white;
}

div.question-info div.question-info-censure {
	color: white;
	background: #89beda;
}

div.question-info div.question-info-censure a {
	color: white;
	text-decoration: none;
}

div.question-info div.question-info-censure-off {
	border: 1px solid #89beda;
	padding: 2px;  
}


div.question-info div.question-info-censure-off a {
	background: white;
	color: #89beda;
	text-decoration: none;
}
div.question-info div.question-info-censure-off a:hover {

}

div.question-info div.clear {
	float: none;
	margin: 0px;
	padding: 0px;
}

div.question-text {
	margin: 5px 0px 0px 0px;
}

h1.question-title {
    /*color: black;*/
    font-size: 30px;
    margin: 0px 0px 10px 0px;
	line-height: normal;
}

h1.story-title {
	font-size: 30px;
    margin: 0px 0px 0px 0px;
    line-height: normal;
}

div.question-table table {
	width: 100%;
	/*border: 1px solid #E9E9E9;*/
	background: #f7f7f7;
	border-bottom: 1px solid #dadada;
	margin: 5px 0px 0px 0px;
}

div.question-table table tr td {
	/*padding: 0px 10px 0px 0px;*/
	padding: 2px;
	border-right: 1px solid white;
}

div.question-table table tr td img {
	margin: 1px 0px 0px 0px;
	float: left;
}

div.question-table table tr td.text {
}

div.question-table table tr td.category {
    width: 100px;
}

div.question-table table tr td.count {
    width: 45px;
}

div.question-table table tr td.count img {
	margin: 1px 5px 0px 0px;
}

div.question-table table tr td.answered {
	width: 35px;
	padding: 0px;
	
}

div.question-table table tr td.answered-yes {
	background: #fbba00;
	
}

/* poradna pridat otazku */
div.question-form-con {
	/*border: 1px solid #F4AA00;*/
	text-align: center;
	width: 608px;
	
}
div.question-form {
	text-align: left;
	/*border-bottom: 1px solid #E9E9E9;*/
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}

p.question-not-logged {
	/*text-align: center;*/
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	/*color: #EF4900;*/
}

/*
div.question-form label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 2px 5px 0px 0px;
}
*/

div.question-form div.input {
	width: 610px;
	height: 24px;
	background: url('images/input-text-3.gif') top left no-repeat;
	margin: 0px 0px 10px 0px;
}

div.question-form input {
    border: none;
	background: transparent;
    color: #898789;
    padding: 3px 3px 3px 5px !important;
    margin: 0px 0px 0px 0px;
    color: black;
	width: 600px;
}



div.add-question-con {
	background: #fff8e5;
	border: 1px solid #fbba00;
	padding: 6px;
	margin: 0px 0px 20px 0px;
}

div.add-question-con p {
	float: left;
	margin: 4px 0px 0px 0px;
}



/*
div.question-form input {
	width: 598px;
	border: 1px solid #C8C8C8;
	color: #898789;
	padding: 5px !important;
	margin: 0px 0px 10px 0px;
	
	color: black;
}
*/

.add-story-title {
    width: 598px;
    border: 1px solid #C8C8C8;
    color: #898789;
    padding: 5px !important;
    margin: 0px 0px 10px 0px;
    /*font-size: 20px;*/
    color: black;
}

.story-calendar, div.cms-form input.story-calendar {
	margin: 0px 0px 10px 0px;
	padding: 5px !important;
	width: 100px;
}

input.add-story-title {
	width: 598px !important;
}

div.form-pribeh div.cms-form div.input-large {
	width: 610px;
	height: 24px;
	background: url('images/input-text-3.gif') top left no-repeat;
	margin: 0px 0px 10px 0px;
}

div.form-pribeh div.cms-form div.input-date {
	width: 108px;
    height: 24px;
    background: url('images/input-text-2.gif') top left no-repeat;
	float: left;
	margin: 0px 10px 10px 0px;
	_margin: 0px 10px 5px 0px;
}

div.form-pribeh div.cms-form div.input-large input {
	border: none;
	background: transparent;
	width: 590px;
	line-height: normal;
}

div.form-pribeh div.cms-form div.input-date input {
	border: none;
    background: transparent;
    width: 100px;
    line-height: normal;
}

div.form-pribeh div.cms-form div.textarea {
	width: 610px;
	height: 224px;
	background: url('images/input-textarea-3.gif') top left no-repeat;
}

div.form-pribeh div.cms-form div.textarea textarea {
	border: none;
	background: transparent;
	margin: 5px 0px 0px 5px;
	width: 600px;
	height: 214px;
	line-height: normal;
}


div.question-form div.textarea {
	width: 610px;
	height: 126px;
	background: url('images/input-textarea-2.gif') top left no-repeat;
	margin: 0px 0px 10px 0px;
}

div.question-form textarea {
	background: transparent;
	border: none;
	margin: 5px 0px 0px 5px;
	width: 600px;
	height: 115px;
	line-height: normal;
}

 textarea.add-story-text {
	width: 598px !important;
    border: 1px solid #C8C8C8 !important;
    color: #898789 !important;
    padding: 5px !important;
	background: white !important;
}

textarea.add-story-text {
	margin: 0px 0px 10px 0px;
}

div.question-form select {
    /*border: 1px solid #C8C8C8;*/
	border: 0px;
	width: 610px;
	height: 24px;
	color: #898789;
    padding: 3px 3px 3px 5px;
    margin: 0px 0px 10px 0px;
    /*font-size: 20px;*/
    color: black;
	/*background: transparent url('images/input-text-3.gif') top left no-repeat;*/
    background: transparent;
}

div.question-form div.buttons {
	float: right;
}

div.question-form input.submit {
	width: 150px;
	background: #FBBA00;
	border: 0px;
	color: white;
	font-weight: bold;
	padding: 3px;
	font-size: 13px;
	cursor: pointer; cursor: hand;
}

div.question-form input.submit:hover {
	background: #666666;
}

div.question-form input.cancel {
	width: 100px;
    background: #E9E9E9;
    border: 0px;
    color: black;
    font-weight: bold;
    padding: 3px;
    font-size: 13px;
	cursor: pointer; cursor: hand;
}

div.post-title-left {
	float: left;
}

div.post-stars {
	float: right;
}

div.comment-post {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #d5d5d5;
	
}

div.comment-left {
	float: left;
	width: 160px;
}

div.comment-right {
	float: right;
	width: 440px;
}

div.post-is-good {
	background: #f3f2ee;
}

div.certified-answers {
	background: #f3f2ee;
	padding: 10px;
	margin: 20px 0px 0px 0px;
}

div.certified-answers h2 {
	color: #fbba00;
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	background: url('images/answered2.gif') right top no-repeat;
	padding: 0px 170px 0px 0px;
}

/*** HOME PAGE ***/
div.homepage-top-title {
	text-transform: uppercase;
}

div.homepage-main-box {
	border-bottom:1px solid #E9E9E9;
	padding: 0px 0px 15px 0px;
}

div.homepage-main-box h1 {
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

div.homepage-main-box h1 a:hover { text-decoration: underline; }

div.homepage-main-box div.date {
	margin: 0px 0px 10px 0px;
}

div.homepage-main-box h1 a, div.homepage-post-box h2 a { text-decoration: none; }

div.homepage-main-box div.thumb {
	width: 297px;
	height: 200px;
	float: left;
	margin: 0px 18px 0px 0px;
	_margin: 0px 9px 0px 0px;
}

div.homepage-main-box div.perex {
	float: left;
	width: 295px;
	line-height: 1.5;
}

div.post-read-more {
	background: url('images/bullet-square.gif') left center no-repeat;
	padding: 0px 0px 0px 14px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

/*div.post-read-more a { color: black; }
div.post-read-more a:hover {text-decoration: underline; }*/



div.homepage-post-box {
	border-bottom:1px solid #E9E9E9;
    padding: 0px 0px 15px 0px;
	line-height: 1.5;
}

div.homepage-post-box-left {
    float: left;
    width: 297px;
    margin: 15px 18px 0px 0px;
    _margin: 15px 9px 0px 0px;
}

div.homepage-post-box-right {
    float: left;
    width: 295px;
	margin: 15px 0px 0px 0px;
}

div.homepage-post-box h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

div.homepage-post-box h2 a {
	text-decoration: none;
}

div.homepage-post-box h2 a:hover { text-decoration: underline; }

div.homepage-post-box div.date {
	margin: 0px 0px 10px 0px;
}

div.homepage-post-box div.thumb {
	float: left;
	width: 140px;
	height: 104px;
	margin: 0px 15px 15px 0px;
	_margin: 0px 7px 15px 0px;
}

div.homepage-bottom-box-left {
	float: left;
	width: 297px;
	margin: 15px 18px 0px 0px;
	_margin: 15px 9px 0px 0px;
}

div.homepage-bottom-box-right {
	float: left;
	width: 295px;
	margin: 15px 0px 0px 0px;
}

/* search box */
div.search-box {
    /*padding: 0px 0px 8px 0px;
	border-bottom: 1px solid #E9E9E9;*/
	margin: 0px 0px 10px 0px;	
	color: #5b5b5b;
}

div.search-box div.box-title {
	float: left;
	margin: 3px 0px 0px 0px;
}

div.search-box input {
	float: left;
	width: 267px;
	border: 0px;
	padding: 3px 3px 3px 5px;
	background: transparent;
	line-height: normal;
	color: #5b5b5b;
}

div.search-box div.search-input {
	/*border: 1px solid #c8c8c8;*/
	background: url('images/input-text-6.gif') top left no-repeat;
	float: right;
	/*width: 175px;*/
	width: 297px;
	height: 24px;
}

div.search-box input.submit {
	background: url('images/search.gif') top left no-repeat;
	cursor: pointer; cursor: hand;
	border: 0px;
	float: right;
	width: 17px;
	height: 17px;
	margin: 5px 3px 0px 0px;
	_margin: 5px 1px 0px 0px;
}

/* aktualne box */
div.box-title-2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	margin: 0px 0px 15px 0px;
}

div.box-perex {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #E9E9E9;
}

div.box-perex-last { border: 0px }

div.box-perex div.title {
	color: black;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

div.box-perex div.title a {
	color: black;
	text-decoration: none;
}

div.box-perex div.title a:hover { text-decoration: underline; }

div.box-perex div.text {
}

div.box-perex a.box-read-more {
	text-decoration: none;
	background: url('images/bullet-arrow.gif') center left no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
}

div.box-perex a.box-read-more:hover { text-decoration: underline; }

/* anketa pool */
div.pool-box {
	border: 1px solid #dadada;
}

div.pool-box-title {
	background: #fbba00;
	padding: 7px;
	color: black;
	font-weight: bold;
}

div.pool-box-content {
	background: url('images/pool-content.gif') 260px 0px no-repeat;
	padding: 5px 15px 0px 15px;
	
}

div.pool-option {
	margin: 0px 0px 0px 0px;
}

div.pool-option-title {
	/*background: url('images/bullet-pool.gif') left center no-repeat;*/
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div.pool-option-title a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div.pool-option-title a:hover { color: #FBBA00; }

div.pool-optoin-result {
	margin: 0px 0px 0px 10px;
}

div.pool-option-bar {
	float: left;
	height: 8px;
	margin: 5px 10px 0px 0px;
	_margin: 5px 5px 0px 0px;
}

div.pool-option-percentage {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

/* login box */
div.login-box {
	/*border-bottom: 1px solid #E9E9E9;
	padding: 0px 0px 5px 0px;*/
	margin: 0px 0px 10px 0px;
	background: #f3f3f3;
	padding: 0px 0px 5px 0px;
}

div.login-box div.register {
	margin: 5px 0px 0px 10px;
	font-size: 12px;
}

div.login-box form {
	float: left;
}

div.login-box div.input {
	width: 95px;
	height: 24px;
	float: left;
	background: url('images/input-text-7.gif') top left no-repeat;
	margin: 0px 5px 0px 0px;
    _margin: 0px 2px 0px 0px;
}

div.login-box div.first {
	margin-left: 10px;
	_margin-left: 5px;
}

div.login-box input {
	width: 87px;
	/*border: 1px solid #C8C8C8;*/
	border: none;
	background: transparent;
	padding: 3px;
	margin: 0px;
	line-height: normal;
	
}


div.login-box input.submit {
	width: 70px;
	padding: 0px 0px;
	background: #F4AA00;
	border: 0px;
	color: white;
	cursor: hand; cursor: pointer;
	margin: 0px;
	height: 24px;
}

div.login-box input.submit:hover { background: #666666; }

div.login-box a.register-link {
	background: url('images/bullet-square.gif') left center no-repeat;
	display: block;
	padding: 0px 0px 0px 14px;
	margin: 5px 0px 0px 20px;
	_margin: 5px 0px 0px 10px;
	text-decoration: none;
	float: left;
}

div.login-box a.register-link:hover { text-decoration: underline; }

div.login-ok {
	background: #fbba00;
	color: black;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

/* box user info */

div.user-info {
	background: #E9E9E9;
    color: black;
	padding: 5px;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	text-align: right;
}

div.user-info a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

div.user-info a:hover {
	text-decoration: none;
}

div.user-info a.nobold {
	font-weight: normal;
}

/* story stories pribehy */
div.story-gallery {
    margin: 0px 0px 20px 0px;	
}

div.story-gallery div.thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 10px 10px 0px;
	_margin: 0px 5px 10px 0px;
}

div.story-gallery div.thumb img {
	width: 100px;
    height: 100px;
}

/* box dodavatelia */
div.box-dodavatelia {
	width: 297px;
	height: 160px;
	background: url('images/dodavatelia.jpg') top left no-repeat;
	color: black;  
}

div.box-dodavatelia div.padding {
	padding: 15px 15px 0px 15px;
}

div.box-dodavatelia div.title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div.box-dodavatelia label {
	margin: 10px 0px 5px 10px;  
}

div.box-dodavatelia select {
	width: 100%;
}

/* search results vysledky */
div.search-category {
	font-size: 13px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
}

/*div.search-results div.question h2 {
	font-size: 16px;
}*/

div.search-results div.question div.question-text {
	margin: 0px;
}

span.topanswer {
	color: black;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
}

/* export */
div.export-body {
	background: white;
	margin: 10px;
	padding: 10px;
	line-height: normal;
}

div.export-body h1 {
	text-align: left;
}

/* kontakt map */
div#map {
	background: url("images/mapa.gif") no-repeat scroll center top transparent;
	height: 234px;
	margin: 0px auto 15px;
	overflow: hidden;
	position: relative;
	width: 406px;
}

div#map img {
	position: absolute;
	display: none;
	border: 0px;
}

div#map img#sk_kraj1 {top:145px;left:0px;}
div#map img#sk_kraj2 {top:110px;left:4px;}
div#map img#sk_kraj3 {top:50px;left:27px;}
div#map img#sk_kraj4 {top:126px;left:69px;}
div#map img#sk_kraj5 {top:77px;left:113px;}
div#map img#sk_kraj6 {top:5px;left:92px;}
div#map img#sk_kraj7 {top:0px;left:206px;}
div#map img#sk_kraj8 {top:44px;left:236px;}

div#map #sk_pozadi {
	display: inline !important;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}

/* contact form */
div.contact-form {
	width: 500px;
}

div.contact-form-thankyou {
	padding: 5px;
	background: #89BEDA;
	color: white;
	font-weight: bold;
}

div.contact-form .input {
	border: 1px solid #C8C8C8;
	padding: 5px;
}

div.contact-form input, div.contact-form textarea {
	width: 490px;
	margin: 0px 0px 5px 0px;
}

div.contact-form input.submit {
	width: 200px;
	border: none;
	float: right;
}
/***/
a.form-add-file {
	background: url('icons/add.gif') left center no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 120px;
}

div.cms-form input.file {
	border: 1px solid #C8C8C8;
	
}

div.story-added-info {
	font-weight: bold;
	text-align: center;
	margin: 20px 0px;
	color: white;
	background: #89BEDA;
	padding: 5px;
}

a.disclaimer {
	font-size: 12px;
}


div.admin-access {
	/*float: left;*/
}
div.post-kodex {
	float: right;
	font-size: 10px;
	padding: 6px 0px 0px 0px;
}

/* cool input */
div.cms-form div.input div.cool-input {
	background: url('images/input-text-4.gif') top left no-repeat;
	width: 300px;
	height: 24px;
	float: left;
	margin: 0px 6px 0px 0px;
	_margin: 0px 3px 0px 0px;
}

div.cms-form div.input div.cool-input input {
	border: none;
	background: transparent;
	width: 290px;
}

div.cms-form div.input div.cool-input select {
	border: none;
	background: transparent;
	width: 290px;
	padding: 3px;
}

div.cms-form div.input div.cool-input-date {
	background: url('images/input-text-2.gif') top left no-repeat;
	width: 108px;
	height: 24px;
	float: left;
    margin: 0px 6px 0px 0px;
    _margin: 0px 3px 0px 0px;
}

div.cms-form div.input div.cool-input-date input {
	border: none;
	background: transparent;
}

div.cms-form div.input div.cool-input-textarea {
    background: url('images/input-textarea-4.gif') top left no-repeat;
    width: 308px;
    height: 103px;
    float: left;
    margin: 0px 6px 0px 0px;
    _margin: 0px 3px 0px 0px;
}

div.cms-form div.input div.cool-input-textarea textarea {
	border: none;
	background: transparent;
	line-height: normal;
	width: 298px;
	height: 93px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

h1.post-title-detail {
	float: left;
	width: 530px;
	line-height: normal;
}

div.share-icons {
	width: 80px;
	margin: 10px 0px 0px 0px;
	float: right;
}

div.story-thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px 15px 15px 0px;
	_margin: 10px 7px 15px 0px;
}

div.story-text {
	margin: 10px 0px 0px 0px;
}

div.email-form {
	margin: 0px 0px 10px 0px;
}

div.email-form div.title {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

div.login-info {
	margin: 10px 0px 0px 0px;
}

p.register-info {
	margin: 0px 0px 20px 0px;
}

/*** Videno navody ***/
div.video-left {
	width: 300px;
	float: left;
	margin: 0px 10px 20px 0px;
	_margin: 0px 5px 20px 0px;
}

div.video-right {
	width: 300px;
	float: left;
	margin: 0px 0px 20px 0px;
}

div.video-con {
	
}

h2.video-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2.video-title a {
	text-decoration: none;
}

h2.video-title a:hover {
	text-decoration: underline;
}

div.video-thumb {
	width: 140px;
	float: left;
	margin: 0px 10px 0px 0px;
	_margin: 0px 5px 0px 0px;
}

div.video-thumb img {
	width: 140px;
}

div.video-text {
	width: 150px;
	float: left;
}

div.video-text div.length {
	color: #888888;
}

div.box-type-1 ul.story-docs li a {
	text-decoration: none;
}

/* content ytong dom ytongdom */
div.col-left {
	float: left;
	width: 300px;
	margin: 0px 10px 40px 0px;
	_margin: 0px 5px 40px 0px;
}

div.col-right {
	float: left;
	margin: 0px 0px 40px 0px;
	width: 300px;
}

h2.content-title {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

div.con-left {
	float: left;
	width: 74px;
	margin: 0px 10px 0px 0px;
	_margin: 0px 5px 0px 0px;
}

div.con-right {
	float: right;
	width: 215px;
}

div.con-right h3, h3.content-title {
   text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	color: #fbba00;
	margin: 0px;
}

div.con-right ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}

div.con-right ul li {
	background: url('images/bullet-square.gif') 0px 6px no-repeat;
	padding: 0px 0px 0px 14px;
}

a.go-top {
	float: right;
	background: url('images/go-top.gif') left center no-repeat;
	padding: 0px 0px 0px 14px;
	margin: 15px 0px 0px 0px;
}

div.video-previous {
	float: left;
	width: 180px;
	margin: 30px 0px 0px 0px;
}

div.video-next {
	float: right;
	width: 180px;
	margin: 30px 0px 0px 0px;
}

div.video-next h2, div.video-previous h2 {
	margin: 0px 0px 10px 0px;
}

div.video-next h2 a, div.video-previous h2 a {
	text-decoration: none;
	color: #fbba00;
}

div.video-next h2 a:hover, div.video-previous h2 a:hover {
	text-decoration: underline;
}

div.share-tooltip {
	position: absolute;
	color: #fbba00;
	background: url('images/share-tooltip.gif') top left no-repeat;
	width: 101px;
	height: 44px;
	line-height: normal;
	font-size: 11px;
}

div.share-tooltip div.padding { padding: 4px; }

div#share-facebook-tooltip {
	right: 36px;
	top: -40px;
}

div#share-twitter-tooltip {
    right: 14px;
    top: -40px;
}

div#share-vybralisme-tooltip {
    right: -7px;
    top: -40px;
}

div#share-email-tooltip {
    right: -27px;
    top: -40px;
}

/* flash intro */
div#nalepkaBack {
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 100;
}
div#chip1 {
	background: white;
}
