/*
.wysiwyg {
  padding:0px 30px 0px 30px;
  background:#fff;
}
*/

#homepage aside .wysiwyg {
  
}

#page aside .wysiwyg {
  
}

#page .cnt-left .wysiwyg {
	padding-left:30px;
}
	#page .cnt-left aside .wysiwyg {
		padding-left:0px;
	}



/* ------------------- WYSIWYG ---------------------------- */

 .wysiwyg h1 {
    padding:15px 0px 25px 0px;
    color: #36300b;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 100;
}
	.wysiwyg h1.nopaddbottom {
		padding-bottom:0px;
		margin-bottom:0px;
	}

 

.wysiwyg h2 {
  clear:both;
  padding:0px 0px 0px 0px;
  font-size:30px;
  font-weight:bold;
  color:#36300b;
}

.wysiwyg h3 {
  clear:both;
  padding:0px 0px 10px 0px;
  font-size:24px;
  font-weight:normal;
  color:#36300b;
}
	
.wysiwyg h4 {
  clear:both;
  padding:0px 0px 10px 0px;
  font-size:18px;
  font-weight:normal;
  color:#36300b;
}

.wysiwyg h5,
.wysiwyg h6 {
  clear:both;
  padding:0px 0px 10px 0px;
  font-size:14px;
  font-weight:normal;
  color:#36300b;
}

.wysiwyg ol {
	padding:0px 25px 25px 25px;
  list-style:none;
	margin-left:15px;
}

.wysiwyg p {  
  margin-bottom:20px;
  padding:0px 0px 0px 0px;
  line-height:22px;
}
.wysiwyg p.perex,
.wysiwyg div.perex {
  font-weight:bold;
  font-size:16px;
  padding:0px 0px 35px 0px;
  line-height:24px;
}

	.wysiwyg p.perex img,
	.wysiwyg div.perex img {
		border: medium none;
		float: left;
		margin-bottom: 30px;
		margin-right: 45px;
		width: 186px;
	}

	.cnt-right .wysiwyg p.perex,
	.cnt-right .wysiwyg div.perex {
		font-size:14px;
		line-height:16px;
	}
	
	.wysiwyg .specific_section p.perex,
	.wysiwyg .specific_section div.perex {
		font-weight:100;
	}



	.wysiwyg p.odsazeny {
		margin:20px 0px;
	}

.wysiwyg p.zvyrazneny {
  padding-left:15px;
  border-left:10px solid #36300b;
}

.wysiwyg p.podbaveny {
  background:#36300b;
  color:#fff; 
  padding:20px
}

.wysiwyg p strong {
  font-weight:bold;
}

.wysiwyg .zvetsenepismo {
	font-size:18px;
}
.wysiwyg .zmensenepismo {
	font-size:12px;
}

.wysiwyg  cite {
	font-style:oblique;
	color:#a13114;
}

.wysiwyg p acronym {
	border-bottom:1px dashed #3A3A3A;
	line-height:17px;
}

.wysiwyg  kbd {
	font-family:courier;
	letter-spacing:1px;
}

.wysiwyg  code {
	font-family:courier;
	letter-spacing:0px;
}

.wysiwyg pre {
	font-size:110%;              
	font-family:courier;
	padding-left:0px;
	padding-top:20px;
	white-space:pre;
	color:#4A4A4A;
	clear:both;
}

