﻿/* OBSAH */
/*	nastaveni pro #obsah je rozdeleny v layout_ie a layout_no_ie */


#obsah {
		float: left;
		width: 700px;
		text-align: justify;
		margin-left: 0px;
		padding-left: 0px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:30px
}

 /*nadpis*/
#obsah h1 {
	font: bold 12px/30px 'Verdana', Tahoma, Arial, Sans-serif;
	color: #FFF;
	text-align: right; 
	padding: 0px 10px 0px 0px;
	text-transform: uppercase; 	
	background: #034A31 url(nadpis2.gif) no-repeat 0px 50%;
}

  /*text - obsah*/
#obsah h2 {
	font: normal 11px 'Verdana', Tahoma, Arial, Sans-serif;
	color: #555;
	/*text-align: left;*/
 	word-spacing: normal;
}

#obsah h2 a {
	color: #555;
}

 /*text v obsahu - zeleny*/
#obsah h2.color-1 {
	font: normal 11px 'Verdana', Tahoma, Arial, Sans-serif;
	color: #034A31;
 	word-spacing: 0;
 	margin-top: 0; 
  	margin-bottom: 0;
}

 /*podnadpis*/
#obsah h3 {
	font: normal 12px 'Verdana', Tahoma, Arial, Sans-serif;
	color: #034A31;
	/*text-align: left;*/
 	word-spacing: normal;
 	margin-top: 0; 
  	margin-bottom: 0;
	line-height:150%
}

#obsah h3 a {
	color: #034A31;
}

/*text-zelena ------- tohle H4 zrusit*/
#obsah h4.color-1  {
	font: normal 11px 'Verdana', Tahoma, Arial, Sans-serif;
	color: #034A31;
 	word-spacing: 0;
 	margin-top: 0; 
  	margin-bottom: 0;
}


#obsah h4 {
	font: normal 11px 'Verdana', Tahoma, Arial, Sans-serif;
	color: #555;
 	word-spacing: 0;
 	margin-top: 0; 
  	margin-bottom: 0;
}


#obsah .images {	
	margin:8px ;  
 }

#obsah a:link {
	color: #034A31; /*zelena*/
	/*font: normal 11px;*/
	text-decoration: underline; 
	font-style: normal ;
}
	
#obsah a:visited {
	color: #034A31; /*zelena*/
	/*font: normal 11px;*/
	text-decoration:none;  
	font-style: normal;
}
	
#obsah a:hover {
	/*color: #034A31; */ /*zelena*/
	color: #EF9B11; /*zluta*/
	/*font: normal 11px; */
	text-decoration: none;
	font-style: normal;
	background: url("ico-ruka.gif") no-repeat right center transparent;
	padding-right: 21px;
}
	
#obsah a:active {
	/*color: #034A31; */ /*zelena*/
	/*font: normal 11px;*/
	text-decoration:none;
	font-style: normal ;
}  

#obsah a.download {
    background: url("ico-download.gif") no-repeat right center transparent;
    padding-right: 18px;
}
	
/*#obsah .seznam {
	list-style-type:disc;
	margin-left: 60px;
	text-align:left;
} */

#obsah ul li {
	list-style-image: url("odrazka_logo.gif");
	LIST-STYLE-TYPE: none;
	margin: 0px 0px 5px 0px;
}

ul, ol {
	margin: 5px 15px;
	padding: 0px 15px;
}



.table_kontakty         {
	text-align: center;
}

.tabulka_hlavni_kontakty {
	border-top: 1px solid #C0C0C0; 
	border-bottom: 1px solid #C0C0C0; 
	padding: 1px 0px 1px 0px;
}

.bunka_kontakty_leva    {
	border-bottom: 1px solid #C0C0C0;
	text-align: left;
	border-left-width: 1px;
	border-top-width: 1px;
	width:220px; 
	font-weight:bold; 
	border-bottom-style:solid; 
	border-bottom-color:#C0C0C0
}
.bunka_kontakty_stred   {
	border-bottom: 1px solid #C0C0C0;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width:150px;
}
.bunka_kontakty_prava   {
	border-bottom: 1px solid #C0C0C0;
	text-align: left;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	width:0px;
}
.table_zamestani  { border-style:outset; border-width:1px; padding:0; width: 700px; height: 20px; font-size: 12px; border-top-width 0px;  }
.table_napiste    { border-style:outset; border-width:1px;; padding:0; width: 700px; height: 20px; font-size: 12px; border-top-width 0px;  }
.table_potvrzeni  { border-style:outset; border-width:1px; height: 200px; width: 300px; text-align: center; vertical-align: top; }

.table_pusobnost {
	border-top:1px solid #C0C0C0; 
	border-bottom:1px solid #C0C0C0; 
	width: 300px;
	text-align: center;
	margin:10px
}

.bunka_pusobnost   {
	text-align: center;
}

.pusobnost-mapa {	
	text-align:center
}

.obrazek {	
		border: 5px solid #F8EDCE;
		padding: 0px; 
		margin: 8px;
		background-color: #F8EDCE; 
}
 
.obrazek_odkaz {	
		border: 5px solid #F8EDCE;
		padding: 0px; 
		margin: 0px;
		background-color: #F8EDCE;
}