/* ********* definice obecnych HTML znacek ********* */

body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.8em;
	color: black;
	margin:20px 0px 0px 0px;
	padding:0px;
	background-color:#ffffff;
}

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;

}

form {
	margin: 0px;
	padding: 0px;
}
.min {font-size: 90%;}

img {border:none;}
.clearing {
	clear:both;
}
.noprint {
  display: none;
}
/* ******************************************* */
/* ************ nastaveni stranky ************ */
/* ******************************************* */
#page {

  margin: auto;
  position: relative;
}
/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
  position: absolute;
  left: 0px;
  top: 342px;
  padding: 0px;
  z-index: 3;
  font-size: 85%;
}
#menu .topLevelMenu {
  padding: 0px;
  }
#topLevelMenubg {
  background-color: white;
  border-left: #e7e7e9 5px solid;
  border-right: rgb(171,168,160) 4px solid;
  width: 864px;
  height: 21px;
  }
#menu .subLevelMenu {

  position: absolute;
  width: 869px;
  left: 0px;
  top: 30px;
  padding: 0px;
  text-align: right;
}

#menu .subLevelMenu a {
	font-weight: normal;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu a {
	display: block;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	padding: 2px 10px 2px 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: white;

}
#menu .topLevelMenu  a:hover {
	background-color: rgb(252,199,38);
	color: white;
	border-left: solid 1px rgb(252,199,38);
}
#menu li {
	float: right;
}




/*??*/
#menu ul .menuArrowDown {

}
#menu ul .menuArrow:hover {

}

#menu ul .menuArrowDown:hover {
}


/* ******************************************* */
/* ************ nastaveni layoutu *********** */
/* ******************************************* */

#flashTitles{
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 4;
}
#top{


}
#header {
  z-index: 2;
}

#webTitle {

  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 {
 

  }
.TitleIco{
  float:left;
  padding-top:25px;
  }
#maintext{

  }
#bottom{

  height: 157px;
}		
		
#footer{margin-top:10px;}

#copy {
	text-align:left;
	font-size:82%;
	color:#929698 ;
}


/* ******************************************* */
/* ************ nastaveni vnitøku *********** */
/* ******************************************* */
.title {margin-bottom:12px;}



