/*
	Nastavenie vlastnosti linky na otvorenie sekcie v menu v normalnom stave a pri nabehnuti
	mysou (:hover)
*/
body{
	background-color:#9AC9E4;
	background-repeat : repeat;
	background-attachment : fixed;
	{ cursor: url('strip.cur'); }	
}
body, html {
	scrollbar-track-color: #f0fff;
	scrollbar-face-color: #87CEFA;
	scrollbar-highlight-color:; ;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #5F9EA0;
	scrollbar-arrow-color: white;
	scrollbar-3d-light-color : #00008B;
}
h1 {
	text-align : center;
	color : red;
	font-style : italic;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-size: 300%;
}
.head {
	margin: auto;
	width: 100%;
	line-height: normal;
	background: transparent;
	
	}
	.menu {
	float: left;
	width: 18%;
	height: 70%;
	background: transparent;
	font-size : medium;
	font-style : normal;
	position : relative;
}
.pata {
	margin: auto;
	float: none;
	width: 100%;
	height: 70%;
	background: transparent;
	}
.obsah {
	float: right;
	width: 80%;
	background-color: transparent;
}	
.pravy 
{
	text-align: justify;
	color: #191970;
	float: right;
	width: 90%;
	background-color: transparent;
	font-size: 90%;
	font-weight: bolder;
	font-style: italic;
	margin: 1%;
	
	}
.zav
	{
	font-style: italic;
	font-weight: bolder;
	margin-left: 5%;
	}	
h5	{
	color: Navy;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
}
h6	{
	text-align: center;
	color: Red;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 200%;
}
 a {
	border: 0px solid black;
	width: 200px;
	text-decoration: none;
	text-align: center;
	color: Red;
	background-image : none;
	font-family : "Times New Roman", Times, serif;
	font-style : oblique;
	font-weight : bold;
}
 a.menu-opener {
	background-image : url(menu1.gif);
	width : 200px;
}

 a:hover {
	background-image : url(menu1.gif);
	background : url(menu1.gif);
}

a.menu-opener:hover {
	font-weight: bold;
	background-image : none;
	background : url(menu1.gif);
}

 li {
	margin: 1px;
}

li ul {
	margin-left: 10px;
	padding-left: 10px;
	width: 500px;
	list-style: none;
}

img src {
	border : none;
	
}