.wysiwyg a:link {
	color:#cb3a02;
  font-weight:normal;
}
	.wysiwyg .specific_section a:link { color:#fff; font-weight:100; }

.wysiwyg a:visited {
	color:#5b5b5b;
}

.wysiwyg a:active {
	color:#9e2c00;
}

.wysiwyg a:hover {
	color:#9e2c00;
}

  .wysiwyg a.button {
    padding:17px 35px 16px 15px;
    border:1px solid #3e3e3e;
    border-radius:5px;
    text-decoration:none;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    background:#535353 url('/img/button_basic.png') no-repeat right top;
    cursor: pointer;
  }
  
  .wysiwyg a.button:hover {
    box-shadow: 0 0 5px #444;
  }

/*tabulky*/


.wysiwyg table {
	border-collapse:collapse;
	margin:40px 0px;
  width:100%;
}

	.bordered-table {
	    border:1px solid #36300b;
	}
  
  

.wysiwyg table tr td, .wysiwyg table  tr th {
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}

.wysiwyg table tr th {
	background:#36300b;
	color:#fff;
}

.wysiwyg table tr th a:link, .wysiwyg table tr th a:visited {
	color:#fff;
	padding-right:15px;
}

.wysiwyg table tr th a:hover {
	color:#f1f1f1;
}

.wysiwyg table tbody tr td {
  background:#e7e7e7;
  vertical-align:top;
  padding:15px 25px;
}
	.wysiwyg table tbody tr:nth-child(2n) td {
		background:#fff;
	}

  .wysiwyg table.halfhalf tbody tr td {
    width:50%;
  }
  
  

.wysiwyg table tbody tr.licha td {
}

/*.wysiwyg table tbody tr.suda td {
	background:#FBF9FA;
	color:#4A4A4A;
}*/


.wysiwyg table tfoot tr td {
	background:#EEEEEE;
	color:#4A4A4A;
	font-weight:bold;
}

  /* specificka tabulka s roztazenim */
  
  #content .wysiwyg table.show_like_portlet {
    width:950px;
  }
  #content .wysiwyg table.show_like_portlet tr td {
    border:none;
  } 
  
  #content .wysiwyg table.show_like_portlet tr td:first-child {
    width:620px;
  }
  #content .wysiwyg table.show_like_portlet tr td:last-child {
    margin-left:30px;
    width:320px;
    padding-left:0px;
    padding-top:10px;
  }
  
  


/* seznamy */
                                
.wysiwyg ul {
	list-style:none;
	margin:10px 0px 30px 0px; 
}
.wysiwyg ul li {
  padding:0px 0px 10px 20px;
  background:url('/img/wsw_ulli.png') no-repeat 0px 5px; 
}
	.wysiwyg ul li:last-child {
		padding-bottom:0px;
	}


.wysiwyg ul li ul li {
  background:url('/img/wsw_ulliulli.png') no-repeat 0px 5px;
}


.wysiwyg ul li ul li ul li {
  padding-left:13px;
  background:url('/img/wsw_ulliulliulli.png') no-repeat 0px 5px;
}



.wysiwyg ol {
	margin-left:0px;
  padding-left:0px;
	width:90%;
}

.wysiwyg ol li {
	margin-top:2px;
  padding-bottom:2px;
	padding-left:0px;
	margin-left:0px;
	list-style-position: inside;
	list-style-type:decimal;
}

.oltext {
	color:#3C3C3C;
	font-weight:normal;
}

.mensi-pismo {
	font-size:95%;
}

.dulezity-text {
	font-weight:bold;
}

/*ankety*/

/*ankety*/

.wysiwyg .ps-box p.anketa-nadpis{
	font-weight:bold;
	margin-top:10px;
	margin-left:5px;
}

.wysiwyg .ps-box form fieldset{
	border:none;
}

.wysiwyg .ps-box.anketa form input{
	float:left;
}

.wysiwyg .ps-box form input.radiobutton {
	width:20px;
	border:none;
}


.wysiwyg .ps-box .anketa-radek{
	clear:both;
	height:2em;
}

.wysiwyg .ps-box .anketa-text{
	float:left;
	padding-left:5px;
	color:#0D4EA2;
	font-weight:bold;
}

.wysiwyg .ps-box label {
  cursor:pointer;
}



/*nestandartni*/

#homepage .wysiwyg p img {
  display:block;
	margin:0;
  padding:0;
	border:0;
}
#page .wysiwyg p img {
  width:186px;
  float:left;
  margin-bottom:30px;
  margin-right:45px;
	border:none;
}
  #page .wysiwyg table img {
    
  }
  

