html, body{ 
 margin:0; 
 padding:0; 
 FONT-FAMILY: verdana, arial, helvetica, sans-serif;
 font-size:12px;
 BACKGROUND-COLOR: #FFFFFF ;
 text-align:center;
 } 
 
 INPUT,SELECT,TEXTAREA {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
        font-weight:bold;
        border : 1px solid #000000;
        background-color : #FFFFFF;
        color : Black;
        border-left : 5px solid #E3D200;
}

td.form_nadpis{
    font-size:16px;
    BACKGROUND-COLOR:#E3D200;
}
 
#pagewidth{ 
 width:780px; 
 text-align:center; 
 min-width: 780px;margin-left:auto; 
 margin-right:auto; 
} 
 
#header{ 
 height:65px; 
 width:100%; 
 border-bottom : 5px solid   #000000;
 } 
 
#top{ 
 height:18px; 
 width:100%; 
 background-image:url("images/top_bg.gif");
 background-repeat: repeat;
 } 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-150px; 
 margin-right:1px; 
 text-align:left;
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #e6e7e8;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 160px; /* right column width. NN4 hack to hide borders */
border-right-color: #e6e7e8;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:160px; /* hack keeps NN4 right column right? */
 float:right; 
position:relative; 
  margin-right:-160px;
 margin-left:1px; 
} 
 
#footer{
 height:18px; 
 width:100%; 
 background-image:url("images/footer_bg.gif");
 background-repeat: repeat;
 text-align:left;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:0px;} /*padding for content */ 

#maincol .content{padding:10px;} /*padding bottom 0 to remove space in IE5 Mac*/ 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
/*#header .content{padding-left:3px;padding-right:3px;padding-top:5px;} /*padding bottom 0 to remove space in IE5 Mac*/  
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}

div.popis{
float:right;
}

div.foto{
float:left;
width:110px;
}

p.desc{
text-align:left;
}
p.small{
text-align:center;
font-size:10px;
}

div.menu{
text-align:left;
font-size:14px;
background-color:#E3D200;
color: #000000;
font-weight:bold;
}

div.menu2{
text-align:right;
font-size:14px;
background-color:#E3D200;
color: #000000;
font-weight:bold;
}

div.nahled{
width: 160px;
text-align:center;
font-weight:bold;
border:1px dashed #000000;
}

a:link
        {
        font-family :verdana ;
        font-size : 12px;
        font-weight: bold;
        color : #000000;
        text-decoration : none;
        }

a:visited
        {
        font-family : verdana;
        font-size : 12px;
        font-weight: bold;
        color : #4D4D4F;
        text-decoration : none;
        }

a:hover
        {
        font-family : verdana;
        font-weight: bold;
        text-decoration: underline;
        color : #000000;
        text-shadow : inherit;
        font-size: 12px;
        }
        
a.paticka:link
        {
        font-size : 10px;
        color : #000000;
        text-decoration : none;
        }

a.paticka:visited
        {
        font-family : verdana;
        font-size : 10px;
        font-weight: bold;
        color : #4D4D4F;
        text-decoration : none;
        }

a.paticka:hover
        {
        color : #000000;
        text-shadow : inherit;
        font-size: 10px;
        }
        
a.top:link
        {
        font-size : 32px;
        color : #000000;
        text-decoration : none;
        }

a.top:visited
        {
        font-family : verdana;
        font-size : 32px;
        font-weight: bold;
        color : #4D4D4F;
        text-decoration : none;
        }

a.top:hover
        {
        color : #000000;
        text-decoration: underline;
        text-shadow : inherit;
        font-size: 32px;
        }
