/* ===================== ZAKLADNI HTML PRVKY */
body	{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 1.5em;
	font-size: 12px;
	background:url(../img/main_bcg.jpg) repeat-x;

}

/* --- odkazy --- */
a 						{color: #6c8d0a; text-decoration: underline;}
a:hover 				{color: #6c8d0a; text-decoration: none;}

/* --- ikonky k odkazum --- */
a[href$='.doc'], a[href$='.rtf'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/doc.png) no-repeat center right;}
a[href$='.txt'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/txt.png) no-repeat center right;}
a[href$='.xls'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/xls.png) no-repeat center right;}
a[href$='.rss'], a[href$='.atom'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/rss.png) no-repeat center right;}
a[href$='.vcard'] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/vcard.png) no-repeat center right;}
a[href$='.pps'], a[href$='.ppt']		{padding: 5px 20px 5px 0; background: transparent url(../img/ico/pps.png) no-repeat center right;}
a[href$='.pdf'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/pdf.png) no-repeat center right;}
a[href$='.fla'], a[href$='.swf'] 	{padding: 5px 20px 5px 0; background: transparent url(../img/ico/swf.png) no-repeat center right;}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] 
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/zip.png) no-repeat center right;}
a[href$='.css'] 							{padding: 5px 20px 5px 0; background: transparent url(../img/ico/css.png) no-repeat center right;}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] 		
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/avi.png) no-repeat center right;}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] 
												{padding: 5px 20px 5px 0; background: transparent url(../img/ico/mp3.png) no-repeat center right;}
a[href *="icq.com"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/icq.png) no-repeat center right;}
a[href ^="callto:"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}
a[href ^="skype:"] 						{padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}  
a[href ^="mailto:"], a.mail			{padding: 5px 20px 5px 0; background: transparent url(../img/ico/mailto.png) no-repeat center right;}
a.out											{padding: 5px 20px 5px 0; background: transparent url(../img/ico/external.png) no-repeat center right;}
a.print										{padding: 5px 20px 5px 0; background: transparent url(../img/ico/print.png) no-repeat center right;}

/* --- zakladni html prvky ---*/
em, i					{font-style: normal;}
hr						{display: block; clear: both; /*color: #626262; background: #626262; height: 1px; */border: 0px; margin: 10px 0px 10px 0px;}
p 						{text-align: left; margin: 0px 0px 10px 0px; line-height: 1.5em;color: #000; text-align:justify;}
code 					{font-size: 140%; font-weight: bold;}
strong					{font-weight: bold;}
.div-bad {
        padding: 10px;
        border: 3px solid red;
        background: white;
        color: #613438;
		margin-bottom:20px;
}

.div-good {
        padding: 10px;
        border: 3px solid green;
        background: white;
        color: #613438;
		margin-bottom:20px;
}

.div-aktualita {
	float:left;
	display:block;
	width:100%;
	border-bottom:1px solid #decab5;
	height:100px;
	margin-bottom:20px;
	background:url(../img/aktuality_bcg.jpg) no-repeat;
	padding:0px;
}

.div-aktualita h3 a, .div-aktualita2 h3 a, .div-aktualita h3, .div-aktualita2 h3 {
	color:#d66422;
	margin: 0px 0px 5px 0px;
	text-decoration:none;
}

.div-aktualita h3 a:hover, .div-aktualita2 h3 a:hover {

	text-decoration:underline;
}

.div-aktualita p, .div-aktualita2 p {
	line-height:1.4em;
}

.div-aktualita2 {
	float:left;
	display:block;
	width:100%;
	border-bottom:1px solid #decab5;
	height:100px;
	margin-bottom:0px;
	background:url(../img/aktuality_bcg.jpg) no-repeat;
	padding:0px;
}
.textNovinky {
	height:70px;
	overflow:hidden;
}

.obrazy {
	padding-bottom:30px;
	border-bottom:1px solid #decab5;
	margin-bottom:20px;
	overflow:hidden;
}


	.obrazy img {
		margin-top:5px;
		float:left;
	}
	.obrazy p {
		margin-left:130px;
		margin-top:3px;
		margin-bottom:0px;
	}
	.btn {
		width:120px;
		height:20px;
	/*	background:#6A2D28;*/
		color:#6A2D28;
		margin-top:20px;
		margin-right:40px;
		cursor:pointer;
	}

#oddelovac {
	height:11px;
	width:180px;
	background:url(../img/hr.gif) no-repeat;
}