.wysiwyg a img:hover {
	box-shadow:0px 0px 10px #ccc;
}










































/* ------------------------------- Specificke styly ------------------------------- */




.box .wysiwyg {
  padding:0px 15px 0px 15px;
}

  .box {
    color:#6a4e33;
  }
  
  
  .box .wysiwyg ul,
  .box .wysiwyg ul {
    list-style:none;
  	margin-top:5px;
    margin-bottom:5px;
  }
  
  .box .wysiwyg ul li,
  .box .wysiwyg ul li {
    margin-left:0px;
    xpadding-left:0px;
    background:url('/img/wsw_ulli_gray.jpg') no-repeat 0px 5px;
  }
  
  
  
  .box .wysiwyg p {
    padding-left:16px;
  }

.box .wysiwyg p,
.box .wysiwyg ul,
.box .wysiwyg h2,
.box .wysiwyg h3,
.box .wysiwyg h4,
.box .wysiwyg h5,
.box .wysiwyg h6 {
  xpadding-left:15px;
}



.wysiwyg table.fotog tr td {
  border:none;
} 




.contactform {
  margin-top:50px;
}

.wysiwyg .contactform table tr td {
  background:none;
  vertical-align:center;
  border:none;
  padding:3px 0px;
}

.wysiwyg .contactform label {
  display:block;
  font-size:14px;
  width:120px;
  font-weight:normal;
}

.wysiwyg .contactform input {
  width:230px;
  border:none;
  padding:7px;
  background:#fff;
  border:1px solid #36300b;
  border-radius:5px;
}

.wysiwyg .contactform textarea {
  width:441px;
  max-width:431px;
  height:203px;
  max-height:193px;
  overflow:hidden;
  border:none;
  padding:7px 10px 7px 10px;
  background:#fff;
  border:1px solid #36300b;
  border-radius:5px;
}

.wysiwyg .contactform .errmsgs {
  border:1px dashed indianred;
  padding:10px;
  background:moccasin;
}

.wysiwyg .contactform .dokonceni {
  text-align:left;
}

.wysiwyg .contactform .dokonceni input.submit {
  width:170px;
  margin:0px 0px 0px 185px;
  cursor:pointer;
  background:#36300b;
  border:1px solid #36300b;
  border-radius:5px;
  color:#fff;
}
  .wysiwyg .contactform .dokonceni input.submit:hover {
      color:#fff;
	  background:#908542;
  }








/* Pomocné styly */
.wysiwyg .align-center, .align-center {
  text-align:center;
}

.wysiwyg .subviz {
  padding:0px 50% 40px 0px;
  margin-bottom:25px;
  min-height:311px;
}
  .wysiwyg .subviz.sv_01 {
    background:url('/img/subviz_02.png') no-repeat right bottom;
  }
  .wysiwyg .subviz.sv_02 {
    background:url('/img/subviz_01.png') no-repeat right bottom;
  }
  .wysiwyg .subviz.sv_03 {
    background:url('/img/subviz_03.png') no-repeat right bottom;
  }
  .wysiwyg .subviz.sv_04 {
    background:url('/img/subviz_04.png') no-repeat right bottom;
  }
  
.wysiwyg a.pbutton {
    background: url("/img/hp_main_vizual_button.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 32px;
    margin: 30px 0 0 5px;
    text-decoration: none;
    width: 176px;
}

.wysiwyg span.button {
  color:#e4013a;
  text-decoration:underline;
  cursor:pointer;
} 

.wysiwyg span.button:hover {
  text-decoration:none;
}

#tinymce.wysiwyg img {
  width:286px;
}

.wysiwyg .horizontal_separator {
	display:block;
	clear:both;
	width:100%;
	height:1px;
	font-size:0px;
	color:#fff;
	background:#000;
	margin:10px 0px;
}

.wysiwyg .autorNoLink {
	color:#cb3a02;
	font-weight:bold;
}
.wysiwyg .autorWithLink {
	color:#cb3a02;
	font-weight:bold;
}