body{
	background-color : #ccffff;
	font-family : Arial, Helvetica, sans-serif;
	background-image : url(pozadi.gif);
	background-repeat : no-repeat;
	background-position : 30px 100px;
}
p{
	margin-left : 10px;
	margin-right : 10px;
  font-size : 13px;
  font-weight : bold;
  color : #4169E1;
}
h1.title {
	font-weight : bolder;
	font-size : 3em;
	color : purple;
	position : absolute;
	top : 40px;
	left : 340px;
}
div.head{
	height:100px;
	position : absolute;
	top : 0px;
	left : 10px;
	width : 750px;
	margin-right : 10px;
}
div.menu{
  position : absolute;
	top : 190px;
	left : 10px;
	width : 180px
}
div.menu2{
background-color : white;
	position : absolute;
	top : 190px;
	left : 750px;
	width : 210px
 }
div.obsah{
	position : absolute;
	top : 150px;
	left : 210px;
	width : 550px;
}
img.logo{
	position : absolute;
	top : 5px;
	left : 30px;
}
div.patka{
	font-size:0.8em;
	margin-left : 3px;
	margin-right : 3px;
	text-align : center;
	border-top : 1px dotted White;
}
a{
	color: Black;
}
a:link { 
	color: brown;
}
a:visited { 
	color : black;
}
a:hover{
	color : red;
}	
 a.tlacitko,  a:visited.tlacitko{
	color : Brown;
	text-decoration : none;
	border-bottom : 1px solid #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 5px 0px 0px;
	display : block;
	margin : 5px 0px 10px 0px;
	background-color : #CB630E;
}
.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 : purple;
	margin-left:10px;
	margin-right:10px;
	margin-top : 10px;
	text-align : center;
}
h2 {
	font-size:1.4em;
	color : purple;
	margin : 10px 10px 10px 10px;
}
h3 {
	font-size:1.2em;
	color : purple;
	margin : 10px 10px 10px 10px;
	border-bottom : 1px dashed White;
}
