

body{
  text-align: center; /*vycentrovanie pre IE*/
	font-family : Arial;
  background-color : #F5DEB3;
 }
a{ text-decoration: underline}
a:link { text-decoration: underline; color: brown}
a:visited { text-decoration: underline; color: brown}
a:hover		{ text-decoration: underline; color: brown}	
a.menu{
	text-decoration: none;
	color : brown;
	font-weight : bold;
	font-size : 11pt;
  }
a:visited.menu{
 	text-decoration: none;
	color : brown;
	font-weight : bold;
	font-size : 11pt;
}
a:hover.menu{
	text-decoration: underline;
	color: brown;
  text-decoration: underline overline;
}	
	
p.menu{
	margin-top : 10px;
	margin-bottom : 10px;
  text-indent: 0px; 
}
/* Absolutní pozicování */
div.head{
	height:100px;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 730px;
	margin-right : 10px;
	border-bottom-width : 0px;
	border-bottom-color : brown;
	border-bottom-style : solid;
}
div.levy{
  text-align: left;
  position : absolute;
  top : 130px;
	left : 0px;
	width : 155px
 
}
div.levy2{
  position : absolute;
	top : 700px;
	left : -30px;
	width : 155px
  text-indent: 0px;
}
div.ALL{
  position:relative; 
  width : 800px;

}
div.obsah{
  background-color : White;
  text-align: justify;
	position : absolute;
	top : 133px;
	left : 175px;
	width : 556px;
	border-width : 2px;
	border-color : brown;
	border-style :solid;
  
}
div.levy1{
  position : absolute;
	top : 540px;
	left : 0px;
	width : 155px
  
}

div.titulek{
	position : absolute;
	left : 0px;
	top : 107px;
}
	div.paticka{
  background-color : #F5DEB3;
	font-size:0.8em;
	 position : absolute;
	top : 1400px;
	left : 0px;
	width : 800px
}

/* nastavení nadpisů */
h1 {
	font-size:15pt;
	text-align : center;
	color : black;
	margin-left:10px;
	margin-right:10px;
	margin-top : 30px;
}

h2 {
	font-size:10pt;
  text-align: center;
	color : dark brown;
	margin-left:10px;
	margin-right:10px;
	border-bottom-color : brown;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	font-weight : bold;
}
	
	h3 {
	font-size:10pt;
	color : #6A87A7;
	margin-left:10px;
	margin-right:10px;
	font-weight : bold;
}
/* nastavení menu */
div.menu{
	width : 195px;
	background-color : Brown;
  margin-top : 15px;
	border-top-width : 2px;
	border-top-color : brown;
	border-top-style :solid;
	border-bottom-width : 2px;
	border-bottom-color : brown;
	border-bottom-style : solid;
	border-left-width : 2px;
	border-left-color : brown;
	border-left-style : solid;
	border-right-width : 2px;
	border-right-color : brown;
	border-right-style : solid;
}

/* nastavení patky */	
	div.patka{
  background-color : #F5DEB3;
	font-size:0.8em;
	border-top-color : brown;
	border-top-style : solid;
	border-top-width : 0px;
}

h1.title {
	font-size : 28pt;
	text-align : center;
	color : brown;
	position : absolute;
	top : 50px;
	left : 0px;
	width : 700px;
}
legend.menu{
	color : Brown;
	text-align : left;
	font-size : 13pt;
	font-weight : bold;
}
FIELDSET.menu{
	margin : -2px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-left : 2px solid Brown;
	border-right : 2px solid Brown;
	border-bottom : 2px solid Brown;
	border-top : 2px solid Brown;
}
p{
	margin-left : 10px;
	margin-right : 10px;
  font-size : 10pt;
  color : brown;
  font-weight : bold;
  text-indent: 40px; 
}

