/* CSS Document */
a         {text-decoration: none;font-family : Arial;font-size: 100%;}
a:link    {color: #fff;font-family : Arial;font-size: 100%;}
a:visited {color: #fff;font-family : Arial;font-size: 100%;}
a:active  {color: #fff;font-family : Arial;font-size: 100%;}
a:hover   {color: #fff; text-decoration: underline;font-family : Arial;font-size: 100%;}

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: #fff;
  padding-top: 0px;
}


#vlajky{
  background-image: URL('../obrazy/index_07.jpg'); /* obrázek na pozadí */
  position:relative;
}

#adresa{
  background-image: URL('../obrazy/index_18.jpg'); /* obrázek na pozadí */
  position:relative;
}


/*kontakt*/
#text{
  font-family : Verdana;
  color : #000000;
}

#text2{
  text-align:left;
  font-family : Verdana;
  color : #929292;
  width: 440px;
	font-size: 70%;
}

#text2_kontakt{
  margin-left:10px;
  text-align:left;
  font-family : Arial;
  color : #929292;
  width: 458px;
	font-size: 75%;
}

#text2_vlajky{
  margin:0px 0px -4px 0px;
  text-align:left;
  font-family : Arial;
  color : #464646;
  width: 240px;
	font-size: 80%;
}


/*copy*/
#copy{
  font-family : Verdana;
  color : #000000;
  font-weight: bolder;
  text-align:justify;
	font-size: 70%;
}

/*copy*/
#popis{
  font-family : Verdana;
  color : #000000;
  font-weight: bolder;
  text-align:center;
	font-size: 80%;
}


