/* ********* definice obecnych HTML znacek ********* */

body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.75em;
	color: black;
	margin:20px 0px 0px 0px;
	padding:0px;
	background-color:#656565;
}

a {
	color: #ffc001;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
}
h1 {
	font-size: 140%;
	color: rgb(255,255,97);

	font-weight: normal;
}

h2 {
	font-size: 130%;
	font-weight: normal;

}

h3 {
	font-size: 110%;
	font-weight: normal;

}

.imageLeft {
  margin-right: 5px;
}

.imageRight {
  margin-left: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}
.min {font-size: 90%;}

img {border:none;}
.clearing {
	clear:both;
}

/* ******************************************* */
/* ************ nastaveni stranky ************ */
/* ******************************************* */
#page {
  width: 874px;
  margin: auto;
  position: relative;
}
/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
  position: absolute;
  left: 0px;
  top: 360px;
  padding: 0px;
  z-index: 3;
  font-size: 85%;
  background-color: white;
  border-left: #e7e7e9 5px solid;
  border-right: rgb(171,168,160) 4px solid;
  width: 864px;
  height: 21px;  
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu a {
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	color: rgb(98,105,103);
	border-left: solid 1px rgb(98,105,103);
}

#menu a:hover {
	margin:  0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	background-color: rgb(252,199,38);
}

#menu li {
	float: left;
}

#menu .menuArrowDownSelected {
	background-color: rgb(252,199,38);
}

#menu li ul li {
  	border-bottom: #FFFFFF 1px solid;
  	/*border-top: 1px solid #FFFFFF;*/
  	padding: 0px;
}

#menu li ul a {
  width: 160px;
  border-right: none;
  border-right: solid 1px white;
  border-left: solid 1px white;
  font-size: 10px;
  background-color: #626967;
  color: White;
  padding: 2px 10px 2px 10px;
  margin: 0px;
}

#menu li ul a:hover {
  color: #626967;
  padding: 2px 10px 2px 10px;  
  margin: 0px;
}

#menu li ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  background: white;
  width: 180px;
  left: -999em;
  background-color: #626967;
}

#menu li ul ul {
	margin: -1em 0 0 150px;
}

#menu li ul ul li a {
	border-left: solid 1px white;
}

#menu li:hover ul ul, #menu li.menuHover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.menuHover ul, #menu li li.menuHover ul {
	left: auto;
}


/* ******************************************* */
/* ************ nastaveni layoutu *********** */
/* ******************************************* */

#flashTitles {
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 4;
}

#top {
  height: 125px;
  margin: 0px;
  background-image:url("../images/top.jpg"); 
  background-repeat: no-repeat;
}

#header {
  z-index: 2;
}

#webTitle {
  position: absolute;
  top: 40px;
  left: 0px;
  font-size: 150%;
  font-weight: bold;
  color: white;
  z-index: -2;
}

#webTitle a {
  text-decoration: none;  
  color: white;
}

#webTitle .claim {
	font-size: 50%;
	display: block;
}

#MainContent {
	border-left: #e7e7e9 5px solid;
	border-right: rgb(171,168,160) 4px solid;
	background-image: url("/images/mozaika.jpg"); 
	background-color: #626967; 
	background-repeat: repeat-y;
	background-position: left top; 
	padding: 25px 10px 25px 200px;
	height: 185px;
}

#MainContent p {
	margin-top: 0px;
}

.TitleIco {
  float: left;
  margin-right: 25px;
}

#maintext {
  color: white;
  height: 186px;
  overflow: auto;
  scrollbar-track-color: rgb(88,94,92);
  scrollbar-face-color: rgb(128,134,134);
  scrollbar-3dlight-color: rgb(173,177,178);
  scrollbar-arrow-color: white;
  padding-right: 15px;
  font-size: 90%;
}

#bottom {
  background-image: url('/images/bottom.jpg');
  background-repeat: no-repeat;
  height: 157px;
}

#footer{margin-top:10px;}

#copy {
	text-align:left;
	font-size:82%;
	color:#929698 ;
}


/* ******************************************* */
/* ************ nastaveni vnitøku *********** */
/* ******************************************* */
.title {display: none; margin-bottom:12px;}



