/* základní definice  */
body {
font-family: "Verdana CE", "Helvetica CE", Arial, sans-serif;
font-size: 10pt/13pt;
color: black;
background-color : white;
margin: 0;
padding: 0;
background-image: url(../_img/flyer.gif);
background-repeat: no-repeat;
background-position: bottom right; 
SCROLLBAR-FACE-COLOR: #990099; 
SCROLLBAR-HIGHLIGHT-COLOR: #990099; 
SCROLLBAR-SHADOW-COLOR: #990099; 
SCROLLBAR-3DLIGHT-COLOR: #990099; 
SCROLLBAR-ARROW-COLOR: white; 
SCROLLBAR-TRACK-COLOR: #990099; 
SCROLLBAR-DARKSHADOW-COLOR: #990099;
}

b {	font-style: normal; font-weight: bold }
i  {font-style: italic; font-weight: normal }

h1, h2, h3,{
	font-family: "Verdana CE", "Helvetica CE", Arial, sans-serif;
	font-size: 140%;
	color: #990099;
 }

h1 { margin-top: 0; padding-left: 110px; }
h2 { font-size: 125%; margin-bottom: 4px }
h3 { font-size: 110% }

a  { text-decoration: underline; color: #9933CC; }
a:hover  { text-decoration: none  }

hr { display: none }
.hide { display: none }
/* základní definice  */

#kosile { width: 775px;  text-align: left; }

#obsah { background : url(../_img/top-index-2.jpg) no-repeat left top; }

#text { margin: 0 10px 0 14px; font-size: 0.8 em;}

/* navigace */

#top {
	height: 100px;
	background : url(../_img/top-index.jpg) no-repeat left;
}

#topnav {
   font-family : Arial, "Arial CE", "Helvetica CE"; 
    display: block;
	color: white;
	padding: 3px;
	padding-right: 0;
	position: absolute;
	top: 66px;
	left: 120px;
	font-size: 12px;
	text-align: right;
	letter-spacing: 1pt;
	float: right;
	min-width: 670px;
}

#topnav a {
    color: white;
	text-decoration: none;
	padding: 3px;
	background: #990099;
}

#topnav a:hover {
	margin-bottom: 15px;
	position : relative;
	top: 5px;
	background-image : url(scroll.gif);
	background-repeat : repeat-x;
}

/* konec navigace */

acronym {
  cursor: help;
  border-bottom: 1px dashed #000
}
