body { 
	   background:#FFFFFF;
	   font-size:100%;
	   font-family:Arial, sans-serif;
	   color:#444;
	   padding: 0;
	   text-align: center; 
	   margin:0 auto;
	   }

#page { width:800px; margin:0 auto;}

#header { width:800px; height:auto;}

#header .label { 
        clear:left;
        border-top:1px solid #000;
		border-bottom:1px solid #000;
		
		text-align: right ;
		}
#header .label a{ 
        padding:3px 10px;
		color:#7D7D7D;
		font-weight: bold; 
}

#holder { background:#F4F4F4; }

#left {width:200px; float:left; background:#F4F4F4}

#left, #main, #footer {
font-size: 0.8em;
line-height: 1.5
}


#main {width:580px; 
         min-height:430px;
         float:left;
         border-top:5px solid #fff; 
         background:#FFFFFF;
         padding:0 10px;
          text-align: left; }



#footer {clear:left;
         border-top:1px solid #000;
         width:800px;
         background:#FFFFFF;
         color:#7D7D7D;
         font-size:11px;
         text-align: right; }




#main img{ border:0;
         padding:7px;
         }

/* --- drobnosti --- */

table,input,select,textarea {font:100% Arial, sans-serif}

p,form {margin:0}

/* --- odkazy --- */

a:link,a:active {color:#7D7D7D;text-decoration:none}
a:visited {color:#7D7D7D;text-decoration:none}
a:hover,a:focus {color:#7D7D7D}

/* --- sloupce --- */


#main p{ clear:left; border:0;
         padding:0 7px 7px 7px;
         }


h1,h2,h3{
color: #000066;
margin:0;
margin:10px 0 5px 0;
font-family:Tahoma,sans-serif;
text-align:left;}


h1 {
font-size:18px;
}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}

/* --- boxy --- */
.box {
      color:#000000;
      font-size:91%;
      padding:7px;
      margin-bottom:15px;
      text-align:left;}


#left .menu a{padding:5px 5px;}
       
#left .menu a{disply:block;
	   clear:left;
       width:190px;
       height:30px;
       text-align:left;
       line-height:30px;
       float:left; 
       background:#F4F4F4;
       border-bottom:1px solid #eeeeee;}

#left .menu a:link,
#left .menu a:visited {
color:#000;
text-decoration: none;
}

#left .menu a:hover {text-decoration: underline}

.clear{clear:left;height:1px; width:100%;}



