body{
	font-family: Arial;
	font-size: 14px;
}

p{
 font-family: arial;
}
div.obsah{
	width: 760px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #c9daff;
	background-image: url(images/bgr.jpg);
	background-repeat: no-repeat;
}

div.menu{
   position:absolute;
	margin-left:10px;
	width: 160px;
	margin-top:160px;
}
div.modry{
	color: Blue;
	text-align: center;
	font-size: 14px;
}
div.zeleny{
	color: #2E8B57;
	text-align: center;
	font-size: 14px;
}
div.text{
   position:absolute;
	margin-left:200px;
	width: 500px;
	margin-top:100px;
	font-size: 14px;
}


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.tlacitko,  a:visited.tlacitko{
	color: white;
	background-color: Blue;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
	display: block;
	margin: 2px 2px 2px 2px;
	width: 150px;
	height: 14px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left: thin solid White;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: thin;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: thin;
	font-size: 12px;
	text-decoration: none
}
 a:hover.tlacitko{
	color: Blue;
	text-decoration: none;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
	display: block;
	margin: 2px 2px 2px 2px;
	background-color: White;
}

h1{
   font-family: arial; 
	text-transform: uppercase; 
	text-align: left;
	font-size: 18px; font-weight: bold; 
	margin-top:60px;
	padding-left: 4px; 
   padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: Blue;
}
h2{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Blue;
	background-color: white;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin solid;
}
h3{
   font-family: arial; 
	font-size: 14px; 
	font-weight: bold
}
hr.menu {
	width: 160px;
	height:3px;
	margin-left: 0px;
	color:green;
}

