/* eZ publish 3 mystyle CSS -      */

/* Main  */

#main
{
	left: 12em;
	width: 40em;
	top: 160px;
	position: absolute;
}

#main h2 
{
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

/* Menu  */

#menu
{
    left:1em;	
    width: 11em;
    top: 160px;
    position: absolute;
}

/* Logo  */

#logo
{
	position: absolute;
	width: 35em;
	top: 130px;
	text-align: right;
}

/* Top menu  */

#top_menu
{
	left:1.5em; 
	position: absolute;
	width: 51em;
	top: 90px;
}

/* Foot  */

#foot
{
	bottom: 99%;
	position: relative;
}

/*  Ostatni  */

.telo
{
	padding-top: 1ex;
    padding-bottom: 1ex;
	padding-left: 1ex;
    padding-right: 1ex;
	text-align: justify;
}

.hidden
{
	visibility: hidden;
}

.foot
{
	display: inline;
}

div.list
{
    background-color: #e8ffe8;
    border-top: solid 1px #37a837;
    border-left: solid 1px #37a837;
    border-right: solid 1px #37a837;
    border-bottom: solid 1px #37a837;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    padding-left: 0.5ex;
    padding-right: 0.5ex;
    text-align: left;
    margin: 3px;
}

div.list-two-border
{
    background-color: #e8ffe8;
    border-top: solid 1px #37a837;
    border-left: solid 1px #37a837;
    border-right: solid 1px #37a837;
    border-bottom: solid 1px #37a837;
    margin: 3px;
}

div.list-two
{
    background-color: #37a837;
    border-top: solid 1px #e8ffe8;
    border-left: solid 1px #e8ffe8;
    border-right: solid 1px #e8ffe8;
    border-bottom: solid 1px #e8ffe8;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    padding-left: 0.5ex;
    padding-right: 0.5ex;
    text-align: left;
}

.more:after 
{
	content:" >>";
}

.dash:before
{
	content:"- ";
}

.top_menu1:before
{
	content:"Hlavní stránka | ";
}

.top_menu2:before
{
	content:"Obec a úřad | ";
}

.top_menu3:after
{
	content:" | Ze života obce";
}

.menu
{
	 font-size: 110%;
	 font-weight: bold;
}

.line
{
	width: 80%;
	size: 1px;
	color: #37a837;
}

abbr, acronym, dfn {
	border-bottom: dotted 1px;
	cursor: help;
}
