/* CSS Document */
a         {text-decoration: none;font-family :Bookman Old Style;font-size: 80%;}
a:link    {color: #000;font-family :Bookman Old Style;font-size: 80%;}
a:visited {color: #000;font-family :Bookman Old Style;font-size: 80%;}
a:active  {color: #000;font-family :Bookman Old Style;font-size: 80%;}
a:hover   {color: #ff0000;font-family :Bookman Old Stylea;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: #E1E1E1;
}

.over	{width: 640px; height: 390px; border: 0px solid blue; margin: 2px}

#top {
  width: 100%;
	height: 600px;
  background: url(body.gif) repeat;
  padding-top: 0px;
}


#kontakt{
  background-image: URL('../obrazy/index_07.jpg'); /* obrázek na pozadí */
  position:relative;
}

#podklad{
  background-image: URL('../obrazy/index_08.jpg'); /* obrázek na pozadí */
  position:relative;
}

#pata{
  background-image: URL('../obrazy/index_11.jpg'); /* obrázek na pozadí */
  position:relative;
}

/*kontakt*/
#text{
  font-family : Bookman Old Style;
}

#text2{
  margin-left:20px;
  text-align:left;
  font-family : Bookman Old Style;
  color : #000;
  width: 540px;
	font-size: 80%;
}

#text2_kontakt{
  margin-left:20px;
  text-align:center;
  font-family : Bookman Old Style;
  color : #000;
  width: 200px;
	font-size: 70%;
}

#text2_pata{
  text-align:center;
  font-family : Bookman Old Style;
  color : #000;
  width: 700px;
	font-size: 90%;
}

/*copy*/
#copy{
  font-family : Arial;
  color : #000000;
  font-weight: bolder;
  text-align:justify;
	font-size: 70%;
}

