/* styl pro stranky pepanos.cz */

body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
	color: Black;
}

/* vetsi nadpis */

H2, font.H2{
  display: inline-block;
  margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #234E9C;
	font-size: 14pt;
	letter-spacing: 0;
	font-weight : normal;
	text-transform : uppercase;
}

font.H2pomlcka{
	color:  #BFBFBF;
	font-size: 14pt;
	font-weight : normal;
}

/*mensi nadpis */

H3, font.H3{
  margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f4587;
	font-size: 10pt;
	font-weight : normal;
}

font.H3pomlcka{
	color:  #1f4587;
	font-size: 10pt;
	font-weight : normal;
}

/* titulek u napsali*/

font.titulek{
	font-family: Arial, Helvetica, sans-serif;
	color: #234E9C;
	font-size: 14pt;
	letter-spacing: 0;
}

/* mensi pismo */

span.mensi, font.mensi{
	font-size: 8pt;
}

/* blok textu */
div.blok{
  margin-left: 100px;
  margin-top: 30px;
  clear: both;
}

/* odsazeny odstavec */

.odsazeny{
	margin-left: 100px;	
}

.vyrazny{
	margin-left: 100px;
	border-width: 2px;
	border-color: #234E9C;
	border-style: solid; 
	padding: 4px;
}

 ol.pisne, ul.pisne{
	margin-left: 0px;
	text-align: left;
}

A{
	color: #BD320F;
	text-decoration: none;
}

A:hover{
	color: #EAAE22;
}

/* MENU */

a:hover.barva1, a:hover.barva2{
	color: #EAAE22;
}

a.barva1{
	color : #BD320F;
	text-decoration : none;
}

a.barva2{
	color : #9C123C;
	text-decoration : none;
}

/* zvyrazneni aktualni rubriky */
a.tato{
	/*color : #8D8D8D;*/
	color: #000000;
	text-decoration : none;
	font-weight: bold;
}

/*
div.pismena_nahore{
	font-family: "Times New Roman", Times, serif;
	color: #BFBFBF;
	position: static;
	top: 15px;
	letter-spacing: 100px;
}
*/

div.menu_nahore{
	font-family: "Times New Roman", Times, serif;
	font-size:	11pt;
}

div.menu_dole{
	font-family: "Times New Roman", Times, serif;
	font-size:	11pt;
	color: #BFBFBF;
}

div.vnitrek{
	/*padding-top : 18px;
	padding-left: 95px;
	padding-bottom: 20px;*/

	position:relative;
	left: 95px;
	width: 550px;
	padding-top : 18px;
	padding-bottom: 20px;
}

/* OBRAZKY */

img.podpis{
	position: absolute;
	left: 14px;
	top: 47px;
}

img.ksicht{
	position: absolute;
	top: 35px;
	left: 660px;
}


