/* CSS Document */
a         {text-decoration: none;font-family : Souvenir ITC TEE DEM;font-size: 100%;}
a:link    {color: #000;font-family : Souvenir ITC TEE DEM;font-size: 100%;}
a:visited {color: #000;font-family : Souvenir ITC TEE DEM;font-size: 100%;}
a:active  {color: #000;font-family : Souvenir ITC TEE DEM;font-size: 100%;}
a:hover   {color: #000; text-decoration: underline;font-family : Souvenir ITC TEE DEM;font-size: 100%;}

*{
  font-family:arial;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
  color: #454545;
  padding-top: 40;
  background: #ffffff;
   font-family:arial;
}

#top {
  width: 100%;
	height: 600px;
  background: url(../obrazy/hlava_p.gif) repeat-x;
  padding-top: 0px;
}


#podklad{
  background-image: URL('../obrazy/index_14.gif'); /* obrázek na pozadí */
  position:relative;
}

#pata{
  background-image: URL('../obrazy/index_16.gif'); /* obrázek na pozadí */
  position:relative;
}

#menu{
  background-image: URL('../obrazy/index_12.gif'); /* obrázek na pozadí */
  position:relative;
}


#podklad_text{
  background-image: URL('../obrazy/index_07.gif'); /* obrázek na pozadí */
  WIDTH:576; 
  position:relative;
}


#foto_p{
  background: url('../obrazy/podklad.jpg');
  HEIGHT:456px;
  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 : Souvenir ITC TEE DEM;
  color : #000000;
}

#text2{
  text-align:justify;
  font-family : Arial /*Souvenir ITC TEE DEM*/;
  color : #000000;
  width: 760px;
	font-size: 100%;
}


#text2_menu{
  text-align:justify;
  font-family : Arial;
  color : #000000;
  width: 150px;
	font-size: 90%;
}


#popis{
  color : #000000;
  font-family : Monotype Corsiva;
}

/*copy*/
#copy{
  font-family : Arial;
  color : #000000;
  font-weight: bolder;
  text-align:center;
	font-size: 70%;
}

/*copy*/
#popis{
  font-family : Arial;
  color : #000000;
  font-weight: bolder;
  text-align:center;
	font-size: 80%;
}

/*////////////////////////menu///////////////////////////*/
#navcontainer
{
width: 100%;
margin: 0;
padding: 0px 0px 0px 160px;
position: relative;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0 10px;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
text-decoration: none;
background: #CCCC9B;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #A5A57E; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
}

#subnav A
{
color: #fff;
display: block;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

