body{
	background-color : #F2840E;
	font-family : Arial, Helvetica, sans-serif;
	background-image : url('pozadi.gif');
	background-repeat : no-repeat;
	background-position : 10px 60px
}
h1.title {
	font-weight : bolder;
	font-size : 3em;
	color : green;
	position : absolute;
	top : 40px;
	left : 340px;
}
p.autor{
	position : absolute;
	top : 5px;
	left : 560px;
	font-weight : bold;
	font-size : 0.8em;
	width : 230px;
	color : White;
}
div.head{
	height:100px;
	position : absolute;
	top : 0px;
	left : 10px;
	width : 750px;
	margin-right : 10px;
}
div.menu{
	position : absolute;
	top : 170px;
	left : 10px;
	width : 150px
}
div.menu2{
	position : absolute;
	top : 300px;
	left : 975px;
	width : 225px
}
div.obsah{
	position : absolute;
	top : 270px;
	left : 210px;
	width : 990px;
}
img.logo{
	position : absolute;
	top : 0px;
	left : 210px;
}
img.logo1{
	position : absolute;
	top : 10px;
	left : 0px;
}
img.logo2{
	position : absolute;
	top : 155px;
	left : 1000px;	
}
img.pocasi1{
	position : absolute;
	top : 25px;
	left : 1000px;
}
img.pocasi2{
	position : absolute;
	top : 25px;
	left : 1070px;
}
img.pocasi3{
	position : absolute;
	top : 25px;
	left : 1140px;
}
div.patka{
	font-size:0.8em;
	margin-left : 3px;
	margin-right : 3px;
	text-align : center;
	border-top : 1px dotted White;
}
a{
	color: White;
}
a:link { 
	color: blue;
}
a:visited { 
	color : ertz;
}
a:hover{
	color : #CB630E;
}	
 a.tlacitko,  a:visited.tlacitko{
	color : White;
	text-decoration : none;
	border-bottom : #686868;
	font-weight : bolder;
	padding : 0px 5px 0px 0px;
	display : block;
	margin : 5px 0px 10px 0px;
}
 a:hover.tlacitko{
	color : white;
	text-decoration : none;
	font-weight : bolder;
	padding : 0px 0px 0px 20px;
	display : block;
	margin : 5px 0px 10px 0px;
	background-color : #F2840E;
}
.menu p{
	padding : 10px 10px 10px 10px;
	border-left : 1px dotted White;
	border-right : 1px dotted White;
	border-top : 1px dotted White;
	border-bottom : 1px dotted White;
}
.menu2 p{
	padding : 10px 10px 10px 10px;
	border-left : 1px dotted White;
	border-right : 1px dotted White;
	border-top : 1px dotted White;
	border-bottom : 1px dotted White;
}
h1 {
	font-size:1,6em;
	color : White;
	margin-left:10px;
	margin-right:10px;
	margin-top : 10px;
	text-align : center;
}
h2 {
	font-size:1.4em;
	color : White;
	margin : 10px 10px 10px 10px;
}
h3 {
	font-size:1.2em;
	color : darkgreen;
	margin : 10px 10px 10px 10px;
	border-bottom : 1px dashed White;
}