/* --- seznamy --- */
ul						{margin: 5px 0px 5px 5px; padding: 0px; text-align: left; list-style: none;}
li						{padding: 0px 0px 0px 12px;color:#000; margin: 0px; background: url(../img/li_sipka.gif) no-repeat 0px 7px;}
ol						{padding: 4px 0px 0px 20px; margin: 0px;}

/* --- obrazky --- */
img 								{border: 0px;}
a img.galerie, img.galerie	{border: 1px solid #626262; padding: 4px; background: #ffffff;}
a:hover img.galerie 			{border: 1px solid #666666; padding: 4px; background: #ffffff;}
img.border, img.ramecek		{border: 1px solid #8d6b41; padding: 2px;}
a:hover img.border			{border: 1px solid #000000;}
img.icon							{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft						{margin: 0px 10px 10px 0px;}
img.toright						{margin-left: 10px;}

/* --- horni a dolni indexy --- */
sub, sup 			{vertical-align: baseline; position: relative;}
sub 					{top: 0.4em;}
sup 					{bottom: 0.4em;}

/* --- tabulky --- */
table.nice						{width: 390px; font-size: 0.9em;}
table.nice tr td 				{padding: 2px 4px 2px 4px;	font-size: 1em; border: 1px solid #dddddd;}
table.nice tr td.item		{background: url(../img/bcg_th.gif) repeat-x #f5f5f5 bottom; font-weight: bold; width: 160px;}
table.nice tr th				{background: url(../img/bcg_th.gif) repeat-x #f5f5f5 bottom; font-weight: bold; width: 120px;}
table.nice tr td.long		{width: 250px;}
table.short						{width: 230px;}
table.medium					{width: 350px;}
table.none 						{border: none;}
table.top tr 						{vertical-align:top;}
table tr td.sirsi				{width:70px;}
table tr td.td					{width:135px;}
/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6		{clear: both; color: #6c8d0a; font-size: 1.3em; margin: 0px;}
h1								{display:none;}
h2									{padding: 0px; margin: 0px 0px 5px 0px; font-size: 18px; font-weight:bold;}
h3, h3 a							{font-size: 16px; font-weight:bold; margin: 10px 0px 5px 0px;}
h4									{font-size: 14px; color: #b20d27; font-weight:bold; margin-bottom:5px;}
h5									{font-size: 14px; margin-bottom:5px;}
h6									{font-size: 13px; font-weight:bold; margin-bottom:5px;}
h7									{font-size: 13px; margin-bottom:5px;}
h8									{font-size: 12px; font-weight:bold; margin-bottom:5px;}

/* --- formulare --- */
input, textarea				{font-family:  'Trebuchet MS', Verdana, 'Geneva CE', Arial, Helvetica, sans-serif; font-size: 0.95em; width:250px;border: 1px solid #6c8d0a;}
input								{ vertical-align:middle; height:15px; margin-right:10px; padding: 3px; background: #ffffff;}
/*input.submit					{background: #dddddd; border: 1px solid #999999; color: #000000; width: 150px; height: 25px; font-size: 0.90em; padding: 0px 0px 2px 0px; text-transform: uppercase; text-decoration: none; text-align: center; font-weight: normal; cursor: pointer;}*/
input.hledat {
	float: left;	
	text-decoration:none;
	padding:3px 6px 4px 5px;
	vertical-align:middle;
	border:none;
	cursor:pointer;
	font-size:10px;
	
	color:#613438;
	width:51px;
	height:24px;
	background:url(../img/searchbutt.jpg) no-repeat;
}
input.button {
	border:none;
	cursor:pointer;
	font-size:12px;
	float:right;
	color:#fff;
	width:80px;
	height:21px;
	background:#A78733 no-repeat;
}
input.kratky {
	width:20px;
}

input.submit {
	width:80px;
	height:30px;
	display:block;
	background:#6c8d0a;
	color:#fff;
	float:right;
}
input.submit2 {
	width:80px;
	height:30px;
	display:block;
	background:#6c8d0a;
	color:#fff;
	float:left;
}



.dotaz {
	width:240px;
}
input.radio						{vertical-align: -6px; border:0;}
input.checkbox					{border: 0px;}
textarea							{border: 1px solid #999999; margin-bottom: 0px; padding: 3px;  background: #fafafa; height:50px; margin-top:0;}
form								{margin: 0px; padding: 0px;}
legend							{background: url(../img/bcg_mid_top.gif) no-repeat top; border: 1px solid #0d6a06; background: #269411; color: #ffffff; font-weight: bold; padding: 2px 10px 2px 10px;}
label 							{margin: 4px 10px 3px 10px; width: 90px; float: left; text-align: right;}
label.kratsi 					{width: 80px;}
label.pravy 					{margin: 4px 10px 3px 10px; width: 100px; float: right; text-align: left;}
label.povinny 					{color: #004080;}

/* --- globalni tridy --- */
.clear			{clear: both;}
.smaller			{font-size: 0.85em;}
.small 			{font-size: 0.8em;}
.bigger 			{font-size: 1.05em;}
.gray 			{color: #666666;}
.blue 			{color: #004080;}
.red				{color: #ed1c24;}
.green			{color: #008000;}
.white			{color: #fff;}
.bold 			{font-weight: bold;}
.right 			{text-align: right;}
.right_li		{float:right; margin-top:-20px;}
.center			{text-align: center;}
.center2		{text-align: center; display:block;}
.left				{text-align: left;}
.toblock			{text-align: justify;}
.toleft			{display: block; float: left;	text-align: left;}
.toright			{display: block; float: right; text-align: left;}
.border			{display: block; border: 1px solid #b89263; padding: 0px 10px 0px 10px;}
.nomargin		{margin: 0px;}
.error			{display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a			{color: #000000;}
.hidden			{display: none;}
.bad				{background: #ff0000; border: 1px solid #dddddd; color: #ffffff; padding: 2px 5px 2px 5px; font-weight: bold;}
.odsazeni		{padding:0px 8px 0px 8px; color:#d7cccd;}
.odeslat {background-color:#3b1e22;	color:#FFFFFF;	font-weight:bold; width:100px;}
.underline {text-decoration:underline;}
.nounderline {text-decoration:none;}
.nounderline:hover {text-decoration:underline;}
.noborder			{border:0;}
.nomargin 			{margin:0px;}
.separator		{margin:0 12px; color:#534c4e; font-weight:bold;}
.floatleft		{float:left;display:block;}
.floatright		{float:right;display:block;}
#oddelovac {
	height:11px;
	width:180px;
	background:url(../img/hr.gif) no-repeat;
}

/*======================== seznamy */
.podmenu2				  { font-size: 12px;  color: #613438; list-style-type: none; margin: -0px 0px 0px 0px; padding: 0px 4px 2px 15px;  position:absolute; min-width: 100px; width:110px; background: #ffffff; border: 1px solid #d7cccd; visibility: hidden; z-index: 10; display:block;}
.podmenu2 li		  {font-size: 12px;  color: #613438; text-align: left; float:none; padding: 0px 4px 0px 0px; margin: 3px 0px 3px 0px; background: #ffffff; _height: 15px;}
.podmenu2 a:link 		{ font-size:12px; color: #613438;}

.podmenu2 a				{font-size: 12px;  color: #613438; display:block;  padding: 4px 0px 4px 0px; margin: 0px; width:150px;}
/*.podmenu2 a:hover	{font-size: 11px;   text-decoration: underline; background: #d7cccd;}*/
.podtrzeni-podmenu2 {border-bottom: 1px solid #000;}
.podmenu2 h3  			{font-size:12px; font-weight:normal; display:inline;}

.menu0 					{color:#b04600; list-style-type:none; display:inline; font-size:14px; margin:0}
.menu0 li				{display:inline; padding:0}
.menu0 li a 			{color:#b04600; text-decoration:none;}
.menu0 li a:hover		{text-decoration:underline;}

/* ======================================== */

/* ========================== BLOKOVE PRVKY */
#holder {
	display:block;
	margin:auto;
	width:910px;
}
#layout {
	display:block;
	width:860px;
	margin:auto;
}
#layout #header {
	display:block;
	width:860px;
	float:left;
	background:url(../img/header_bcg.jpg) no-repeat;
	height:200px;
}
#layout #menu {
	display:block;
	width:860px;
	float:left;
	height:37px;
	padding-top:15px;
}

#layout #menu ul {
	display:inline;
	padding:0;
}

#layout #menu ul li {
	display:inline;
	background:none;
	padding:0;
	font-weight:bold;
}

#layout #menu ul li a {
	color:#fff;
	text-decoration:none;
}

#layout #menu ul li a:hover {
	text-decoration:underline;
}

#layout #menuHolder {
	display:block;
	float:left;
}

#layout #jazyky {
	display:block;
	float:right;
}

#layout #jazyky img{
	margin-left:12px;
}

#layout #content {
	display:block;
	width:860px;
	float:left;
	background:url(../img/content_bcg.jpg) no-repeat top right;
	padding-top:40px;
}

#layout #content #bocniMenu {
	width:195px;
	display:block;
	float:left;
	height:100px;
}

#layout #content #bocniMenu ul {
	padding:0;
	margin:0;
}

#layout #content #bocniMenu ul li {
	background:url(../img/li_bocnimenu.jpg) no-repeat 0;
	padding-left:20px;
	margin-bottom:8px;
}

#layout #content #bocniMenu ul li a{ 
	text-decoration:none;
	font-weight:bold;
}

#layout #content #bocniMenu ul li a:hover{ 
	text-decoration:underline;
}

#layout #content #bocniMenu #certifikaty {
	display:block;
	float:left;
	width:145px;
	height:69px;
	background:url(../img/certifikaty_bcg.jpg) no-repeat;
	margin-top:20px;
	padding:10px;
	color:#FFF;
	line-height:1.4em;
}

#layout #content #bocniMenu #certifikaty h3{
	color:#fff;
	margin-top:0;
}

#layout #content #text {
	min-height:560px;
	width:435px;
	border-left:1px solid #c6c4c5;
	border-right:1px solid #c6c4c5;
	display:block;
	float:left;
	padding:0 30px 20px 30px;
}

#layout #content #text p {
  line-height: 1.4em;
}

#layout #content #text td {
  padding: 5px;
  margin: 0px;
}

#layout #content #text-big {
	min-height:560px;
	width:600px;
	border-left:1px solid #c6c4c5;
	border-right:1px solid #c6c4c5;
	display:block;
	float:left;
	padding:0 30px 20px 30px;
}

#layout #content #text-big p {
  line-height: 1.4em;
}

#layout #content #text-big td {
  
  margin: 0px;
}

#layout #content #galerie {
	width:140px;
	display:block;
	float:left;
	padding-left:24px;
}

#layout #content #galerie img{
	margin-bottom:15px;
}


#footer {
	display:block;
	width:910px;
	height:32px;
	background:url(../img/footer_bcg.jpg) repeat-y;
	float:left;
	padding-top:18px;
}

#footer p {
	font-size:11px;
	text-align:center;
}

table.pronajem tr {
	border-bottom:1px solid;
}

table.pronajem tr td {
	vertical-align:top;
	padding-right:13px;
	padding-top:10px;
	border-bottom:1px solid #c6c4c5;
}

table.pronajem tr td.middle {
	width:131px;
}

table.pronajem tr td.middle2 {
	width:170px;
}

table.pronajem tr td.middle2 p{
	font-weight:bold;
	
}

table.pronajem tr td.right {
	padding:10px 0 0 0;
}

table.formular tr td {
	vertical-align:top;
}

table.formular tr td input{
	float:right;
}

table.formular tr td textarea {
	float:right;
	margin-right:10px;
}

table.formular_poptavka input.checkbox {
	width:15px;
	float:right;
	margin:0;
	padding:0;
}

table.formular_poptavka textarea{
	height:80px;
}
table.formular_poptavka input {
	border:1px solid #999;
}

table.tabulka tr td {
	text-align:center;
	font-size:10px;
}


table {
  border-collapse: collapse
}

.td1 {
  padding: 5px 5px 5px 5px;
  border: 1px solid #c5c5c5;
  background: url("../img/td1.jpg") #a2a2a2 repeat-x bottom;
  color: white;
  font-weight: bold;
  vertical-align: top;
}

.td1 p {
  color: white;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}



.td2 {
  padding: 5px 5px 5px 5px;
  border: 1px solid #c5c5c5;
  background: url("../img/td2.jpg") #eeeeee repeat-x bottom;
  color: #6c8d0a;
  vertical-align: top;
}

.td2 p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

.td2 p span {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

.td2 img {
  border: 1px solid black;
}

.td3 {
  padding: 5px 5px 5px 5px;
  border: 1px solid #c5c5c5;
  background: url("../img/td3.jpg") #ffffff repeat-x bottom;
  vertical-align: top;
}

.td3 p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}

.td3 p span {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}



.td4 {
  padding: 5px 5px 5px 5px;
  border: 1px solid #c5c5c5;
  background: url("../img/td2.jpg") #eeeeee repeat-x bottom;
  color: #6c8d0a;
  vertical-align: top;
  text-align: center;
}

.td4 p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.td4 p span {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.td4 img {
  border: 1px solid black;
  text-align: center;
}

#layout #content #bocniMenu .cistic {
  clear: both:
  height: 10px;
  font-size: 1px;
}