body{ 
  font-family: Arial; 
  font-size: 10pt; 
  background-color: #FF9900 
}

div.titul{
	font-family: arial;
	font-size: 16pt;
	text-transform: uppercase;
	color: #FF9900;
	background-color: #D73142;
	font-weight: bold;
	color: #FF9900;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
p{
 font-family: arial;
 font-size: 10pt 
}
div.obsah{
  	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

div.menu{
   position:absolute;
	margin-left:400px;
	width: 300px;
	top:190px;
}
div.topmenu{
   position:absolute;
	width: 760px;
	height: 20px;
	margin-top: 20px;
	top:50px;
}
a{ 
   font-family: Arial; 
	font-size: 10pt; 
	color: #008080; 
	text-decoration: underline; 
	font-weight: bold }
a: hover{
   font-family: Arial; 
	font-size: 10pt; 
	color: #008000; 
	font-weight: bold 
}
a.obrazek
{ 
	text-decoration: none; 
	}
h1{
   font-family: arial; 
	text-transform: uppercase; 
	text-align: center;
	background-color: white;
	color:black;
	font-size: 12pt; font-weight: bold; 
	border: 2px ridge #FAEBAF;
	margin-top:60px;
	padding-left: 4px; 
   padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2{
   font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold;
}
h3{
   font-family: arial; 
	font-size: 10pt; 
	font-weight: bold
}

