/*CSS Document*/
body { 
   background-color : #e5bba0; 
   margin-left : 0px; 
   margin-top : 0px; 
   margin-right : 0px; 
   margin-bottom : 0px; 
 } 
#page { 
   position : relative; 
   margin : 0 auto; 
   /*                 zarovnání stránky na střed*/
   left : 0px; 
   top : 0px; 
   width : 1000px; 
   height : 760px; 
   right : 98px; 
   z-index : 1; 
 } 
p { 
   margin-top : 0px; 
   margin-left : 30px; 
   margin-right : 50px;
   font-family : Verdana;
   font-size : 12px;
   line-height : 200%;
 } 
H1 { 
   margin-top : 50px; 
   margin-left : 54px; 
   font-family : Verdana; 
   font-size : 48px; 
   color : White; 
   font-weight : Normal; 
 } 
 
H1 a:link, H1 a:visited { 
   /*background : white;*/
   text-decoration : none; 
   color: White;
   /*color : #708491;*/ 
 } 
 
H2 { 
   margin-top : 30px; 
   margin-left : 30px;
   font-family : Verdana;
   font-size : 20px;
   color : #751406; 
 } 
H4 { 
   margin-top : 60px; 
   margin-left : 60px; 
   font-family : Verdana;
   color : #751406; 
 } 
 .odkazy { 
   text-decoration : underline; 
   font-family : Verdana;
   font-size : 12px;
   line-height : 150%;
 } 
 .odkazy a:link, .odkazy a:visited, p a:link, p a:visited{ 
   text-decoration : underline; 
   color: #751406;
   /*color : #708491;*/ 
 } 
 
 .facebook { 
   position:absolute; left: 400px; top: 450px;
   } 
   
 .sdilet { 
   position:absolute; left: 550px; top: 505px;
   } 
   
.sitemap a:link, .sitemap a:visited { 
   /*background : white;*/
   text-decoration : none; 
   color: #751406;
   /*color : #708491;*/ 
 }  
 
 .sitemap { 
   font-family : Verdana;
   font-size : 10px; 
   color: #751406;
 }  
 
/*styly sdilet*/ 
#peBox {
 width: 260px;
 display: none;
 position: absolute; bottom:0px; right:0px
 border: 1px solid gray;
 background-color: #FFF;
 font-family:Tahoma, Geneva, sans-serif;
 font-size: 12px;
 padding: 3px;
 text-aling:left
 }
#peBox p {
   background-color:#F0F0F0;
   margin: 0px 0px 2px 0px;
   padding: 3px;
   color: #000
   }
#peBox div {
   float: left;
   width: 80px;
   }
#peBox div.d2 { 
   width: 88px; 
   }
#peBox div.d3 { 
   width: 80px; 
   }
#peBox a {
   color: #222;
   text-decoration: none;
   display: block;
   padding: 2px 0px 2px 17px;
   background-repeat: no-repeat;
   background-position: 1px 3px;
   }
#peBox a:hover {
   color:#F60;
   text-decoration: underline;
   }
#peBox a.f { background-image: url('http://t.pridat.eu/facebook.gif'); }
#peBox a.l { background-image: url('http://t.pridat.eu/linkuj.gif'); }
#peBox a.j { background-image: url('http://t.pridat.eu/jagg.gif'); }
#peBox a.g { background-image: url('http://t.pridat.eu/google.gif'); }
#peBox a.vy { background-image: url('http://t.pridat.eu/vybralisme.gif'); }
#peBox a.tw { background-image: url('http://t.pridat.eu/twitter.gif'); }
#peBox a.de { background-image: url('http://t.pridat.eu/delicious.gif'); }
#peBox a.di { background-image: url('http://t.pridat.eu/digg.gif'); }
#peBox a.o { background-image: url('http://t.pridat.eu/oblibene.gif'); }
#peBox a.e { background-image: url('http://t.pridat.eu/email.gif'); }
#peBox a.ti { background-image: url('http://t.pridat.eu/tisk.gif'); }
#peBox a.vi { background-image: url('http://t.pridat.eu/pridat.gif'); }
 
