/* CSS Document */
a         {text-decoration: none;font-family : Arial;font-size: 80%;}
a:link    {color: #fff;font-family : Arial;font-size: 80%;}
a:visited {color: #fff;font-family : Arial;font-size: 80%;}
a:active  {color: #fff;font-family : Arial;font-size: 80%;}
a:hover   {color: #fff; text-decoration: underline;font-family : Arial;font-size: 80%;}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
  color: #454545;
  padding-top: 0px;
  background: #fff;
}

#top {
  width: 100%;
	height: 600px;
	background: url(body.gif) repeat-x;
  padding-top: 10px;
}


#podklad{
  background-image: URL('../obrazy/index_10.jpg'); /* obrázek na pozadí */
  position:relative;
}


#menu{
  background-image: URL('../obrazy/index_07.jpg'); /* obrázek na pozadí */
  position:relative;
}




/*kontakt*/
#nadpis{
  width: 600px;
  margin:0px 0px 0px 10px;
  font-family : Monotype Corsiva;
  color : #000000;
  position:relative;
  font-weight: bolder;
  text-align:justify;
	font-size: 120%;
}

/*kontakt*/
#text{
  font-family : Arial;
  color : #000000;
}

#text2{
  text-align:justify;
  font-family : Arial;
  color : #000;
  width: 550px;
	font-size: 80%;
}


#text3{
  text-align:justify;
  font-family : Arial;
  color : #000;
  width: 100%;
	font-size: 80%;
}

#text2_menu{
  text-align:justify;
  font-family : Monotype Corsiva;
  color : #ffffff;
  width: 740px;
	font-size: 100%;
}

#popis{
  color : #000000;
  font-family : Monotype Corsiva;
}

/*copy*/
#copy{
  font-family : Arial;
  color : #000000;
  font-weight: bolder;
  text-align:justify;
	font-size: 70%;
}

/*copy*/
#popis{
  font-family : Arial;
  color : #000000;
  font-weight: bolder;
  text-align:center;
	font-size: 80%;
}

/*////////////////////////menu///////////////////////////*/
#navlist
{
padding: 10px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000000;
border-bottom: none;
background: #99CC66;
text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
color: #000;
background: #336600;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

