body, html {
	background: gray;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
           }

#page {
   background: white;
   width: 770px;
	margin: 0 auto;
	padding: 0;
   text-align: left;
	overflow: hidden;
	   }

#page div {
	padding-bottom: 20010px;
	margin-bottom: -20000px;	
          }		
				
/* top */
#header {
   background: black;
   color: white;
	width: 770px;
	margin: 0;
	padding: 10px;
	text-align: center;
        }
	
*>#header {margin: -10px;}	
		  
#header a:link {color: white; text-decoration: none;}
#header a:visited {color: white; text-decoration: none;}		  
#header a:link:hover {color: yellow; text-decoration: none;}
#header a:visited:hover {color: yellow; text-decoration: none;}
		  
/* menu */
#menu {
   background: silver;
	float: left;
	width: 180px;
	padding: 10px;
	font-family: serif;
	font-weight: bold;
	cursor: pointer;
	_cursor: hand;
   	}

#menu a:link {color: white; text-decoration: none;}
#menu a:visited {color: black; text-decoration: none;}		  
#menu a:link:hover {color: yellow; text-decoration: none;}
#menu a:visited:hover {color: yellow; text-decoration: none;}
	
/* obsah */
#content {
   background: white;
	width: auto;
	overflow: hidden;
	margin-left: 180px;
	padding: 10px;
	      }
			
*>#content {margin: 0;}

#content a:link {color: black;}
#content a:visited {color: black;}		  
#content a:link:hover {color: blue;}
#content a:visited:hover {color: blue;}
		
#obr {
   background: white;
	width: auto;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 10px;
         }

#obr a:link {color: black;}
#obr a:visited {color: black;}		  
#obr a:link:hover {color: blue;}
#obr a:visited:hover {color: blue;}			
				
ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
   }	

ul ul li {
   	list-style-type: none;
	list-style-position: outside;
	margin: 10px;
	padding: 0;
	      }
			
.di {vertical-align: -50%; font-size: 65%;}
.hi {vertical-align: 50%; font-size: 65%;}

h1 {font-size: 180%;}
h2 {font-size: 140%; font-family: serif; font-weight: bold; font-style: italic;}
h3 {font-size: 120%; font-family: serif;}

#cleaner {position:relative;}