/* CSS for web:       shakuhachi.cz       */
/* Author:Casial , e-mail:casial-at!-spymac.com         */
/* Update: 19.12.2004                   */


html {
  height: 100%;
  _overflow:hidden;         
}

body{
    background: #FFFFE6; 
    margin:0; 
    padding:0;
    height:100%;
    _overflow: hidden;
            /* Font */                    
	 font-family: verdana ce, verdana, geneva ce, geneva, arial ce, arial, helvetica ce, helvetica, sans-serif;
	 font-size: 12;
}
html>body {height:auto; min-height:100%}

h1 {text-align: center;}

/* Links - sidebar               */
a.sdl:link {
	text-decoration: none;
	color: black;
}
a.sdl:hover {
	text-decoration: underline;
	background: #ffffe7;
	color: #333399;
}
a.sdl:visited {
	text-decoration: none;
	color: #333333;
}

a.img:link {text-decoration:none; color: #ffcc66;} 
a.img:hover {text-decoration:none; color: #ffcc66;}
a.img:visited {text-decoration:none; color: #ffcc66;}
a.img img {border:none;}


/*pro centrovani obrazku */
.cimg {text-align: center;}
.cimg img {margin:0 auto;}

/* div nahrazující levý rámec s nabídkou */
#sidebar  {
position: fixed;
_position: absolute;
background: #ffcc66 url(../img/F2.gif) top right repeat-y;
left: 0px;
top: 0;
width: 17em;
height: 100%;
bottom: 0px;
}


/* a hlavní div */
#main {
    
    margin:0 0 0 17em; padding:5em 3em 0em 3em;
    height:auto;
    _height:100%;
    _overflow:auto;
   }


