body {
 font-family: Verdana, Tahoma, sans-serif;
 font-size: 12px;
 background: #000;
 text-align: center;
 color: #c1c1c1;
}

/* hlavni kontejner */
#main {
 width: 900px;
 min-width: 750px;
 max-width: 950px;
 margin: 0 auto;
 text-align: left; 
}
*>#main { width: auto; }

/* hlavicka (logo) stranky */
#top {
 width: 100%;
 text-align: left;
 margin-bottom: -2px;
}
 
/* menu webu - odkazy jako tlacitka */ 
#menu  {
 float: left;
 width: 15%;
 margin: 1px 1%;
}
#menu a {
 display: block;
 margin: -1px 0px;
 padding: 0.5em 0.3em;
 color: #ccc;
 border: 1px dotted #666;
 border-width: 1px 0px;
 text-align: center;
 font-size: 170%;
 text-transform: lowercase;
 text-decoration: none;
}
#menu a:hover { background: #232323; color: #ff9;}
#menu span { display: none; } /* zneviditelni pomlcky */

/* obsahovy ramec webu */
#content {
 float: right;
 border: thin #666 solid;
 background: #202020;
 padding: 1%;
 text-align: justify;
 width: 80%;
 height: 250px;
 min-height: 250px;
 margin: 0px;
}
*>#content { height: auto; }

/* paticka s copyrightem */
#bottom {
 clear: both;
 text-align: right;
 font-size: 10px;
 margin-top: 2px;
}
#bottom a { color: #ff9; }


ul { list-style-type: square; }
img { border: 0;}

/* zakladni formatovaci tridy */
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

